# -*- encoding: utf-8 -*- # stub: rhcp 0.1.8 ruby lib Gem::Specification.new do |s| s.name = "rhcp".freeze s.version = "0.1.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Philipp Traeder".freeze] s.date = "2009-02-21" s.email = "philipp at hitchhackers.net".freeze s.executables = ["rhcp_test_server.rb".freeze] s.files = ["bin/rhcp_test_server.rb".freeze, "lib/rhcp".freeze, "lib/rhcp.rb".freeze, "lib/rhcp/broker.rb".freeze, "lib/rhcp/client".freeze, "lib/rhcp/client/command_param_stub.rb".freeze, "lib/rhcp/client/command_stub.rb".freeze, "lib/rhcp/client/http_broker.rb".freeze, "lib/rhcp/command.rb".freeze, "lib/rhcp/command_param.rb".freeze, "lib/rhcp/dispatching_broker.rb".freeze, "lib/rhcp/http_exporter.rb".freeze, "lib/rhcp/request.rb".freeze, "lib/rhcp/response.rb".freeze, "lib/rhcp/rhcp_exception.rb".freeze, "test/rhcp".freeze, "test/rhcp/broker_test.rb".freeze, "test/rhcp/client".freeze, "test/rhcp/client/command_param_stub_test.rb".freeze, "test/rhcp/client/command_stub_test.rb".freeze, "test/rhcp/command_param_test.rb".freeze, "test/rhcp/command_test.rb".freeze, "test/rhcp/dispatching_broker_test.rb".freeze, "test/rhcp/http_exporter_test.rb".freeze, "test/rhcp/http_registry_test.rb".freeze, "test/rhcp/http_test_server.rb".freeze, "test/rhcp/request_test.rb".freeze, "test/rhcp/response_test.rb".freeze] s.homepage = "http://rubyforge.org/projects/rhcp".freeze s.rubygems_version = "3.5.10".freeze s.summary = "RHCP is a protocol designed for building up a command-metadata-based communication infrastructure making it easier for application developers to export commands in applications to generic clients.".freeze s.specification_version = 2 s.add_runtime_dependency(%q<json>.freeze, [">= 0.0.0".freeze]) end