Skip to content

Commit

Permalink
Fixing broken version
Browse files Browse the repository at this point in the history
  • Loading branch information
owahab committed Nov 6, 2012
1 parent 179bd69 commit a55bd5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Gemfile
@@ -1,5 +1,4 @@
source "http://rubygems.org"

# Specify your gem's dependencies in paperclip-ffmpeg.gemspec
gemspec
rake
gemspec
3 changes: 2 additions & 1 deletion paperclip-ffmpeg.gemspec
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "paperclip-ffmpeg"
s.version = '0.9.3'
s.version = '0.9.4'
s.platform = Gem::Platform::RUBY
s.authors = ["Omar Abdel-Wahab"]
s.email = ["owahab@gmail.com"]
Expand All @@ -19,4 +19,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency('paperclip', '>=2.5.2')
s.add_dependency('paperclip', '>=0.9.2')
end

0 comments on commit a55bd5c

Please sign in to comment.