rpc 0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +56 -0
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rpc
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: "0.1"
6
+ platform: ruby
7
+ authors:
8
+ - Jakub Stastny aka botanicus
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain:
12
+ date: 2011-04-13 00:00:00 +01:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Generic RPC library for Ruby. Currently it supports JSON-RPC over HTTP, support for AMQP and Redis will follow soon.
17
+ email: stastny@101ideas.cz
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files: []
25
+
26
+ has_rdoc: true
27
+ homepage: http://github.com/ruby-amqp/rpc
28
+ licenses: []
29
+
30
+ post_install_message: "[\e[32mVersion 0.1\e[0m] [FEATURE] Net::HTTP client.\n\
31
+ [\e[32mVersion 0.1\e[0m] [FEATURE] JSON-RPC encoder.\n"
32
+ rdoc_options: []
33
+
34
+ require_paths:
35
+ - lib
36
+ required_ruby_version: !ruby/object:Gem::Requirement
37
+ none: false
38
+ requirements:
39
+ - - ~>
40
+ - !ruby/object:Gem::Version
41
+ version: "1.9"
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ none: false
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: "0"
48
+ requirements: []
49
+
50
+ rubyforge_project: rpc
51
+ rubygems_version: 1.5.3
52
+ signing_key:
53
+ specification_version: 3
54
+ summary: Generic RPC library for Ruby.
55
+ test_files: []
56
+