Skip to content

Commit

Permalink
bumping the gemspec to 0.4.9. adding attribution and thanks to Joe Fe…
Browse files Browse the repository at this point in the history
…rris, Marcel Görner, Bence Nagy, Ben Mabey, Eloy Duran, & Tim Pope
  • Loading branch information
Dan Croak committed Feb 20, 2009
1 parent e51ad51 commit c4d0e1f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
10 changes: 3 additions & 7 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,6 @@ end</code></pre>

h2. Authors

* thoughtbot, inc.
* Dan Croak
* Mike Burns
* Jason Morrison
* Eugene Bolshakov
* Josh Nichols
* Mike Breen
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.
5 changes: 3 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ task :default => ['test:all', 'test:features']

gem_spec = Gem::Specification.new do |gem_spec|
gem_spec.name = "clearance"
gem_spec.version = "0.4.8"
gem_spec.version = "0.4.9"
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"]
"Eugene Bolshakov", "Josh Nichols", "Mike Breen", "Joe Ferris",
"Bence Nagy", "Marcel Görner", "Ben Mabey", "Tim Pope", "Eloy Duran"]
gem_spec.files = FileList["[A-Z]*", "{generators,lib,shoulda_macros,rails}/**/*"]
end

Expand Down
14 changes: 12 additions & 2 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.4.8
version: 0.4.9
platform: ruby
authors:
- thoughtbot, inc.
Expand All @@ -11,11 +11,17 @@ authors:
- Eugene Bolshakov
- Josh Nichols
- Mike Breen
- Joe Ferris
- Bence Nagy
- "Marcel G\xC3\xB6rner"
- Ben Mabey
- Tim Pope
- Eloy Duran
autorequire:
bindir: bin
cert_chain: []

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

Expand Down Expand Up @@ -103,6 +109,10 @@ files:
- lib/clearance/app/models
- lib/clearance/app/models/clearance_mailer.rb
- lib/clearance/app/models/user.rb
- lib/clearance/lib
- lib/clearance/lib/extensions
- lib/clearance/lib/extensions/errors.rb
- lib/clearance/lib/extensions/rescue.rb
- lib/clearance/test
- lib/clearance/test/functional
- lib/clearance/test/functional/confirmations_controller_test.rb
Expand Down

0 comments on commit c4d0e1f

Please sign in to comment.