optionsful.gemspec in optionsful-0.4.0 vs optionsful.gemspec in optionsful-0.4.1
- old
+ new
@@ -3,16 +3,16 @@
# 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.4.0"
+ s.version = "0.4.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-07}
- s.description = %q{Help building RESTful web services by supporting the HTTP OPTIONS verb on Ruby on Rails applications.}
+ 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"
]
@@ -25,21 +25,24 @@
"Rakefile",
"VERSION",
"features/optionsful.feature",
"features/step_definitions/optionsful3_steps.rb",
"features/support/env.rb",
- "lib/baurets/optionsful/config.rb",
+ "lib/baurets/optionsful/configurator.rb",
"lib/baurets/optionsful/introspections.rb",
"lib/baurets/optionsful/server.rb",
"lib/optionsful.rb",
"optionsful.gemspec",
"rails/init.rb",
- "samples/optionsful.yml.sample",
+ "samples/optionsful.yml",
"samples/optionsful_bug.yml",
"samples/optionsful_true.yml",
+ "samples/optionsful_true_custom.yml",
+ "samples/optionsful_true_custom_base_path.yml",
+ "samples/optionsful_true_custom_propagate.yml",
"spec/fake_app.rb",
- "spec/optionsful_config_spec.rb",
+ "spec/optionsful_configurator_spec.rb",
"spec/optionsful_server_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb",
"tasks/optionsful.rake"
]
@@ -49,10 +52,10 @@
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",
+ "spec/optionsful_configurator_spec.rb",
"spec/optionsful_server_spec.rb",
"spec/spec_helper.rb"
]
if s.respond_to? :specification_version then