paperclip-s3 1.0.0pre3 → 1.0.0pre4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/paperclip-s3.rb CHANGED
@@ -22,4 +22,4 @@ module Zinergia
22
22
  end
23
23
  end
24
24
 
25
- ActiveRecord::Base.send(:extend, Zinergia::Paperclip::S3) if Rails.env.production?
25
+ ActiveRecord::Base.send(:extend, Zinergia::Paperclip::S3)
@@ -1,5 +1,5 @@
1
1
  module Paperclip
2
2
  module S3
3
- VERSION = "1.0.0pre3"
3
+ VERSION = "1.0.0pre4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: paperclip-s3
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 5
5
- version: 1.0.0pre3
5
+ version: 1.0.0pre4
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Nicol\xC3\xA1s Hock Isaza"