flacinfo-rb 0.3 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/{flacinfo.rb → lib/flacinfo.rb} +0 -0
- metadata +3 -3
File without changes
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: flacinfo-rb
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version:
|
7
|
-
date: 2007-07-
|
6
|
+
version: 0.3.1
|
7
|
+
date: 2007-07-12 00:00:00 -06:00
|
8
8
|
summary: Pure Ruby lib for accessing metadata (including Vorbis tags) from Flac files
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -30,7 +30,7 @@ authors:
|
|
30
30
|
- Darren Kirby
|
31
31
|
files:
|
32
32
|
- README
|
33
|
-
- flacinfo.rb
|
33
|
+
- lib/flacinfo.rb
|
34
34
|
test_files: []
|
35
35
|
|
36
36
|
rdoc_options: []
|