# -*- encoding: utf-8 -*- # stub: handsoap 1.3.0 ruby lib Gem::Specification.new do |s| s.name = "handsoap".freeze s.version = "1.3.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 = ["Troels Knak-Nielsen".freeze, "Jimmi Westerberg".freeze] s.date = "2013-09-11" s.description = "Handsoap is a library for creating SOAP clients in Ruby".freeze s.email = ["troelskn@gmail.com".freeze, "frontend@unwire.dk".freeze] s.extra_rdoc_files = ["README.markdown".freeze] s.files = ["DEPLOY.markdown".freeze, "README.markdown".freeze, "VERSION.yml".freeze, "generators/handsoap/USAGE".freeze, "generators/handsoap/handsoap_generator.rb".freeze, "generators/handsoap/templates/DUMMY".freeze, "lib/handsoap.rb".freeze, "lib/handsoap/compiler.rb".freeze, "lib/handsoap/deferred.rb".freeze, "lib/handsoap/http.rb".freeze, "lib/handsoap/http/drivers.rb".freeze, "lib/handsoap/http/drivers/abstract_driver.rb".freeze, "lib/handsoap/http/drivers/curb_driver.rb".freeze, "lib/handsoap/http/drivers/event_machine_driver.rb".freeze, "lib/handsoap/http/drivers/http_client_driver.rb".freeze, "lib/handsoap/http/drivers/mock_driver.rb".freeze, "lib/handsoap/http/drivers/net_http_driver.rb".freeze, "lib/handsoap/http/part.rb".freeze, "lib/handsoap/http/request.rb".freeze, "lib/handsoap/http/response.rb".freeze, "lib/handsoap/parser.rb".freeze, "lib/handsoap/service.rb".freeze, "lib/handsoap/xml_mason.rb".freeze, "lib/handsoap/xml_query_front.rb".freeze] s.homepage = "http://github.com/unwire/handsoap".freeze s.requirements = ["You need to install either \"curb\" or \"httpclient\", using one of:\n gem install curb\n gem install httpclient".freeze, "It is recommended that you install either \"nokogiri\" or \"libxml-ruby\"".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Handsoap is a library for creating SOAP clients in Ruby".freeze end