optionsful.gemspec in optionsful-0.5.2 vs optionsful.gemspec in optionsful-0.5.3

- old
+ new

@@ -3,25 +3,26 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{optionsful} - s.version = "0.5.2" + s.version = "0.5.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Marco Antonio Gonzalez Junior"] - s.date = %q{2010-10-02} + s.date = %q{2010-11-29} s.description = %q{Build RESTful web services supporting the HTTP OPTIONS verb on Ruby on Rails applications.} s.email = %q{kayaman@baurets.net} s.extra_rdoc_files = [ "LICENSE", "README.textile" ] s.files = [ ".autotest", ".document", ".gitignore", + ".rspec", "LICENSE", "README.textile", "Rakefile", "VERSION", "config/optionsful.yml", @@ -38,11 +39,10 @@ "samples/optionsful_true_custom_base_path.yml", "samples/optionsful_true_custom_propagate.yml", "spec/fake_app.rb", "spec/optionsful_configurator_spec.rb", "spec/optionsful_server_spec.rb", - "spec/spec.opts", "spec/spec_helper.rb", "tasks/optionsful.rake" ] s.homepage = %q{http://github.com/kayaman/optionsful} s.rdoc_options = ["--charset=UTF-8"] @@ -62,18 +62,18 @@ s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<rspec>, [">= 1.2.9"]) s.add_development_dependency(%q<yard>, [">= 0"]) - s.add_runtime_dependency(%q<rails>, ["= 3.0.0"]) + s.add_runtime_dependency(%q<rails>, [">= 3.0.0"]) else s.add_dependency(%q<rspec>, [">= 1.2.9"]) s.add_dependency(%q<yard>, [">= 0"]) - s.add_dependency(%q<rails>, ["= 3.0.0"]) + s.add_dependency(%q<rails>, [">= 3.0.0"]) end else s.add_dependency(%q<rspec>, [">= 1.2.9"]) s.add_dependency(%q<yard>, [">= 0"]) - s.add_dependency(%q<rails>, ["= 3.0.0"]) + s.add_dependency(%q<rails>, [">= 3.0.0"]) end end