debprado-rvideo 0.9.6

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.
@@ -0,0 +1,9 @@
1
+ module Rvideo #:nodoc:
2
+ module VERSION #:nodoc:
3
+ MAJOR = 0
4
+ MINOR = 9
5
+ TINY = 5
6
+
7
+ STRING = [MAJOR, MINOR, TINY].join('.')
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: debprado-rvideo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.6
5
+ platform: ruby
6
+ authors:
7
+ - Adam Singer
8
+ - Zencoder
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2010-02-11 00:00:00 -05:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: Gives you video
18
+ email:
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files: []
24
+
25
+ files:
26
+ - License.txt
27
+ - debprado-rvideo.gemspec
28
+ - RULES
29
+ - README.txt
30
+ - lib/rvideo.rb
31
+ - lib/rvideo/errors.rb
32
+ - lib/rvideo/float.rb
33
+ - lib/rvideo/inspector.rb
34
+ - lib/rvideo/transcoder.rb
35
+ - lib/rvideo/version.rb
36
+ - lib/rvideo/tools/abstract_tool.rb
37
+ - lib/rvideo/tools/ffmpeg.rb
38
+ - lib/rvideo/tools/ffmpeg2theora.rb
39
+ - lib/rvideo/tools/flvtool2.rb
40
+ - lib/rvideo/tools/mencoder.rb
41
+ - lib/rvideo/tools/mp4box.rb
42
+ - lib/rvideo/tools/mp4creator.rb
43
+ - lib/rvideo/tools/mplayer.rb
44
+ - lib/rvideo/tools/yamdi.rb
45
+ has_rdoc: true
46
+ homepage: http://gemcutter.org/gems/debprado-rvideo
47
+ licenses: []
48
+
49
+ post_install_message:
50
+ rdoc_options: []
51
+
52
+ require_paths:
53
+ - lib
54
+ required_ruby_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: "0"
59
+ version:
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: "0"
65
+ version:
66
+ requirements: []
67
+
68
+ rubyforge_project:
69
+ rubygems_version: 1.3.5
70
+ signing_key:
71
+ specification_version: 3
72
+ summary: RVideo is a Ruby library for inspecting and transcoding video and audio files.
73
+ test_files: []
74
+