# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # 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.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.} s.email = %q{kayaman@baurets.net} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".autotest", ".document", ".gitignore", "LICENSE", "README.rdoc", "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", "spec/fake_app.rb", "spec/optionsful_config_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"] s.require_paths = ["lib"] 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_server_spec.rb", "spec/spec_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 1.2.9"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, ["= 3.0.0.rc"]) else s.add_dependency(%q, [">= 1.2.9"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["= 3.0.0.rc"]) end else s.add_dependency(%q, [">= 1.2.9"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["= 3.0.0.rc"]) end end