authlogic_wind.gemspec in authlogic_wind-0.0.1 vs authlogic_wind.gemspec in authlogic_wind-0.1.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{authlogic_wind} - s.version = "0.0.1" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["James Stuart"] - s.date = %q{2009-10-05} + s.date = %q{2009-11-03} s.description = %q{Authlogic plugin for WIND} s.email = %q{tastyhat@jamesstuart.org} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" @@ -41,13 +41,16 @@ if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q<authlogic>, [">= 0"]) s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"]) else + s.add_dependency(%q<authlogic>, [">= 0"]) s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) end else + s.add_dependency(%q<authlogic>, [">= 0"]) s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) end end