Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Ferris committed Oct 21, 2009
1 parent 536828c commit 19669ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.textile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
h2. 0.8.3 (unreleased)
h2. 0.8.3 (09/21/2009)

* [#27] remove class_eval in Clearance::Authentication. (Anuj Dutta)
* Avoid possible collisions in the remember me token (Joe Ferris)

h2. 0.8.2 (09/01/2009)

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ task :default => ['test:basic', 'test:features',

gem_spec = Gem::Specification.new do |gem_spec|
gem_spec.name = "clearance"
gem_spec.version = "0.8.2"
gem_spec.version = "0.8.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
5 changes: 3 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.8.2
version: 0.8.3
platform: ruby
authors:
- Dan Croak
Expand All @@ -20,11 +20,12 @@ authors:
- Mihai Anca
- Mark Cornick
- Shay Arnett
- Jon Yurek
autorequire:
bindir: bin
cert_chain: []

date: 2009-09-01 00:00:00 -04:00
date: 2009-10-21 00:00:00 -04:00
default_executable:
dependencies: []

Expand Down

0 comments on commit 19669ca

Please sign in to comment.