Artforge-rvideo 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +75 -0
metadata ADDED
@@ -0,0 +1,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: Artforge-rvideo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.4
5
+ platform: ruby
6
+ authors:
7
+ - Adam Singer
8
+ - Zencoder
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2009-01-11 00:00:00 -08:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: Gives you video
18
+ email: git@github.com
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files: []
24
+
25
+ files: []
26
+
27
+ has_rdoc: false
28
+ homepage: http://github.com/Artforge/rvideo/
29
+ post_install_message:
30
+ rdoc_options: []
31
+
32
+ require_paths:
33
+ - lib
34
+ - License.txt
35
+ - rvideo.gemspec
36
+ - RULES
37
+ - README.txt
38
+ - TODO.txt
39
+ - lib/rvideo.rb
40
+ - lib/rvideo/
41
+ - lib/rvideo/errors.rb
42
+ - lib/rvideo/float.rb
43
+ - lib/rvideo/inspector.rb
44
+ - lib/rvideo/transcoder.rb
45
+ - lib/rvideo/version.rb
46
+ - lib/rvideo/tools/abstract_tool.rb
47
+ - lib/rvideo/tools/ffmpeg.rb
48
+ - lib/rvideo/tools/ffmpeg2theora.rb
49
+ - lib/rvideo/tools/flvtool2.rb
50
+ - lib/rvideo/tools/mencoder.rb
51
+ - lib/rvideo/tools/mp4box.rb
52
+ - lib/rvideo/tools/mp4creator.rb
53
+ - lib/rvideo/tools/mplayer.rb
54
+ - lib/rvideo/tools/yamdi.rb
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: "0"
60
+ version:
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: "0"
66
+ version:
67
+ requirements: []
68
+
69
+ rubyforge_project:
70
+ rubygems_version: 1.2.0
71
+ signing_key:
72
+ specification_version: 2
73
+ summary: RVideo is a Ruby library for inspecting and transcoding video and audio files.
74
+ test_files: []
75
+