Skip to content

Commit

Permalink
Bump 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett committed Apr 8, 2017
1 parent 630ccd0 commit d4fbf9e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- Add `if` option to inclusion constraints.
- Add `name` option to constraints.
- Add null constraint.
- Ensure presence constraint enforces not null.

## 2.0.0

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/activerecord_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rein (2.0.0)
rein (2.1.0)
activerecord (>= 4.0.0, < 6)
activesupport (>= 4.0.0, < 6)

Expand Down Expand Up @@ -69,7 +69,7 @@ DEPENDENCIES
activerecord (~> 4.2.8)
appraisal (~> 2.1)
bundler (~> 1.14)
pg
pg (~> 0.20)
rake (~> 12.0)
rein!
rspec (~> 3.5)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/activerecord_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rein (2.0.0)
rein (2.1.0)
activerecord (>= 4.0.0, < 6)
activesupport (>= 4.0.0, < 6)

Expand Down Expand Up @@ -68,7 +68,7 @@ DEPENDENCIES
activerecord (~> 5.0.2)
appraisal (~> 2.1)
bundler (~> 1.14)
pg
pg (~> 0.20)
rake (~> 12.0)
rein!
rspec (~> 3.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/rein/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rein
VERSION = "2.0.0".freeze
VERSION = "2.1.0".freeze
end

0 comments on commit d4fbf9e

Please sign in to comment.