# -*- encoding: utf-8 -*- # stub: savon 0.7.0 ruby lib Gem::Specification.new do |s| s.name = "savon".freeze s.version = "0.7.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Daniel Harrington".freeze] s.date = "2010-01-09" s.email = "me@rubiii.com".freeze s.extra_rdoc_files = ["README.textile".freeze] s.files = ["CHANGELOG".freeze, "README.textile".freeze, "Rakefile".freeze, "lib/savon.rb".freeze, "lib/savon/client.rb".freeze, "lib/savon/core_ext.rb".freeze, "lib/savon/core_ext/datetime.rb".freeze, "lib/savon/core_ext/hash.rb".freeze, "lib/savon/core_ext/net_http.rb".freeze, "lib/savon/core_ext/object.rb".freeze, "lib/savon/core_ext/string.rb".freeze, "lib/savon/core_ext/symbol.rb".freeze, "lib/savon/core_ext/uri.rb".freeze, "lib/savon/request.rb".freeze, "lib/savon/response.rb".freeze, "lib/savon/soap.rb".freeze, "lib/savon/wsdl.rb".freeze, "lib/savon/wsse.rb".freeze, "spec/basic_spec_helper.rb".freeze, "spec/endpoint_helper.rb".freeze, "spec/fixtures/response/response_fixture.rb".freeze, "spec/fixtures/response/xml/authentication.xml".freeze, "spec/fixtures/response/xml/multi_ref.xml".freeze, "spec/fixtures/response/xml/soap_fault.xml".freeze, "spec/fixtures/response/xml/soap_fault12.xml".freeze, "spec/fixtures/wsdl/wsdl_fixture.rb".freeze, "spec/fixtures/wsdl/xml/authentication.xml".freeze, "spec/fixtures/wsdl/xml/namespaced_actions.xml".freeze, "spec/fixtures/wsdl/xml/no_namespace.xml".freeze, "spec/http_stubs.rb".freeze, "spec/integration/http_basic_auth_spec.rb".freeze, "spec/integration/server.rb".freeze, "spec/savon/client_spec.rb".freeze, "spec/savon/core_ext/datetime_spec.rb".freeze, "spec/savon/core_ext/hash_spec.rb".freeze, "spec/savon/core_ext/net_http_spec.rb".freeze, "spec/savon/core_ext/object_spec.rb".freeze, "spec/savon/core_ext/string_spec.rb".freeze, "spec/savon/core_ext/symbol_spec.rb".freeze, "spec/savon/core_ext/uri_spec.rb".freeze, "spec/savon/request_spec.rb".freeze, "spec/savon/response_spec.rb".freeze, "spec/savon/savon_spec.rb".freeze, "spec/savon/soap_spec.rb".freeze, "spec/savon/wsdl_spec.rb".freeze, "spec/savon/wsse_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/rubiii/savon".freeze s.rdoc_options = ["--charset=UTF-8".freeze, "--title".freeze, "Savon".freeze, "--line-numbers".freeze, "--inline-source".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Heavy metal Ruby SOAP client library".freeze s.test_files = ["spec/basic_spec_helper.rb".freeze, "spec/endpoint_helper.rb".freeze, "spec/fixtures/response/response_fixture.rb".freeze, "spec/fixtures/wsdl/wsdl_fixture.rb".freeze, "spec/http_stubs.rb".freeze, "spec/integration/http_basic_auth_spec.rb".freeze, "spec/integration/server.rb".freeze, "spec/savon/client_spec.rb".freeze, "spec/savon/core_ext/datetime_spec.rb".freeze, "spec/savon/core_ext/hash_spec.rb".freeze, "spec/savon/core_ext/net_http_spec.rb".freeze, "spec/savon/core_ext/object_spec.rb".freeze, "spec/savon/core_ext/string_spec.rb".freeze, "spec/savon/core_ext/symbol_spec.rb".freeze, "spec/savon/core_ext/uri_spec.rb".freeze, "spec/savon/request_spec.rb".freeze, "spec/savon/response_spec.rb".freeze, "spec/savon/savon_spec.rb".freeze, "spec/savon/soap_spec.rb".freeze, "spec/savon/wsdl_spec.rb".freeze, "spec/savon/wsse_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.1.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.4".freeze]) s.add_development_dependency(%q.freeze, [">= 1.2.8".freeze]) s.add_development_dependency(%q.freeze, [">= 0.9.7".freeze]) s.add_development_dependency(%q.freeze, [">= 1.2.7".freeze]) end