Skip to content

Commit

Permalink
Update gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 11, 2010
1 parent c7efb68 commit 2d2c4c6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim", "Carlos Ant\303\264nio"]
s.date = %q{2010-10-15}
s.date = %q{2010-11-11}
s.description = %q{Flexible authentication solution for Rails with Warden}
s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -114,6 +114,9 @@ Gem::Specification.new do |s|
"test/devise_test.rb",
"test/encryptors_test.rb",
"test/failure_app_test.rb",
"test/generators/generators_test_helper.rb",
"test/generators/install_generator_test.rb",
"test/generators/views_generator_test.rb",
"test/integration/authenticatable_test.rb",
"test/integration/confirmable_test.rb",
"test/integration/database_authenticatable_test.rb",
Expand Down Expand Up @@ -188,16 +191,16 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<warden>, ["~> 1.0.0"])
s.add_runtime_dependency(%q<warden>, ["~> 1.0.2"])
s.add_runtime_dependency(%q<orm_adapter>, ["~> 0.0.2"])
s.add_runtime_dependency(%q<bcrypt-ruby>, ["~> 2.1.2"])
else
s.add_dependency(%q<warden>, ["~> 1.0.0"])
s.add_dependency(%q<warden>, ["~> 1.0.2"])
s.add_dependency(%q<orm_adapter>, ["~> 0.0.2"])
s.add_dependency(%q<bcrypt-ruby>, ["~> 2.1.2"])
end
else
s.add_dependency(%q<warden>, ["~> 1.0.0"])
s.add_dependency(%q<warden>, ["~> 1.0.2"])
s.add_dependency(%q<orm_adapter>, ["~> 0.0.2"])
s.add_dependency(%q<bcrypt-ruby>, ["~> 2.1.2"])
end
Expand Down

0 comments on commit 2d2c4c6

Please sign in to comment.