README.md in paperclip-globalize3-0.1.0 vs README.md in paperclip-globalize3-1.0.0
- old
+ new
@@ -8,12 +8,14 @@
Note that this implementation patches some methods in the `Paperclip::Attachment` class, so make sure you are okay with that.
## Compatibility
-Currently, paperclip 2.x (>= 2.5) and globalize3 0.3 are supported. Support for paperclip 3.x is planned.
+Currently, paperclip 3.x (>= 3.3) and globalize3 0.3 are supported.
+For paperclip 2.x support please use the 0.x versions of this gem.
+
## Installation
Add this line to your application's Gemfile:
gem 'paperclip-globalize3'
@@ -44,10 +46,9 @@
translates :avatar_file_name, :avatar_file_size, :avatar_created_at, :avatar_updated_at, :avatar_fingerprint
end
## Todo / Future Plans
-* Support paperclip 3.x
* Make it easier to specify translated attachments, e.g. using one of these options:
* support `translates :attachment_name`
* support `:translated` option for `has_attached_file`
* eliminate the need to specify; automatically set `translates` as soon as the :locale interpolation is used
* Don't depend on order of definition for it to work (`translates` after `has_attached_file`)