Skip to content

Commit

Permalink
bumping the gem to 0.8.2. updating CHANGELOG, README with contributio…
Browse files Browse the repository at this point in the history
…ns from Joe Ferris, Josh Clayton, Jon Yurek
  • Loading branch information
Daniel Croak committed Sep 1, 2009
1 parent 19fe148 commit b8ccca0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.textile
@@ -1,3 +1,8 @@
h2. 0.8.2 (09/01/2009)

* current_user= accessor method. (Joe Ferris, Josh Clayton)
* set current_user in sign_in. (Jon Yurek)

h2. 0.8.1 (08/31/2009)

* Removed unnecessary remember_token_expires_at column and the
Expand Down
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -18,7 +18,7 @@ In config/environment.rb:
config.gem "thoughtbot-clearance",
:lib => 'clearance',
:source => 'http://gems.github.com',
:version => '0.7.0'
:version => '0.8.2'
</pre>

Vendor the gem:
Expand Down Expand Up @@ -111,7 +111,7 @@ h2. Authors

Clearance was extracted out of "Hoptoad":http://hoptoadapp.com. We merged the authentication code from two of thoughtbot's clients' Rails apps and have since used it each time we need authentication. The following people have improved the library. Thank you!

Dan Croak, Mike Burns, Jason Morrison, Joe Ferris, Eugene Bolshakov, Nick Quaranto, Josh Nichols, Mike Breen, Marcel Görner, Bence Nagy, Ben Mabey, Eloy Duran, Tim Pope, Mihai Anca, Mark Cornick, Shay Arnett, Joshua Clayton & Mustafa Ekim.
Dan Croak, Mike Burns, Jason Morrison, Joe Ferris, Eugene Bolshakov, Nick Quaranto, Josh Nichols, Mike Breen, Marcel Görner, Bence Nagy, Ben Mabey, Eloy Duran, Tim Pope, Mihai Anca, Mark Cornick, Shay Arnett, Joshua Clayton, Mustafa Ekim, & Jon Yurek.

h2. Questions?

Expand Down
4 changes: 2 additions & 2 deletions Rakefile
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.1"
gem_spec.version = "0.8.2"
gem_spec.summary = "Rails authentication with email & password."
gem_spec.email = "support@thoughtbot.com"
gem_spec.homepage = "http://github.com/thoughtbot/clearance"
Expand All @@ -90,7 +90,7 @@ gem_spec = Gem::Specification.new do |gem_spec|
"Josh Nichols", "Mike Breen", "Marcel Görner",
"Bence Nagy", "Ben Mabey", "Eloy Duran",
"Tim Pope", "Mihai Anca", "Mark Cornick",
"Shay Arnett"]
"Shay Arnett", "Jon Yurek"]
gem_spec.files = FileList["[A-Z]*", "{app,config,generators,lib,shoulda_macros,rails}/**/*"]
end

Expand Down
4 changes: 2 additions & 2 deletions clearance.gemspec
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: clearance
version: !ruby/object:Gem::Version
version: 0.8.1
version: 0.8.2
platform: ruby
authors:
- Dan Croak
Expand All @@ -24,7 +24,7 @@ autorequire:
bindir: bin
cert_chain: []

date: 2009-08-31 00:00:00 -04:00
date: 2009-09-01 00:00:00 -04:00
default_executable:
dependencies: []

Expand Down

0 comments on commit b8ccca0

Please sign in to comment.