mp3info 0.6.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mp3info
3
+ version: !ruby/object:Gem::Version
4
+ hash: 37
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 6
9
+ - 17
10
+ version: 0.6.17
11
+ platform: ruby
12
+ authors:
13
+ - Guillaume Pierronnet
14
+ - Ivan Kuchin
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2012-01-14 00:00:00 Z
20
+ dependencies: []
21
+
22
+ description:
23
+ email:
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files: []
29
+
30
+ files:
31
+ - .gitignore
32
+ - History.txt
33
+ - README.rdoc
34
+ - lib/mp3info.rb
35
+ - lib/mp3info/extension_modules.rb
36
+ - lib/mp3info/id3v2.rb
37
+ - mp3info.gemspec
38
+ - test/fixtures.yml
39
+ - test/test_ruby-mp3info.rb
40
+ homepage: http://github.com/toy/mp3info
41
+ licenses:
42
+ - ruby
43
+ post_install_message:
44
+ rdoc_options: []
45
+
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ hash: 3
54
+ segments:
55
+ - 0
56
+ version: "0"
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ hash: 3
63
+ segments:
64
+ - 0
65
+ version: "0"
66
+ requirements: []
67
+
68
+ rubyforge_project: mp3info
69
+ rubygems_version: 1.8.13
70
+ signing_key:
71
+ specification_version: 3
72
+ summary: Read low-level informations and manipulate tags on mp3 files.
73
+ test_files:
74
+ - test/fixtures.yml
75
+ - test/test_ruby-mp3info.rb
76
+ has_rdoc: