Navigation Menu

Skip to content

Commit

Permalink
Bump to 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed May 11, 2012
1 parent 3d3dc4e commit 44e0a65
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (0.16.1)
clearance (0.16.2)
diesel (~> 0.1.5)
rails (>= 3.0)

Expand Down Expand Up @@ -155,7 +155,7 @@ GEM
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.32)
tzinfo (0.3.33)
xpath (0.1.4)
nokogiri (~> 1.3)

Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
@@ -1,6 +1,11 @@
New for 0.16.2:

* Change default email sender to deploy@example.com .

New for 0.16.1:

* Behave correctly when Rails whitelist attributes mass assignment protection is turned on
* Behave correctly when Rails whitelist attributes mass assignment
protection is turned on
* Fix for Rails 3.2.x modifying the HTTP cookie headers in rack requests

New for 0.16.0:
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/3.0.12.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/gabe/thoughtbot/clearance
remote: /home/mike/lib/clearance
specs:
clearance (0.16.1)
clearance (0.16.2)
diesel (~> 0.1.5)
rails (>= 3.0)

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/3.1.4.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/gabe/thoughtbot/clearance
remote: /home/mike/lib/clearance
specs:
clearance (0.16.1)
clearance (0.16.2)
diesel (~> 0.1.5)
rails (>= 3.0)

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/3.2.3.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/croaky/dev/clearance
remote: /home/mike/lib/clearance
specs:
clearance (0.16.1)
clearance (0.16.2)
diesel (~> 0.1.5)
rails (>= 3.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/clearance/version.rb
@@ -1,3 +1,3 @@
module Clearance
VERSION = '0.16.1'
VERSION = '0.16.2'
end

0 comments on commit 44e0a65

Please sign in to comment.