Commit 240147ef by Prem Sichanugrist

Bump to 3.0.2

parent c63ff08b
PATH PATH
remote: . remote: .
specs: specs:
paperclip (3.0.1) paperclip (3.0.2)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
activerecord (>= 3.0.0) activerecord (>= 3.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
...@@ -11,15 +11,15 @@ PATH ...@@ -11,15 +11,15 @@ PATH
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activemodel (3.2.2) activemodel (3.2.3)
activesupport (= 3.2.2) activesupport (= 3.2.3)
builder (~> 3.0.0) builder (~> 3.0.0)
activerecord (3.2.2) activerecord (3.2.3)
activemodel (= 3.2.2) activemodel (= 3.2.3)
activesupport (= 3.2.2) activesupport (= 3.2.3)
arel (~> 3.0.2) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activesupport (3.2.2) activesupport (3.2.3)
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.2.7) addressable (2.2.7)
......
module Paperclip module Paperclip
VERSION = "3.0.1" unless defined? Paperclip::VERSION VERSION = "3.0.2" unless defined? Paperclip::VERSION
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment