Skip to content

Commit

Permalink
bumping the gemspec to 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Feb 16, 2009
1 parent 27e0f77 commit 6ef2ab0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.textile
@@ -1,8 +1,10 @@
h2. 0.4.8 (not yet released)
h2. 0.4.8 (2/16/2009)

* adding support paths for Cucumber (bmabey)
* adding documentation for the flash (bmabey)
* generators require "test_helper" instead of File.join. for rr compatibility. (Joe Ferris)
* removed interpolated email address from flash message to make i18n easier.
* standardized flash messages that refer to email delivery.

h2. 0.4.7 (2/12/2009)

Expand Down
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -15,7 +15,7 @@ In config/environment.rb:
config.gem "thoughtbot-clearance",
:lib => 'clearance',
:source => 'http://gems.github.com',
:version => '>= 0.4.7'
:version => '>= 0.4.8'

In config/environments/test.rb:

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -51,7 +51,7 @@ task :default => ['test:all', 'test:features']

gem_spec = Gem::Specification.new do |gem_spec|
gem_spec.name = "clearance"
gem_spec.version = "0.4.7"
gem_spec.version = "0.4.8"
gem_spec.summary = "Rails authentication for developers who write tests."
gem_spec.email = "support@thoughtbot.com"
gem_spec.homepage = "http://github.com/thoughtbot/clearance"
Expand Down
6 changes: 4 additions & 2 deletions clearance.gemspec
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: clearance
version: !ruby/object:Gem::Version
version: 0.4.7
version: 0.4.8
platform: ruby
authors:
- thoughtbot, inc.
Expand All @@ -15,7 +15,7 @@ autorequire:
bindir: bin
cert_chain: []

date: 2009-02-12 00:00:00 -05:00
date: 2009-02-16 00:00:00 -05:00
default_executable:
dependencies: []

Expand Down Expand Up @@ -89,6 +89,8 @@ files:
- generators/clearance_features/templates/features/sign_up.feature
- generators/clearance_features/templates/features/step_definitions
- generators/clearance_features/templates/features/step_definitions/clearance_steps.rb
- generators/clearance_features/templates/features/support
- generators/clearance_features/templates/features/support/paths.rb
- generators/clearance_features/USAGE
- lib/clearance
- lib/clearance/app
Expand Down

0 comments on commit 6ef2ab0

Please sign in to comment.