From cff3e258f9fd3559687704caa9c7a8a88c076b41 Mon Sep 17 00:00:00 2001 From: Chad Pytel Date: Tue, 8 Dec 2009 16:45:03 -0500 Subject: [PATCH] bump to 0.8.4 --- CHANGELOG.textile | 3 ++- Rakefile | 4 ++-- clearance.gemspec | 7 ++++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.textile b/CHANGELOG.textile index 6e3385764..916001b2f 100644 --- a/CHANGELOG.textile +++ b/CHANGELOG.textile @@ -1,8 +1,9 @@ -h2. 0.8.4 (unreleased) +h2. 0.8.4 * [#48] remove unnecessary require 'factory_girl' in generator (Dan Croak) * reference gemcutter (not github) as the gem source in README (Dan Croak) * add IRC, rdoc.info links to README (Dan Croak) +* move user confirmation email trigger into model (Chad Pytel) h2. 0.8.3 (09/21/2009) diff --git a/Rakefile b/Rakefile index 417d1aa13..fc878e975 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.3" + gem_spec.version = "0.8.4" gem_spec.summary = "Rails authentication with email & password." gem_spec.email = "support@thoughtbot.com" gem_spec.homepage = "http://github.com/thoughtbot/clearance" @@ -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", "Jon Yurek"] + "Shay Arnett", "Jon Yurek", "Chad Pytel"] gem_spec.files = FileList["[A-Z]*", "{app,config,generators,lib,shoulda_macros,rails}/**/*"] end diff --git a/clearance.gemspec b/clearance.gemspec index 9f38712b7..599d160a0 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.3 + version: 0.8.4 platform: ruby authors: - Dan Croak @@ -21,11 +21,12 @@ authors: - Mark Cornick - Shay Arnett - Jon Yurek +- Chad Pytel autorequire: bindir: bin cert_chain: [] -date: 2009-10-21 00:00:00 -04:00 +date: 2009-12-08 00:00:00 -05:00 default_executable: dependencies: [] @@ -138,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement requirements: [] rubyforge_project: -rubygems_version: 1.3.4 +rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Rails authentication with email & password.