Skip to content

Commit

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

Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# HEAD

# v 1.5.2
# v 1.5.4
* Properly-released version of 1.5.3

# v 1.5.3 - yanked due to mis-release
* Alleviate the need to add `rspec` gem to your app

# v 1.5.1
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.3)
shoulda-matchers (1.5.4)
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.3)
shoulda-matchers (1.5.4)
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.3)
shoulda-matchers (1.5.4)
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.3'.freeze
VERSION = '1.5.4'.freeze
end
end

0 comments on commit 4b91ea3

Please sign in to comment.