Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bumping the gemspec to 0.5.1, adding Mihai Anca to credits lists.
  • Loading branch information
Dan Croak committed Feb 27, 2009
1 parent 0f97c7e commit 4292185
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.textile
@@ -1,4 +1,4 @@
h1. 0.5.1 (not yet released)
h1. 0.5.1 (2/27/2009)

* [#46] A user with unconfirmed email who resets password now confirms email.
(Marcel Görner)
Expand Down
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -73,4 +73,4 @@ h2. Authors

Clearance was extracted out of "Hoptoad":http://hoptoadapp.com. We merged the authentication code from two of thoughtbot's client's Rails apps. The following people have made significant contributions, suggestions, and generally improved the library. Thank you!

Dan Croak, Mike Burns, Jason Morrison, Joe Ferris, Eugene Bolshakov, Josh Nichols, Mike Breen, Marcel Görner, Bence Nagy, Ben Mabey, Eloy Duran, & Tim Pope.
Dan Croak, Mike Burns, Jason Morrison, Joe Ferris, Eugene Bolshakov, Josh Nichols, Mike Breen, Marcel Görner, Bence Nagy, Ben Mabey, Eloy Duran, Tim Pope, & Mihai Anca.
10 changes: 6 additions & 4 deletions Rakefile
Expand Up @@ -51,14 +51,16 @@ task :default => ['test:all', 'test:features']

gem_spec = Gem::Specification.new do |gem_spec|
gem_spec.name = "clearance"
gem_spec.version = "0.5.0"
gem_spec.version = "0.5.1"
gem_spec.summary = "Rails authentication for developers who write tests."
gem_spec.email = "support@thoughtbot.com"
gem_spec.homepage = "http://github.com/thoughtbot/clearance"
gem_spec.description = "Simple, complete Rails authentication scheme."
gem_spec.authors = ["thoughtbot, inc.", "Dan Croak", "Mike Burns", "Jason Morrison",
"Eugene Bolshakov", "Josh Nichols", "Mike Breen", "Joe Ferris",
"Bence Nagy", "Marcel Görner", "Ben Mabey", "Tim Pope", "Eloy Duran"]
gem_spec.authors = ["thoughtbot, inc.", "Dan Croak", "Mike Burns",
"Jason Morrison", "Eugene Bolshakov", "Josh Nichols",
"Mike Breen", "Joe Ferris", "Bence Nagy",
"Marcel Görner", "Ben Mabey", "Tim Pope",
"Eloy Duran", "Mihai Anca"]
gem_spec.files = FileList["[A-Z]*", "{generators,lib,shoulda_macros,rails}/**/*"]
end

Expand Down
3 changes: 2 additions & 1 deletion clearance.gemspec
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: clearance
version: !ruby/object:Gem::Version
version: 0.5.0
version: 0.5.1
platform: ruby
authors:
- thoughtbot, inc.
Expand All @@ -17,6 +17,7 @@ authors:
- Ben Mabey
- Tim Pope
- Eloy Duran
- Mihai Anca
autorequire:
bindir: bin
cert_chain: []
Expand Down

0 comments on commit 4292185

Please sign in to comment.