Skip to content

Commit

Permalink
Bump to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drapergeek committed Mar 15, 2013
1 parent 6091663 commit a756c46
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 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.4.2)
shoulda-matchers (1.5.0)
activesupport (>= 3.0.0)
bourne (~> 1.2.0)

Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# HEAD

# v 1.5.0
* Deprecate the following matchers:
* assign_to
* respond_with_content_type
* query_the_database
* validate_format_of
* have_sent_email
* strong_parameters_matcher
* delegate_method

* Use RSpec's native `configure.include` syntax for including matchers into
RSpec (#204)

Expand Down
4 changes: 2 additions & 2 deletions 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
remote: /Users/draper/Dropbox/Development/shoulda-matchers
specs:
shoulda-matchers (1.4.2)
shoulda-matchers (1.5.0)
activesupport (>= 3.0.0)
bourne (~> 1.2.0)

Expand Down
4 changes: 2 additions & 2 deletions 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
remote: /Users/draper/Dropbox/Development/shoulda-matchers
specs:
shoulda-matchers (1.4.2)
shoulda-matchers (1.5.0)
activesupport (>= 3.0.0)
bourne (~> 1.2.0)

Expand Down
4 changes: 2 additions & 2 deletions 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
remote: /Users/draper/Dropbox/Development/shoulda-matchers
specs:
shoulda-matchers (1.4.2)
shoulda-matchers (1.5.0)
activesupport (>= 3.0.0)
bourne (~> 1.2.0)

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.4.2'.freeze
VERSION = '1.5.0'.freeze
end
end

0 comments on commit a756c46

Please sign in to comment.