Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
actually bumping the gemspec to 0.5.0. changes detailed in CHANGELOG.
  • Loading branch information
Dan Croak committed Feb 27, 2009
1 parent 88cac0d commit bba8f87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.textile
@@ -1,7 +1,10 @@
h2. 0.5.0 (2/24/2009)
h2. 0.5.0 (2/27/2009)

* Fixed problem with Cucumber features. (Dan Croak)
* Fixed mising HTTP fluency use case. (Dan Croak)
* Refactored User#update_password to take just parameters it needs. (Dan
Croak)
* Refactored User unit tests to be more readable. (Dan Croak)

h2. 0.4.9 (2/20/2009)

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.9"
gem_spec.version = "0.5.0"
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
4 changes: 2 additions & 2 deletions clearance.gemspec
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: clearance
version: !ruby/object:Gem::Version
version: 0.4.9
version: 0.5.0
platform: ruby
authors:
- thoughtbot, inc.
Expand All @@ -21,7 +21,7 @@ autorequire:
bindir: bin
cert_chain: []

date: 2009-02-24 00:00:00 -05:00
date: 2009-02-27 00:00:00 -05:00
default_executable:
dependencies: []

Expand Down

0 comments on commit bba8f87

Please sign in to comment.