Skip to content

Commit

Permalink
bumping to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Apr 30, 2011
1 parent 56f0f04 commit ab5ad52
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
0.11.1 (unreleased)
0.11.1
-------------------

* Redirect to home page after sign up. #146 (Dan Croak)
* Remove dependency on dynamic_form. Replaced with flashes due to limited number of failure cases. #145 (Dan Croak)
* Moving ClearanceMailer to app/mailers. Moving spec to spec/mailers.
* [#146] Redirect to home page after sign up. (Dan Croak)
* [#145] Remove dependency on dynamic_form. Replaced with flashes due to limited number of failure cases. (Dan Croak)
* Moving ClearanceMailer to app/mailers. Moving spec to spec/mailers. (Dan Croak)
* [#148] Removing :case_sensitive option from validates_uniqueness_of. It was unnecessary and causes a small performance problem on some apps. (Dan Croak)
* Only development dependency in gemspec should be bundler. All others are derived by bundling. (Dan Croak)

0.11.0
-------------------

* Removing password confirmation. (Dan Croak)
* Use ActiveSupport::Concern and ActiveSupport::SecureRandom to clean up code. (Dan Croak)
* [#141] Removing password confirmation. (Dan Croak)
* [#143] Use ActiveSupport::Concern and ActiveSupport::SecureRandom to clean up code. (Dan Croak)
* New controller#authenticate(params) method. Redefine username & password or other styles of authentication. (Dan Croak)
* before_filter :authenticate API replaced with more aptly-named before_filter :authorize. (Dan Croak)

Expand All @@ -24,8 +26,8 @@
* Formtastic views generator removed. (Dan Croak)
* Emails forced to be downcased (particularly for iPhone user case). (Adam Conrad)
* Suite converted from test/unit to RSpec. (Joe Ferris)
* Password reset requires a password. (Joel Meador)
* Use HTML5 email fields. (Dan Croak)
* [#135] Password reset requires a password. (Joel Meador)
* [#138] Use HTML5 email fields. (Dan Croak)

0.10.3.2
------------------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.11.1
2 changes: 1 addition & 1 deletion clearance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/thoughtbot/clearance}

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Dan Croak", "Mike Burns", "Jason Morrison", "Joe Ferris", "Eugene Bolshakov", "Nick Quaranto", "Josh Nichols", "Mike Breen", "Marcel G\303\266rner", "Bence Nagy", "Ben Mabey", "Eloy Duran", "Tim Pope", "Mihai Anca", "Mark Cornick", "Shay Arnett", "Jon Yurek", "Chad Pytel"]
s.authors = ["Dan Croak", "Mike Burns", "Jason Morrison", "Joe Ferris", "Eugene Bolshakov", "Nick Quaranto", "Josh Nichols", "Mike Breen", "Jon Yurek", "Chad Pytel"]
s.date = Date.today.to_s
s.summary = %q{Rails authentication & authorization with email & password.}
s.description = %q{Rails authentication & authorization with email & password.}
Expand Down

0 comments on commit ab5ad52

Please sign in to comment.