Skip to content

Commit

Permalink
bumping the gem to 0.6.7. updated CHANGELOG with details.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Jun 14, 2009
1 parent 47a4f65 commit aa1071e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.textile
@@ -1,9 +1,21 @@
h2. 0.6.6 (5/18/2009) h2. 0.6.7 (06/13/2009)

* [#30] Added sign_up, sign_in, sign_out named routes. (Dan Croak)
* [#22] Minimizing Reek smell: Duplication in redirect_back_or. (Dan Croak)
* Deprecated sign_user_in. Told developers to use sign_in instead. (Dan
Croak)
* [#16] flash_success_after_create, flash_notice_after_create, flash_failure_after_create, flash_sucess_after_update, flash_success_after_destroy, etc. (Dan Croak)
* [#17] bug. added #create to forbidden before_filters on confirmations controller. (Dan Croak)
* [#24] should_be_signed_in_as shouldn't look in the session. (Dan Croak)
* README improvements. (Dan Croak)
* Move routes loading to separate file. (Joshua Clayton)

h2. 0.6.6 (05/18/2009)


* [#14] replaced class_eval in Clearance::User with modules. This was needed * [#14] replaced class_eval in Clearance::User with modules. This was needed
in a thoughtbot client app so we could write our own validations. (Dan Croak) in a thoughtbot client app so we could write our own validations. (Dan Croak)


h2. 0.6.5 (5/17/2009) h2. 0.6.5 (05/17/2009)


* [#6] Make Clearance i18n aware. (Timur Vafin, Marcel Goerner, Eugene Bolshakov, Dan Croak) * [#6] Make Clearance i18n aware. (Timur Vafin, Marcel Goerner, Eugene Bolshakov, Dan Croak)


Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -51,7 +51,7 @@ task :default => ['test:all', 'test:features']


gem_spec = Gem::Specification.new do |gem_spec| gem_spec = Gem::Specification.new do |gem_spec|
gem_spec.name = "clearance" gem_spec.name = "clearance"
gem_spec.version = "0.6.6" gem_spec.version = "0.6.7"
gem_spec.summary = "Rails authentication with email & password." gem_spec.summary = "Rails authentication with email & password."
gem_spec.email = "support@thoughtbot.com" gem_spec.email = "support@thoughtbot.com"
gem_spec.homepage = "http://github.com/thoughtbot/clearance" gem_spec.homepage = "http://github.com/thoughtbot/clearance"
Expand Down
4 changes: 2 additions & 2 deletions clearance.gemspec
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification --- !ruby/object:Gem::Specification
name: clearance name: clearance
version: !ruby/object:Gem::Version version: !ruby/object:Gem::Version
version: 0.6.6 version: 0.6.7
platform: ruby platform: ruby
authors: authors:
- Dan Croak - Dan Croak
Expand All @@ -24,7 +24,7 @@ autorequire:
bindir: bin bindir: bin
cert_chain: [] cert_chain: []


date: 2009-05-18 00:00:00 -04:00 date: 2009-06-13 00:00:00 -04:00
default_executable: default_executable:
dependencies: [] dependencies: []


Expand Down

0 comments on commit aa1071e

Please sign in to comment.