Skip to content

Commit

Permalink
Bump to version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drapergeek committed Sep 20, 2013
1 parent d1b2a1d commit f217014
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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.4.0.rc1)
shoulda-matchers (2.4.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,4 +1,6 @@
# HEAD

# v 2.4.0
* Fix a bug with the `validate_numericality_of` matcher that would not allow the
`with_message` option on certain submatchers.

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.4.0.rc1)
shoulda-matchers (2.4.0)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/4.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
shoulda-matchers (2.4.0.rc1)
shoulda-matchers (2.4.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.4.0.rc1'.freeze
VERSION = '2.4.0'.freeze
end
end

0 comments on commit f217014

Please sign in to comment.