Skip to content

Commit

Permalink
bump to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Pytel committed Dec 8, 2009
1 parent ed8cf69 commit cff3e25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.textile
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions 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.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"
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", "Jon Yurek"]
"Shay Arnett", "Jon Yurek", "Chad Pytel"]
gem_spec.files = FileList["[A-Z]*", "{app,config,generators,lib,shoulda_macros,rails}/**/*"]
end

Expand Down
7 changes: 4 additions & 3 deletions 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.3
version: 0.8.4
platform: ruby
authors:
- Dan Croak
Expand All @@ -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: []

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit cff3e25

Please sign in to comment.