Commit 271008dc by Prem Sichanugrist

Bump to 3.1.1

parent 2860c701
PATH
remote: .
specs:
paperclip (3.1.0)
paperclip (3.1.1)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
......
New in 3.1.1:
* Bug fix: Paperclip will only load Paperclip::Schema only when Active Record is available.
New in 3.1.0:
* Feature: Paperclip now support new migration syntax (sexy migration) that reads better:
......
module Paperclip
VERSION = "3.1.0" unless defined? Paperclip::VERSION
VERSION = "3.1.1" unless defined? Paperclip::VERSION
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