Skip to content

Commit

Permalink
Bump version to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Apr 30, 2014
1 parent cdcea5a commit 1511ed9
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 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.6.1.rc2)
shoulda-matchers (2.6.1)
activesupport (>= 3.0.0)

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

## Features

Expand All @@ -13,10 +13,11 @@
using a very small decimal number offset rather than a whole number by
default, except if the matcher was qualified with `only_integer`. This means
that prior to 2.6.0, if your validation specified `only_integer` and you did
not, then after 2.6.0 that test now fails.
not, then after 2.6.0 that test would fail. This is now fixed.

* Fix so that ActiveRecord matchers aren't included when ActiveRecord
isn't defined (i.e. if you are using ActiveModel only).
* Fix regression in previous release where ActiveRecord matchers would not be
included when ActiveRecord wasn't defined (i.e. if you were using ActiveModel
only).

* Revert the behavior of `allow_value` changed in 2.6.0 (it will no longer raise
CouldNotClearAttribute). This was originally done as a part of a fix for
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: ../
specs:
shoulda-matchers (2.6.1.rc2)
shoulda-matchers (2.6.1)
activesupport (>= 3.0.0)

GEM
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: ../
specs:
shoulda-matchers (2.6.1.rc2)
shoulda-matchers (2.6.1)
activesupport (>= 3.0.0)

GEM
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.6.1.rc2)
shoulda-matchers (2.6.1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/4.0.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
shoulda-matchers (2.6.1.rc2)
shoulda-matchers (2.6.1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/4.0.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
shoulda-matchers (2.6.1.rc2)
shoulda-matchers (2.6.1)
activesupport (>= 3.0.0)

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

0 comments on commit 1511ed9

Please sign in to comment.