Skip to content

Commit

Permalink
bumping the gemspec to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Croak committed Aug 31, 2009
1 parent 99c8ddc commit cbcc227
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.textile
@@ -1,5 +1,7 @@
h2. 0.7.1 (unreleased)
h2. 0.8.0 (08/31/2009)

* Always remember me. Replaced session-and-remember-me authentication with
always using a cookie with a long timeout. (Dan Croak)
* Documented Clearance::Authentication with YARD. (Dan Croak)
* Documented Clearance::User with YARD. (Dan Croak)

Expand Down
2 changes: 1 addition & 1 deletion 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.7.0"
gem_spec.version = "0.8.0"
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
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: clearance
version: !ruby/object:Gem::Version
version: 0.7.0
version: 0.8.0
platform: ruby
authors:
- Dan Croak
Expand All @@ -24,7 +24,7 @@ autorequire:
bindir: bin
cert_chain: []

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

Expand Down

0 comments on commit cbcc227

Please sign in to comment.