Commit 70f0f1fe by Prem Sichanugrist

Bump to 3.1.4

Happy pi release!

      3.141592653589793238462643383279
    5028841971693993751058209749445923
   07816406286208998628034825342117067
   9821    48086         5132
  823      06647        09384
 46        09550        58223
 17        25359        4081
           2848         1117
           4502         8410
           2701         9385
          21105        55964
          46229        48954
          9303         81964
          4288         10975
         66593         34461
        284756         48233
        78678          31652        71
       2019091         456485       66
      9234603           48610454326648
     2133936            0726024914127
     3724587             00660631558
     817488               152092096
parent a1281bee
PATH PATH
remote: . remote: .
specs: specs:
paperclip (3.1.3) paperclip (3.1.4)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
activerecord (>= 3.0.0) activerecord (>= 3.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
......
New in 3.1.4:
* Bug fix: Allow user to be able to set path without `:style` attribute and not raising an error.
This is a regression introduced in 3.1.3, and that feature will be postponed to another minor
release instead.
* Feature: Allow for URI Adapter as an optional paperclip io adapter.
New in 3.1.3: New in 3.1.3:
* Bug fix: Copy empty attachment between instances is now working. * Bug fix: Copy empty attachment between instances is now working.
......
module Paperclip module Paperclip
VERSION = "3.1.3" unless defined? Paperclip::VERSION VERSION = "3.1.4" 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