Skip to content

Commit

Permalink
Bump to 0.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Feb 3, 2012
1 parent 91f4675 commit 6c0c070
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
26 changes: 26 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
2012-02-03 Mike Burns <mburns@thoughtbot.com>

* Gemfile, clearance.gemspec, 3.1.0.gemfile, 3.0.9.gemfile:
Upgrade cucumber-rails, which requires use of the #steps method.
* VERSION:
Bump to 0.15.0

2012-02-02 Gabe Berke-Williams <gabe@thoughtbot.com>

* user.rb:
Remove InstanceMethods module. It's deprecated in 3.2 and unnecessary in all
versions.

2012-01-16 Matthew Daubert <mdaubert@gmail.com>

* clearance_steps.rb:
`When` is deprecated in step definitions, changed to `step`.

2011-12-01 Dan Hodge <dan@swipely.com>

* Rakefile, passwords_controller.rb, users_controller.rb, authentication.rb,
configuration.rb, configuration_spec.rb, passwords_controller_spec.rb,
session.rb:
Optional config param 'user_model_name' added
Defer user_model load so it can be a constant
Find user via the configured user model class
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
clearance (0.14.0)
clearance (0.15.0)
diesel (~> 0.1.5)
rails (>= 3.0)

Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
New for 0.15.0:

* The User model can be swapped out using the Clearance.configure method.
* Remove User::InstanceMethods to silence a Rails 3.2 deprecation warning.
* Bump development dependency of cucumber-rails to 1.1.1.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0
0.15.0
2 changes: 1 addition & 1 deletion gemfiles/3.0.9.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: /home/mike/lib/clearance
specs:
clearance (0.14.0)
clearance (0.15.0)
diesel (~> 0.1.5)
rails (>= 3.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: /home/mike/lib/clearance
specs:
clearance (0.14.0)
clearance (0.15.0)
diesel (~> 0.1.5)
rails (>= 3.0)

Expand Down

0 comments on commit 6c0c070

Please sign in to comment.