Skip to content

Commit

Permalink
Bump to version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drapergeek committed Jun 11, 2013
1 parent a1afc57 commit 41a18a9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shoulda-matchers (2.1.0)
shoulda-matchers (2.2.0)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# HEAD

# v 2.2.0

* Fix `have_and_belong_to_many` matcher issue for Rails 4.

* Fix `validate_uniqueness_of.scoped_to` issue when the scoped field is already
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
shoulda-matchers (2.1.0)
shoulda-matchers (2.2.0)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
shoulda-matchers (2.1.0)
shoulda-matchers (2.2.0)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
shoulda-matchers (2.1.0)
shoulda-matchers (2.2.0)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/shoulda/matchers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Shoulda
module Matchers
VERSION = '2.1.0'.freeze
VERSION = '2.2.0'.freeze
end
end

0 comments on commit 41a18a9

Please sign in to comment.