From 68b097c0fbac3076c32f5950ea3b1cc85222016a Mon Sep 17 00:00:00 2001 From: Daniel Croak Date: Mon, 31 Aug 2009 17:00:47 -0400 Subject: [PATCH] bumping the gemspec to 0.8.1 --- Rakefile | 2 +- clearance.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 2df3d03f7..099aca6f9 100644 --- a/Rakefile +++ b/Rakefile @@ -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" diff --git a/clearance.gemspec b/clearance.gemspec index d51447458..9e1a736e2 100644 --- a/clearance.gemspec +++ b/clearance.gemspec @@ -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