Skip to content

Commit

Permalink
Updating changelog and bumping to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Apr 23, 2009
1 parent 1d2749c commit 7017fb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
h2. 0.6.3 (04/23/2009)

* Scoping ClearanceMailer properly within controllers so it works in production environments. (Nick Quaranto)

h2. 0.6.2 (04/22/2009)

* Insert Clearance::User into User model if it exists. (Nick Quaranto)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ task :default => ['test:all', 'test:features']

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

date: 2009-04-22 00:00:00 -04:00
date: 2009-04-23 00:00:00 -04:00
default_executable:
dependencies: []

Expand Down

0 comments on commit 7017fb6

Please sign in to comment.