--- !ruby/object:Gem::Specification 
name: rhcp
version: !ruby/object:Gem::Version 
  hash: 49
  prerelease: 
  segments: 
  - 0
  - 2
  - 19
  version: 0.2.19
platform: ruby
authors: 
- Philipp T.
autorequire: 
bindir: bin
cert_chain: []

date: 2013-01-06 00:00:00 Z
dependencies: 
- !ruby/object:Gem::Dependency 
  name: json
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 31
        segments: 
        - 0
        - 0
        - 0
        version: 0.0.0
  type: :runtime
  version_requirements: *id001
description: 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.
email: philipp@virtualop.org
executables: 
- rhcp_test_server
extensions: []

extra_rdoc_files: []

files: 
- bin/rhcp_test_server
- lib/rhcp/response.rb
- lib/rhcp/logging_broker.rb
- lib/rhcp/command_param.rb
- lib/rhcp/rhcp_exception.rb
- lib/rhcp/client/context_aware_broker.rb
- lib/rhcp/client/command_param_stub.rb
- lib/rhcp/client/command_stub.rb
- lib/rhcp/client/http_broker.rb
- lib/rhcp/command.rb
- lib/rhcp/context.rb
- lib/rhcp/request.rb
- lib/rhcp/http_exporter.rb
- lib/rhcp/dispatching_broker.rb
- lib/rhcp/broker.rb
- lib/rhcp.rb
- test/rhcp/context_test.rb
- test/rhcp/http_exporter_test.rb
- test/rhcp/tests_for_brokers.rb
- test/rhcp/logging_broker_test.rb
- test/rhcp/command_test.rb
- test/rhcp/response_test.rb
- test/rhcp/context_aware_broker_test.rb
- test/rhcp/test_base.rb
- test/rhcp/broker_test.rb
- test/rhcp/tests_for_writable_brokers.rb
- test/rhcp/client/command_param_stub_test.rb
- test/rhcp/client/command_stub_test.rb
- test/rhcp/dispatching_broker_test.rb
- test/rhcp/http_test_server.rb
- test/rhcp/command_param_test.rb
- test/rhcp/request_test.rb
- test/rhcp/http_broker_test.rb
homepage: http://rubyforge.org/projects/rhcp
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.8.24
signing_key: 
specification_version: 3
summary: command-based rpc library thing
test_files: []