# -*- encoding: utf-8 -*- # stub: jnunemaker-httparty 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "jnunemaker-httparty".freeze s.version = "0.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.2".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Nunemaker".freeze] s.date = "2009-02-10" s.description = "Makes http fun! Also, makes consuming restful web services dead easy.".freeze s.email = "nunemaker@gmail.com".freeze s.executables = ["httparty".freeze] s.extra_rdoc_files = ["bin/httparty".freeze, "lib/core_extensions.rb".freeze, "lib/httparty/cookie_hash.rb".freeze, "lib/httparty/exceptions.rb".freeze, "lib/httparty/module_inheritable_attributes.rb".freeze, "lib/httparty/parsers/json.rb".freeze, "lib/httparty/parsers/xml.rb".freeze, "lib/httparty/parsers.rb".freeze, "lib/httparty/request.rb".freeze, "lib/httparty/response.rb".freeze, "lib/httparty/version.rb".freeze, "lib/httparty.rb".freeze, "README".freeze] s.files = ["History".freeze, "MIT-LICENSE".freeze, "Manifest".freeze, "README".freeze, "Rakefile".freeze, "bin/httparty".freeze, "cucumber.yml".freeze, "examples/aaws.rb".freeze, "examples/basic.rb".freeze, "examples/delicious.rb".freeze, "examples/google.rb".freeze, "examples/rubyurl.rb".freeze, "examples/twitter.rb".freeze, "examples/whoismyrep.rb".freeze, "features/basic_authentication.feature".freeze, "features/command_line.feature".freeze, "features/deals_with_http_error_codes.feature".freeze, "features/handles_multiple_formats.feature".freeze, "features/steps/env.rb".freeze, "features/steps/httparty_response_steps.rb".freeze, "features/steps/httparty_steps.rb".freeze, "features/steps/mongrel_helper.rb".freeze, "features/steps/remote_service_steps.rb".freeze, "features/supports_redirection.feature".freeze, "httparty.gemspec".freeze, "lib/core_extensions.rb".freeze, "lib/httparty.rb".freeze, "lib/httparty/cookie_hash.rb".freeze, "lib/httparty/exceptions.rb".freeze, "lib/httparty/module_inheritable_attributes.rb".freeze, "lib/httparty/parsers.rb".freeze, "lib/httparty/parsers/json.rb".freeze, "lib/httparty/parsers/xml.rb".freeze, "lib/httparty/request.rb".freeze, "lib/httparty/response.rb".freeze, "lib/httparty/version.rb".freeze, "setup.rb".freeze, "spec/fixtures/delicious.xml".freeze, "spec/fixtures/empty.xml".freeze, "spec/fixtures/google.html".freeze, "spec/fixtures/twitter.json".freeze, "spec/fixtures/twitter.xml".freeze, "spec/fixtures/undefined_method_add_node_for_nil.xml".freeze, "spec/hash_spec.rb".freeze, "spec/httparty/cookie_hash_spec.rb".freeze, "spec/httparty/parsers/json_spec.rb".freeze, "spec/httparty/parsers/xml_spec.rb".freeze, "spec/httparty/request_spec.rb".freeze, "spec/httparty/response_spec.rb".freeze, "spec/httparty_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/string_spec.rb".freeze, "website/css/common.css".freeze, "website/index.html".freeze] s.homepage = "http://httparty.rubyforge.org".freeze s.post_install_message = "When you HTTParty, you must party hard!".freeze s.rdoc_options = ["--line-numbers".freeze, "--inline-source".freeze, "--title".freeze, "Httparty".freeze, "--main".freeze, "README".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Makes http fun! Also, makes consuming restful web services dead easy.".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end