Skip to content

Commit

Permalink
Bump version to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mxie committed Mar 29, 2013
1 parent 9ffcf37 commit f804809
Show file tree
Hide file tree
Showing 6 changed files with 6 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.5)
shoulda-matchers (1.5.6)
activesupport (>= 3.0.0)
bourne (~> 1.3)

Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# HEAD

# v 1.5.6
* Revert previous change in `AllowValueMatcher` that added a check for a
properly-set attribute.

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.5)
shoulda-matchers (1.5.6)
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.5)
shoulda-matchers (1.5.6)
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.5)
shoulda-matchers (1.5.6)
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.5'.freeze
VERSION = '1.5.6'.freeze
end
end

0 comments on commit f804809

Please sign in to comment.