paperclip-ffmpeg 0.12.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/paperclip-ffmpeg.gemspec +2 -1
- metadata +10 -4
data/README.md
CHANGED
data/paperclip-ffmpeg.gemspec
CHANGED
@@ -3,8 +3,9 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "paperclip-ffmpeg"
|
6
|
-
s.version = '0.
|
6
|
+
s.version = '1.0.0'
|
7
7
|
s.platform = Gem::Platform::RUBY
|
8
|
+
s.licenses = 'MIT'
|
8
9
|
s.authors = ["Omar Abdel-Wahab"]
|
9
10
|
s.email = ["owahab@gmail.com"]
|
10
11
|
s.homepage = "http://github.com/owahab/paperclip-ffmpeg"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paperclip-ffmpeg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-09-
|
12
|
+
date: 2013-09-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: paperclip
|
@@ -43,7 +43,8 @@ files:
|
|
43
43
|
- lib/paperclip_processors/qtfaststart.rb
|
44
44
|
- paperclip-ffmpeg.gemspec
|
45
45
|
homepage: http://github.com/owahab/paperclip-ffmpeg
|
46
|
-
licenses:
|
46
|
+
licenses:
|
47
|
+
- MIT
|
47
48
|
post_install_message:
|
48
49
|
rdoc_options: []
|
49
50
|
require_paths:
|
@@ -54,12 +55,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
54
55
|
- - ! '>='
|
55
56
|
- !ruby/object:Gem::Version
|
56
57
|
version: '0'
|
58
|
+
segments:
|
59
|
+
- 0
|
60
|
+
hash: 788114700040462873
|
57
61
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
62
|
none: false
|
59
63
|
requirements:
|
60
64
|
- - ! '>='
|
61
65
|
- !ruby/object:Gem::Version
|
62
66
|
version: '0'
|
67
|
+
segments:
|
68
|
+
- 0
|
69
|
+
hash: 788114700040462873
|
63
70
|
requirements: []
|
64
71
|
rubyforge_project: paperclip-ffmpeg
|
65
72
|
rubygems_version: 1.8.23
|
@@ -67,4 +74,3 @@ signing_key:
|
|
67
74
|
specification_version: 3
|
68
75
|
summary: Process your attachments with FFMPEG
|
69
76
|
test_files: []
|
70
|
-
has_rdoc:
|