rjr 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,103 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rjr
3
+ version: !ruby/object:Gem::Version
4
+ hash: 13
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 5
9
+ - 3
10
+ version: 0.5.3
11
+ platform: ruby
12
+ authors:
13
+ - Mohammed Morsi
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2012-04-25 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: rspec
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ~>
27
+ - !ruby/object:Gem::Version
28
+ hash: 27
29
+ segments:
30
+ - 1
31
+ - 3
32
+ - 0
33
+ version: 1.3.0
34
+ type: :development
35
+ version_requirements: *id001
36
+ description: Ruby Json Rpc library
37
+ email: mo@morsi.org
38
+ executables:
39
+ - rjr-server
40
+ extensions: []
41
+
42
+ extra_rdoc_files: []
43
+
44
+ files:
45
+ - lib/rjr/semaphore.rb
46
+ - lib/rjr/udp_node.rb
47
+ - lib/rjr/errors.rb
48
+ - lib/rjr/ws_node.rb
49
+ - lib/rjr/tcp_node.rb
50
+ - lib/rjr/web_node.rb
51
+ - lib/rjr/node.rb
52
+ - lib/rjr/common.rb
53
+ - lib/rjr/thread_pool.rb
54
+ - lib/rjr/message.rb
55
+ - lib/rjr/web_socket.rb
56
+ - lib/rjr/multi_node.rb
57
+ - lib/rjr/local_node.rb
58
+ - lib/rjr/dispatcher.rb
59
+ - lib/rjr/amqp_node.rb
60
+ - lib/rjr.rb
61
+ - LICENSE
62
+ - Rakefile
63
+ - README.rdoc
64
+ - bin/rjr-server
65
+ homepage: http://morsi.org/projects/rjr
66
+ licenses: []
67
+
68
+ post_install_message:
69
+ rdoc_options: []
70
+
71
+ require_paths:
72
+ - lib
73
+ required_ruby_version: !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ hash: 53
79
+ segments:
80
+ - 1
81
+ - 8
82
+ - 1
83
+ version: 1.8.1
84
+ required_rubygems_version: !ruby/object:Gem::Requirement
85
+ none: false
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ hash: 29
90
+ segments:
91
+ - 1
92
+ - 3
93
+ - 3
94
+ version: 1.3.3
95
+ requirements: []
96
+
97
+ rubyforge_project:
98
+ rubygems_version: 1.7.2
99
+ signing_key:
100
+ specification_version: 3
101
+ summary: JSON RPC server and client library over amqp, websockets
102
+ test_files: []
103
+