Skip to content

Commit

Permalink
bumping the gemspec to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Croak committed Aug 31, 2009
1 parent 9a088ba commit 68b097c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0"
gem_spec.version = "0.8.1"
gem_spec.summary = "Rails authentication with email & password."
gem_spec.email = "support@thoughtbot.com"
gem_spec.homepage = "http://github.com/thoughtbot/clearance"
Expand Down
2 changes: 1 addition & 1 deletion 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.0
version: 0.8.1
platform: ruby
authors:
- Dan Croak
Expand Down

0 comments on commit 68b097c

Please sign in to comment.