Skip to content

Commit

Permalink
Bump version to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mxie committed Mar 28, 2013
1 parent 5da9f52 commit f96c8c7
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 (1.5.4)
shoulda-matchers (1.5.5)
activesupport (>= 3.0.0)
bourne (~> 1.3)

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 1.5.5
* `AllowValueMatcher` checks that the right value is used for attempts at
setting the attribute with it
* Please note that previously-passing tests might now fail. It is likely that
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: /Users/melissaxie/thoughtbot/shoulda-matchers
specs:
shoulda-matchers (1.5.4)
shoulda-matchers (1.5.5)
activesupport (>= 3.0.0)
bourne (~> 1.3)

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: /Users/melissaxie/thoughtbot/shoulda-matchers
specs:
shoulda-matchers (1.5.4)
shoulda-matchers (1.5.5)
activesupport (>= 3.0.0)
bourne (~> 1.3)

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: /Users/melissaxie/thoughtbot/shoulda-matchers
specs:
shoulda-matchers (1.5.4)
shoulda-matchers (1.5.5)
activesupport (>= 3.0.0)
bourne (~> 1.3)

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 = '1.5.4'.freeze
VERSION = '1.5.5'.freeze
end
end

0 comments on commit f96c8c7

Please sign in to comment.