Skip to content

Commit

Permalink
Updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Feb 17, 2010
1 parent 2360f06 commit 8a1a9d1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions clearance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@

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

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-20}
s.date = %q{2010-02-17}
s.description = %q{Rails authentication with email & password.}
s.email = %q{support@thoughtbot.com}
s.extra_rdoc_files = [
"LICENSE",
"README.textile"
"README.md"
]
s.files = [
"CHANGELOG.textile",
"LICENSE",
"README.textile",
"README.md",
"Rakefile",
"VERSION",
"app/controllers/clearance/confirmations_controller.rb",
Expand Down Expand Up @@ -51,7 +51,6 @@ Gem::Specification.new do |s|
"generators/clearance_features/templates/features/sign_out.feature",
"generators/clearance_features/templates/features/sign_up.feature",
"generators/clearance_features/templates/features/step_definitions/clearance_steps.rb",
"generators/clearance_features/templates/features/step_definitions/factory_girl_steps.rb",
"generators/clearance_features/templates/features/support/paths.rb",
"generators/clearance_views/USAGE",
"generators/clearance_views/clearance_views_generator.rb",
Expand Down Expand Up @@ -94,13 +93,12 @@ 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/20100120045223_clearance_create_users.rb",
"test/rails_root/db/migrate/20100217171349_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 8a1a9d1

Please sign in to comment.