optionsful.gemspec in optionsful-0.3.0 vs optionsful.gemspec in optionsful-0.3.1

- old
+ new

@@ -3,11 +3,11 @@ # 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.3.0" + s.version = "0.3.1" 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-08-05} s.description = %q{Help building RESTful web services by supporting the HTTP OPTIONS verb on Ruby on Rails applications.} @@ -42,13 +42,13 @@ "spec/optionsful_config_spec.rb", "spec/optionsful_server_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] - s.homepage = %q{http://github.com/kayaman/optionsful3} + s.homepage = %q{http://github.com/kayaman/optionsful} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubyforge_project = %q{optionsful3} + s.rubyforge_project = %q{optionsful} s.rubygems_version = %q{1.3.7} s.summary = %q{Support HTTP OPTIONS verb on your Rails 3 app.} s.test_files = [ "spec/fake_app.rb", "spec/optionsful_config_spec.rb",