# -*- encoding: utf-8 -*- # stub: actionwebservice 0.7.0 ruby lib Gem::Specification.new do |s| s.name = "actionwebservice".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 = ["Leon Breedt".freeze] s.autorequire = "action_web_service".freeze s.date = "2005-04-19" s.description = "Adds WSDL/SOAP and XML-RPC web service support to Action Pack".freeze s.email = "bitserf@gmail.com".freeze s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "TODO".freeze, "examples/googlesearch".freeze, "examples/googlesearch/README".freeze, "examples/googlesearch/autoloading".freeze, "examples/googlesearch/autoloading/google_search_api.rb".freeze, "examples/googlesearch/autoloading/google_search_controller.rb".freeze, "examples/googlesearch/delegated".freeze, "examples/googlesearch/delegated/google_search_service.rb".freeze, "examples/googlesearch/delegated/search_controller.rb".freeze, "examples/googlesearch/direct".freeze, "examples/googlesearch/direct/google_search_api.rb".freeze, "examples/googlesearch/direct/search_controller.rb".freeze, "examples/metaWeblog".freeze, "examples/metaWeblog/README".freeze, "examples/metaWeblog/apis".freeze, "examples/metaWeblog/apis/blogger_api.rb".freeze, "examples/metaWeblog/apis/blogger_service.rb".freeze, "examples/metaWeblog/apis/meta_weblog_api.rb".freeze, "examples/metaWeblog/apis/meta_weblog_service.rb".freeze, "examples/metaWeblog/controllers".freeze, "examples/metaWeblog/controllers/xmlrpc_controller.rb".freeze, "lib/action_web_service".freeze, "lib/action_web_service.rb".freeze, "lib/action_web_service/api.rb".freeze, "lib/action_web_service/base.rb".freeze, "lib/action_web_service/casting.rb".freeze, "lib/action_web_service/client".freeze, "lib/action_web_service/client.rb".freeze, "lib/action_web_service/client/base.rb".freeze, "lib/action_web_service/client/soap_client.rb".freeze, "lib/action_web_service/client/xmlrpc_client.rb".freeze, "lib/action_web_service/container".freeze, "lib/action_web_service/container.rb".freeze, "lib/action_web_service/container/action_controller_container.rb".freeze, "lib/action_web_service/container/delegated_container.rb".freeze, "lib/action_web_service/container/direct_container.rb".freeze, "lib/action_web_service/dispatcher".freeze, "lib/action_web_service/dispatcher.rb".freeze, "lib/action_web_service/dispatcher/abstract.rb".freeze, "lib/action_web_service/dispatcher/action_controller_dispatcher.rb".freeze, "lib/action_web_service/invocation.rb".freeze, "lib/action_web_service/protocol".freeze, "lib/action_web_service/protocol.rb".freeze, "lib/action_web_service/protocol/abstract.rb".freeze, "lib/action_web_service/protocol/discovery.rb".freeze, "lib/action_web_service/protocol/soap_protocol".freeze, "lib/action_web_service/protocol/soap_protocol.rb".freeze, "lib/action_web_service/protocol/soap_protocol/marshaler.rb".freeze, "lib/action_web_service/protocol/xmlrpc_protocol.rb".freeze, "lib/action_web_service/scaffolding.rb".freeze, "lib/action_web_service/struct.rb".freeze, "lib/action_web_service/support".freeze, "lib/action_web_service/support/class_inheritable_options.rb".freeze, "lib/action_web_service/support/signature_types.rb".freeze, "lib/action_web_service/templates".freeze, "lib/action_web_service/templates/scaffolds".freeze, "lib/action_web_service/templates/scaffolds/layout.rhtml".freeze, "lib/action_web_service/templates/scaffolds/methods.rhtml".freeze, "lib/action_web_service/templates/scaffolds/parameters.rhtml".freeze, "lib/action_web_service/templates/scaffolds/result.rhtml".freeze, "lib/action_web_service/test_invoke.rb".freeze, "setup.rb".freeze, "test/abstract_client.rb".freeze, "test/abstract_dispatcher.rb".freeze, "test/abstract_unit.rb".freeze, "test/api_test.rb".freeze, "test/apis".freeze, "test/apis/auto_load_api.rb".freeze, "test/apis/broken_auto_load_api.rb".freeze, "test/base_test.rb".freeze, "test/casting_test.rb".freeze, "test/client_soap_test.rb".freeze, "test/client_xmlrpc_test.rb".freeze, "test/container_test.rb".freeze, "test/dispatcher_action_controller_soap_test.rb".freeze, "test/dispatcher_action_controller_xmlrpc_test.rb".freeze, "test/gencov".freeze, "test/invocation_test.rb".freeze, "test/run".freeze, "test/scaffolded_controller_test.rb".freeze, "test/struct_test.rb".freeze, "test/test_invoke_test.rb".freeze] s.homepage = "http://www.rubyonrails.org".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.requirements = ["none".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Web service support for Action Pack.".freeze s.specification_version = 1 s.add_runtime_dependency(%q.freeze, ["= 1.8.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.10.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.0.4".freeze]) end