Commit e7a5edb8 by John Hawthorn

Version 2.2.0

parent 8ab2bd0c
......@@ -20,16 +20,10 @@ For Rails 3, please use version 1 of Paranoia:
gem "paranoia", "~> 1.0"
```
For Rails 4, please use version 2 of Paranoia:
For Rails 4 and 5, please use version 2 of Paranoia (2.2 or greater required for rails 5):
``` ruby
gem "paranoia", "~> 2.0"
```
For Rails 5, please use version 2.2.0.pre (pre-release):
``` ruby
gem "paranoia", "~> 2.2.0.pre"
gem "paranoia", "~> 2.2"
```
Of course you can install this from GitHub as well from one of these examples:
......
module Paranoia
VERSION = "2.2.0.pre"
VERSION = "2.2.0"
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