paperclip-ffmpeg 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +1 -0
  2. data/paperclip-ffmpeg.gemspec +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  Paperclip FFMPEG
2
2
  ================
3
+ [![Build Status](https://travis-ci.org/owahab/paperclip-ffmpeg.png?branch=master)](https://travis-ci.org/owahab/paperclip-ffmpeg)
3
4
 
4
5
  Adding video handling to Paperclip via ffmpeg.
5
6
  This gem has been tested under Linux and Mac OS X, YMMV under Windows.
@@ -3,7 +3,7 @@ $:.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.10.0'
6
+ s.version = '0.10.1'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Omar Abdel-Wahab"]
9
9
  s.email = ["owahab@gmail.com"]
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.10.0
4
+ version: 0.10.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -56,7 +56,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
56
56
  version: '0'
57
57
  segments:
58
58
  - 0
59
- hash: -1147482643793522172
59
+ hash: 189156967789022560
60
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  version: '0'
66
66
  segments:
67
67
  - 0
68
- hash: -1147482643793522172
68
+ hash: 189156967789022560
69
69
  requirements: []
70
70
  rubyforge_project: paperclip-ffmpeg
71
71
  rubygems_version: 1.8.24