/usr/share/rubygems-integration/1.9.1/specifications/httparty-0.12.0.gemspec is in ruby-httparty 0.12.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "httparty"
s.version = "0.12.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Nunemaker", "Sandro Turriate"]
s.date = "2013-10-10"
s.description = "Makes http fun! Also, makes consuming restful web services dead easy."
s.email = ["nunemaker@gmail.com"]
s.executables = ["httparty"]
s.files = [".gitignore", ".travis.yml", "Gemfile", "Guardfile", "History", "MIT-LICENSE", "README.md", "Rakefile", "bin/httparty", "cucumber.yml", "examples/aaws.rb", "examples/basic.rb", "examples/crack.rb", "examples/custom_parsers.rb", "examples/delicious.rb", "examples/google.rb", "examples/headers_and_user_agents.rb", "examples/nokogiri_html_parser.rb", "examples/rubyurl.rb", "examples/tripit_sign_in.rb", "examples/twitter.rb", "examples/whoismyrep.rb", "features/basic_authentication.feature", "features/command_line.feature", "features/deals_with_http_error_codes.feature", "features/digest_authentication.feature", "features/handles_compressed_responses.feature", "features/handles_multiple_formats.feature", "features/steps/env.rb", "features/steps/httparty_response_steps.rb", "features/steps/httparty_steps.rb", "features/steps/mongrel_helper.rb", "features/steps/remote_service_steps.rb", "features/supports_redirection.feature", "features/supports_timeout_option.feature", "httparty.gemspec", "lib/httparty.rb", "lib/httparty/connection_adapter.rb", "lib/httparty/cookie_hash.rb", "lib/httparty/core_extensions.rb", "lib/httparty/exceptions.rb", "lib/httparty/hash_conversions.rb", "lib/httparty/logger/apache_logger.rb", "lib/httparty/logger/curl_logger.rb", "lib/httparty/logger/logger.rb", "lib/httparty/module_inheritable_attributes.rb", "lib/httparty/net_digest_auth.rb", "lib/httparty/parser.rb", "lib/httparty/request.rb", "lib/httparty/response.rb", "lib/httparty/response/headers.rb", "lib/httparty/version.rb", "script/release", "spec/fixtures/delicious.xml", "spec/fixtures/empty.xml", "spec/fixtures/google.html", "spec/fixtures/ssl/generate.sh", "spec/fixtures/ssl/generated/1fe462c2.0", "spec/fixtures/ssl/generated/bogushost.crt", "spec/fixtures/ssl/generated/ca.crt", "spec/fixtures/ssl/generated/ca.key", "spec/fixtures/ssl/generated/selfsigned.crt", "spec/fixtures/ssl/generated/server.crt", "spec/fixtures/ssl/generated/server.key", "spec/fixtures/ssl/openssl-exts.cnf", "spec/fixtures/twitter.json", "spec/fixtures/twitter.xml", "spec/fixtures/undefined_method_add_node_for_nil.xml", "spec/httparty/connection_adapter_spec.rb", "spec/httparty/cookie_hash_spec.rb", "spec/httparty/logger/apache_logger_spec.rb", "spec/httparty/logger/curl_logger_spec.rb", "spec/httparty/logger/logger_spec.rb", "spec/httparty/net_digest_auth_spec.rb", "spec/httparty/parser_spec.rb", "spec/httparty/request_spec.rb", "spec/httparty/response_spec.rb", "spec/httparty/ssl_spec.rb", "spec/httparty_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/support/ssl_test_helper.rb", "spec/support/ssl_test_server.rb", "spec/support/stub_response.rb", "website/css/common.css", "website/index.html"]
s.homepage = "http://jnunemaker.github.com/httparty"
s.post_install_message = "When you HTTParty, you must party hard!"
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
s.rubygems_version = "1.8.23"
s.summary = "Makes http fun! Also, makes consuming restful web services dead easy."
s.test_files = ["features/basic_authentication.feature", "features/command_line.feature", "features/deals_with_http_error_codes.feature", "features/digest_authentication.feature", "features/handles_compressed_responses.feature", "features/handles_multiple_formats.feature", "features/steps/env.rb", "features/steps/httparty_response_steps.rb", "features/steps/httparty_steps.rb", "features/steps/mongrel_helper.rb", "features/steps/remote_service_steps.rb", "features/supports_redirection.feature", "features/supports_timeout_option.feature", "spec/fixtures/delicious.xml", "spec/fixtures/empty.xml", "spec/fixtures/google.html", "spec/fixtures/ssl/generate.sh", "spec/fixtures/ssl/generated/1fe462c2.0", "spec/fixtures/ssl/generated/bogushost.crt", "spec/fixtures/ssl/generated/ca.crt", "spec/fixtures/ssl/generated/ca.key", "spec/fixtures/ssl/generated/selfsigned.crt", "spec/fixtures/ssl/generated/server.crt", "spec/fixtures/ssl/generated/server.key", "spec/fixtures/ssl/openssl-exts.cnf", "spec/fixtures/twitter.json", "spec/fixtures/twitter.xml", "spec/fixtures/undefined_method_add_node_for_nil.xml", "spec/httparty/connection_adapter_spec.rb", "spec/httparty/cookie_hash_spec.rb", "spec/httparty/logger/apache_logger_spec.rb", "spec/httparty/logger/curl_logger_spec.rb", "spec/httparty/logger/logger_spec.rb", "spec/httparty/net_digest_auth_spec.rb", "spec/httparty/parser_spec.rb", "spec/httparty/request_spec.rb", "spec/httparty/response_spec.rb", "spec/httparty/ssl_spec.rb", "spec/httparty_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/support/ssl_test_helper.rb", "spec/support/ssl_test_server.rb", "spec/support/stub_response.rb"]
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<json>, ["~> 1.8"])
s.add_runtime_dependency(%q<multi_xml>, [">= 0.5.2"])
else
s.add_dependency(%q<json>, ["~> 1.8"])
s.add_dependency(%q<multi_xml>, [">= 0.5.2"])
end
else
s.add_dependency(%q<json>, ["~> 1.8"])
s.add_dependency(%q<multi_xml>, [">= 0.5.2"])
end
end
|