polly-ffmpeg 0.1.9 → 0.2.1

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polly-ffmpeg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrik Hedman
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-03 00:00:00 -07:00
12
+ date: 2009-08-16 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -23,17 +23,52 @@ extra_rdoc_files:
23
23
  - LICENSE
24
24
  - README.textile
25
25
  files:
26
+ - .gitignore
26
27
  - LICENSE
27
28
  - README.textile
28
29
  - Rakefile
30
+ - VERSION.yml
31
+ - features/ffmpeg.feature
32
+ - features/steps/ffmpeg_steps.rb
33
+ - features/support/env.rb
29
34
  - ffmpeg.gemspec
30
35
  - lib/ffmpeg.rb
31
36
  - lib/ffmpeg/audio_options.rb
32
37
  - lib/ffmpeg/class_methods.rb
33
38
  - lib/ffmpeg/ffmpeg_command.rb
39
+ - lib/ffmpeg/file_extensions.rb
34
40
  - lib/ffmpeg/helper_methods.rb
35
41
  - lib/ffmpeg/main_options.rb
42
+ - lib/ffmpeg/video_advanced_options.rb
36
43
  - lib/ffmpeg/video_options.rb
44
+ - rdoc/classes/FFMpeg.html
45
+ - rdoc/classes/FFMpeg/AudioOptions.html
46
+ - rdoc/classes/FFMpeg/ClassMethods.html
47
+ - rdoc/classes/FFMpeg/HelperMethods.html
48
+ - rdoc/classes/FFMpeg/MainOptions.html
49
+ - rdoc/classes/FFMpeg/VideoOptions.html
50
+ - rdoc/classes/FFMpegCommand.html
51
+ - rdoc/classes/FileExtensions.html
52
+ - rdoc/created.rid
53
+ - rdoc/files/README_textile.html
54
+ - rdoc/files/lib/ffmpeg/audio_options_rb.html
55
+ - rdoc/files/lib/ffmpeg/class_methods_rb.html
56
+ - rdoc/files/lib/ffmpeg/ffmpeg_command_rb.html
57
+ - rdoc/files/lib/ffmpeg/file_extensions_rb.html
58
+ - rdoc/files/lib/ffmpeg/helper_methods_rb.html
59
+ - rdoc/files/lib/ffmpeg/main_options_rb.html
60
+ - rdoc/files/lib/ffmpeg/video_options_rb.html
61
+ - rdoc/files/lib/ffmpeg_rb.html
62
+ - rdoc/fr_class_index.html
63
+ - rdoc/fr_file_index.html
64
+ - rdoc/fr_method_index.html
65
+ - rdoc/index.html
66
+ - rdoc/rdoc-style.css
67
+ - spec/audio_options_spec.rb
68
+ - spec/ffmpeg_spec.rb
69
+ - spec/spec_helper.rb
70
+ - spec/video_advanced_options_spec.rb
71
+ - spec/video_options_spec.rb
37
72
  has_rdoc: false
38
73
  homepage: http://github.com/polly/ffmpeg
39
74
  licenses:
@@ -60,9 +95,10 @@ rubyforge_project:
60
95
  rubygems_version: 1.3.5
61
96
  signing_key:
62
97
  specification_version: 3
63
- summary: Need to write one
98
+ summary: TODO
64
99
  test_files:
65
100
  - spec/audio_options_spec.rb
66
101
  - spec/ffmpeg_spec.rb
67
102
  - spec/spec_helper.rb
103
+ - spec/video_advanced_options_spec.rb
68
104
  - spec/video_options_spec.rb