Commit e7814861 by Tute Costa

Release version v4.3.1

Removes note for running paperclip in EOL'd version of Rails (2.3).
parent d331f3a7
4.3.0:
4.3.1 (9/9/2015):
* Backport of bugfix to `remove_column`, so it works in Rails 3 and 4
c740fb171fe2f88c60b999d2a1c2122f2b8f43e9
* Fix GeometryParser regex for usage of '@>' flag
* `url` on a unpersisted record returns default_url
* spec deprecation warnings and failures
* README adjustments
4.3.0 (6/18/2015):
* Improvement: Update aws-sdk and cucumber gem versions.
* Improvement: Add `length` alias for `size` method in AbstractAdapter.
......
......@@ -99,6 +99,10 @@ If you're on Ubuntu, you'll want to run the following with apt-get:
sudo apt-get install imagemagick -y
If you're on Ubuntu (or any Debian base Linux distribution), you'll want to run the following with apt-get:
sudo apt-get install imagemagick -y
### `file`
The Unix [`file` command](http://en.wikipedia.org/wiki/File_(command)) is required for content-type checking.
......@@ -150,12 +154,6 @@ Include the gem in your Gemfile:
gem "paperclip", "~> 4.3"
```
If you're still using Rails 2.3.x, you should do this instead:
```ruby
gem "paperclip", "~> 2.7"
```
Or, if you want to get the latest, you can get master from the main paperclip repository:
```ruby
......
module Paperclip
VERSION = "4.3.0" unless defined? Paperclip::VERSION
VERSION = "4.3.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