ruby-ogginfo 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -0
- data/Manifest.txt +1 -0
- data/lib/ogginfo.rb +3 -1
- data/setup.rb +1596 -0
- metadata +6 -4
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-ogginfo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Guillaume Pierronnet
|
@@ -9,17 +9,18 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2009-06-30 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: hoe
|
17
|
+
type: :development
|
17
18
|
version_requirement:
|
18
19
|
version_requirements: !ruby/object:Gem::Requirement
|
19
20
|
requirements:
|
20
21
|
- - ">="
|
21
22
|
- !ruby/object:Gem::Version
|
22
|
-
version: 1.
|
23
|
+
version: 1.9.0
|
23
24
|
version:
|
24
25
|
description: ruby-ogginfo gives you access to low level information on ogg files (bitrate, length, samplerate, encoder, etc... ), as well as tag. It is written in pure ruby.
|
25
26
|
email: moumar@rubyforge.org
|
@@ -36,6 +37,7 @@ files:
|
|
36
37
|
- Manifest.txt
|
37
38
|
- README.txt
|
38
39
|
- Rakefile
|
40
|
+
- setup.rb
|
39
41
|
- lib/ogginfo.rb
|
40
42
|
- test/test_ruby-ogginfo.rb
|
41
43
|
has_rdoc: true
|
@@ -61,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
63
|
requirements: []
|
62
64
|
|
63
65
|
rubyforge_project: ruby-ogginfo
|
64
|
-
rubygems_version: 1.
|
66
|
+
rubygems_version: 1.3.1
|
65
67
|
signing_key:
|
66
68
|
specification_version: 2
|
67
69
|
summary: ruby-ogginfo is a pure-ruby library that gives low level informations on ogg files
|