-
-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91f4675
commit 6c0c070
Showing
6 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ GIT | |
PATH | ||
remote: . | ||
specs: | ||
clearance (0.14.0) | ||
clearance (0.15.0) | ||
diesel (~> 0.1.5) | ||
rails (>= 3.0) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.14.0 | ||
0.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters