Skip to content

Commit

Permalink
Compatibility with paperclip 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertg committed Nov 12, 2011
1 parent 3bc388a commit 3c0ff49
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "http://rubygems.org"

gemspec

gem "paperclip", '2.4.4'
gem "paperclip", '2.4.5'

gem "appraisal"
gem "mocha"
Expand Down
2 changes: 1 addition & 1 deletion delayed_paperclip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|

s.test_files = Dir["test/**/*,rb"] + Dir['test/features/*']

s.add_dependency 'paperclip', [">= 2.4.4"]
s.add_dependency 'paperclip', [">= 2.4.5"]

s.add_development_dependency 'mocha'
s.add_development_dependency 'sqlite3'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "http://rubygems.org"

gem "paperclip", "2.4.4"
gem "paperclip", "2.4.5"
gem "appraisal"
gem "mocha"
gem "sqlite3"
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: /Users/bertg/Development/delayed_paperclip
specs:
delayed_paperclip (0.7.2)
paperclip (>= 2.4.4)
paperclip (>= 2.4.5)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -31,7 +31,7 @@ GEM
mocha (0.10.0)
metaclass (~> 0.0.1)
multi_json (1.0.3)
paperclip (2.4.4)
paperclip (2.4.5)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
Expand Down Expand Up @@ -70,7 +70,7 @@ DEPENDENCIES
delayed_paperclip!
json
mocha
paperclip (= 2.4.4)
paperclip (= 2.4.5)
rails (~> 2.3.14)
resque
sqlite3
2 changes: 1 addition & 1 deletion gemfiles/rails3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "http://rubygems.org"

gem "paperclip", "2.4.4"
gem "paperclip", "2.4.5"
gem "appraisal"
gem "mocha"
gem "sqlite3"
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: /Users/bertg/Development/delayed_paperclip
specs:
delayed_paperclip (0.7.2)
paperclip (>= 2.4.4)
paperclip (>= 2.4.5)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -58,7 +58,7 @@ GEM
mocha (0.10.0)
metaclass (~> 0.0.1)
multi_json (1.0.3)
paperclip (2.4.4)
paperclip (2.4.5)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
Expand Down Expand Up @@ -116,7 +116,7 @@ DEPENDENCIES
delayed_paperclip!
json
mocha
paperclip (= 2.4.4)
paperclip (= 2.4.5)
rails (~> 3.0.10)
resque
sqlite3
2 changes: 1 addition & 1 deletion gemfiles/rails3_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "http://rubygems.org"

gem "paperclip", "2.4.4"
gem "paperclip", "2.4.5"
gem "appraisal"
gem "mocha"
gem "sqlite3"
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails3_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: /Users/bertg/Development/delayed_paperclip
specs:
delayed_paperclip (0.7.2)
paperclip (>= 2.4.4)
paperclip (>= 2.4.5)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -58,7 +58,7 @@ GEM
mocha (0.10.0)
metaclass (~> 0.0.1)
multi_json (1.0.3)
paperclip (2.4.4)
paperclip (2.4.5)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
Expand Down Expand Up @@ -128,7 +128,7 @@ DEPENDENCIES
delayed_paperclip!
json
mocha
paperclip (= 2.4.4)
paperclip (= 2.4.5)
rails (~> 3.1.0)
resque
sqlite3

0 comments on commit 3c0ff49

Please sign in to comment.