Skip to content

Commit

Permalink
Regenerated gemspec for version 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Jan 20, 2010
1 parent cace223 commit 9aadc84
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions clearance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{clearance}
s.version = "0.8.4"
s.version = "0.8.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Dan Croak", "Mike Burns", "Jason Morrison", "Joe Ferris", "Eugene Bolshakov", "Nick Quaranto", "Josh Nichols", "Mike Breen", "Marcel G\303\266rner", "Bence Nagy", "Ben Mabey", "Eloy Duran", "Tim Pope", "Mihai Anca", "Mark Cornick", "Shay Arnett", "Jon Yurek", "Chad Pytel"]
s.date = %q{2010-01-19}
s.date = %q{2010-01-20}
s.description = %q{Rails authentication with email & password.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -39,6 +39,7 @@ Gem::Specification.new do |s|
"generators/clearance/lib/insert_commands.rb",
"generators/clearance/lib/rake_commands.rb",
"generators/clearance/templates/README",
"generators/clearance/templates/clearance.rb",
"generators/clearance/templates/factories.rb",
"generators/clearance/templates/migrations/create_users.rb",
"generators/clearance/templates/migrations/update_users.rb",
Expand All @@ -61,6 +62,7 @@ Gem::Specification.new do |s|
"generators/clearance_views/templates/formtastic/users/new.html.erb",
"lib/clearance.rb",
"lib/clearance/authentication.rb",
"lib/clearance/configuration.rb",
"lib/clearance/extensions/errors.rb",
"lib/clearance/extensions/rescue.rb",
"lib/clearance/routes.rb",
Expand Down Expand Up @@ -92,12 +94,13 @@ Gem::Specification.new do |s|
"test/rails_root/config/environments/production.rb",
"test/rails_root/config/environments/test.rb",
"test/rails_root/config/initializers/clearance.rb",
"test/rails_root/config/initializers/clearance_loader.rb",
"test/rails_root/config/initializers/inflections.rb",
"test/rails_root/config/initializers/mime_types.rb",
"test/rails_root/config/initializers/requires.rb",
"test/rails_root/config/initializers/time_formats.rb",
"test/rails_root/config/routes.rb",
"test/rails_root/db/migrate/20100119205611_clearance_create_users.rb",
"test/rails_root/db/migrate/20100120045223_clearance_create_users.rb",
"test/rails_root/features/step_definitions/clearance_steps.rb",
"test/rails_root/features/step_definitions/factory_girl_steps.rb",
"test/rails_root/features/step_definitions/web_steps.rb",
Expand Down

0 comments on commit 9aadc84

Please sign in to comment.