Sha256: 77aa8a85ec04828964093a8cee3ea663eefa62b76139570fb796e2fb90f10dfe
Contents?: true
Size: 1.99 KB
Versions: 0
Compression: gzip
Compressed size: 786 Bytes
Stored size: 786 Bytes
Contents
--- !ruby/object:Gem::Specification name: handsoap version: !ruby/object:Gem::Version version: 1.1.1 platform: ruby authors: - Troels Knak-Nielsen autorequire: bindir: bin cert_chain: [] date: 2009-10-15 00:00:00 +02:00 default_executable: dependencies: [] description: Handsoap is a library for creating SOAP clients in Ruby email: troelskn@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.markdown files: - DEPLOY.markdown - README.markdown - VERSION.yml - generators/handsoap/USAGE - generators/handsoap/handsoap_generator.rb - generators/handsoap/templates/DUMMY - lib/handsoap.rb - lib/handsoap/compiler.rb - lib/handsoap/deferred.rb - lib/handsoap/http.rb - lib/handsoap/http/drivers.rb - lib/handsoap/http/drivers/abstract_driver.rb - lib/handsoap/http/drivers/curb_driver.rb - lib/handsoap/http/drivers/event_machine_driver.rb - lib/handsoap/http/drivers/http_client_driver.rb - lib/handsoap/http/drivers/mock_driver.rb - lib/handsoap/http/drivers/net_http_driver.rb - lib/handsoap/http/part.rb - lib/handsoap/http/request.rb - lib/handsoap/http/response.rb - lib/handsoap/parser.rb - lib/handsoap/service.rb - lib/handsoap/xml_mason.rb - lib/handsoap/xml_query_front.rb has_rdoc: true homepage: http://github.com/unwire/handsoap licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: - |- You need to install either "curb" or "httpclient", using one of: gem install curb gem install httpclient - It is recommended that you install either "nokogiri" or "libxml-ruby" rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Handsoap is a library for creating SOAP clients in Ruby test_files: []