optionsful.gemspec in optionsful-0.3.2 vs optionsful.gemspec in optionsful-0.4.0

- old
+ new

@@ -3,41 +3,40 @@ # 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.2" + s.version = "0.4.0" 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.date = %q{2010-08-07} s.description = %q{Help building RESTful web services by supporting the HTTP OPTIONS verb on Ruby on Rails applications.} s.email = %q{kayaman@baurets.net} s.extra_rdoc_files = [ "LICENSE", - "README.rdoc" + "README.textile" ] s.files = [ ".autotest", ".document", ".gitignore", "LICENSE", - "README.rdoc", + "README.textile", "Rakefile", "VERSION", - "config/optionsful.yml", "features/optionsful.feature", "features/step_definitions/optionsful3_steps.rb", "features/support/env.rb", "lib/baurets/optionsful/config.rb", "lib/baurets/optionsful/introspections.rb", "lib/baurets/optionsful/server.rb", "lib/optionsful.rb", "optionsful.gemspec", "rails/init.rb", - "spec/config/optionsful.yml", - "spec/config/optionsful_host_auto.yml", - "spec/config/optionsful_link_false.yml", + "samples/optionsful.yml.sample", + "samples/optionsful_bug.yml", + "samples/optionsful_true.yml", "spec/fake_app.rb", "spec/optionsful_config_spec.rb", "spec/optionsful_server_spec.rb", "spec/spec.opts", "spec/spec_helper.rb",