korobkov-paperclip 2.3.1 → 2.3.1.20090921

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/paperclip/attachment.rb +1 -1
  2. metadata +1 -1
@@ -14,7 +14,7 @@ module Paperclip
14
14
  :default_style => :original,
15
15
  :validations => [],
16
16
  :storage => :filesystem,
17
- :whiny => Paperclip.options[:whiny] || Paperclip.options[:whiny_thumbnails]
17
+ :whiny => Paperclip.options[:whiny] || Paperclip.options[:whiny_thumbnails],
18
18
  :hash_length => 512
19
19
  }
20
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: korobkov-paperclip
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.1.20090921
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Yurek