ez_video 1.0.0

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 = 1
4
+ MINOR = 0
5
+ TINY = 0
6
+
7
+ STRING = [MAJOR, MINOR, TINY].join('.')
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,65 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ez_video
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Tianyu Huang
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-06-22 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: A video reader/converter, ruby wrapper for ffmpeg.
15
+ email:
16
+ - tianhsky@yahoo.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files:
20
+ - README.md
21
+ files:
22
+ - .gitignore
23
+ - LICENSE.txt
24
+ - README.md
25
+ - ez_video.gemspec
26
+ - lib/ez_video.rb
27
+ - lib/rvideo/errors.rb
28
+ - lib/rvideo/float.rb
29
+ - lib/rvideo/inspector.rb
30
+ - lib/rvideo/tools/abstract_tool.rb
31
+ - lib/rvideo/tools/ffmpeg.rb
32
+ - lib/rvideo/tools/ffmpeg2theora.rb
33
+ - lib/rvideo/tools/flvtool2.rb
34
+ - lib/rvideo/tools/mencoder.rb
35
+ - lib/rvideo/tools/mp4box.rb
36
+ - lib/rvideo/tools/mp4creator.rb
37
+ - lib/rvideo/tools/mplayer.rb
38
+ - lib/rvideo/tools/yamdi.rb
39
+ - lib/rvideo/transcoder.rb
40
+ - lib/rvideo/version.rb
41
+ homepage: http://rubygems.org/gems/ez_video
42
+ licenses: []
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ none: false
49
+ requirements:
50
+ - - ! '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ! '>='
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
59
+ requirements: []
60
+ rubyforge_project:
61
+ rubygems_version: 1.8.24
62
+ signing_key:
63
+ specification_version: 3
64
+ summary: A fork of Rvideo, have some bugs fixed.
65
+ test_files: []