Skip to content

Commit

Permalink
bumping the gemspec to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Feb 9, 2009
1 parent 2daf0c4 commit 476d4e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -50,7 +50,7 @@ task :default => ['test:all', 'test:features']

gem_spec = Gem::Specification.new do |gem_spec|
gem_spec.name = "clearance"
gem_spec.version = "0.4.4"
gem_spec.version = "0.4.5"
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
5 changes: 2 additions & 3 deletions clearance.gemspec
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: clearance
version: !ruby/object:Gem::Version
version: 0.4.4
version: 0.4.5
platform: ruby
authors:
- thoughtbot, inc.
Expand All @@ -15,7 +15,7 @@ autorequire:
bindir: bin
cert_chain: []

date: 2009-02-02 00:00:00 -05:00
date: 2009-02-09 00:00:00 -05:00
default_executable:
dependencies: []

Expand All @@ -32,7 +32,6 @@ files:
- LICENSE
- Rakefile
- README.textile
- TODO.textile
- generators/clearance
- generators/clearance/clearance_generator.rb
- generators/clearance/lib
Expand Down

0 comments on commit 476d4e8

Please sign in to comment.