Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paranoia
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paranoia
Commits
b29bc4dd
Commit
b29bc4dd
authored
Oct 20, 2016
by
John Hawthorn
Committed by
GitHub
Oct 20, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #361 from jhawthorn/master
Version 2.2.0
parents
8ab2bd0c
f4acaf22
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
9 deletions
+7
-9
.travis.yml
+4
-0
README.md
+2
-8
lib/paranoia/version.rb
+1
-1
No files found.
.travis.yml
View file @
b29bc4dd
...
...
@@ -18,5 +18,9 @@ matrix:
-
env
:
RAILS='~> 5.0.0'
rvm
:
2.1.10
allow_failures
:
-
env
:
RAILS='~> 4.1.15'
rvm
:
jruby-9.1.0.0
-
env
:
RAILS='~> 4.2.6'
rvm
:
jruby-9.1.0.0
-
env
:
RAILS='~> 5.0.0'
rvm
:
jruby-9.1.0.0
README.md
View file @
b29bc4dd
...
...
@@ -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:
...
...
lib/paranoia/version.rb
View file @
b29bc4dd
module
Paranoia
VERSION
=
"2.2.0
.pre
"
VERSION
=
"2.2.0"
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment