rjr 0.8.0 → 0.9.0

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.
Files changed (3) hide show
  1. data/README.md +2 -2
  2. data/lib/rjr/node.rb +1 -1
  3. metadata +6 -6
data/README.md CHANGED
@@ -140,5 +140,5 @@ RJR as this is not standard JSON-RPC.
140
140
 
141
141
 
142
142
  ### Authors ###
143
- Mo Morsi <mo@morsi.org>
144
- Ladislav Smola <ladislav.smola@it-logica.cz>
143
+ * Mo Morsi <mo@morsi.org>
144
+ * Ladislav Smola <ladislav.smola@it-logica.cz>
data/lib/rjr/node.rb CHANGED
@@ -50,7 +50,7 @@ class Node
50
50
  # @option args [Integer] :threads number of handler to threads to instantiate in local worker pool
51
51
  # @option args [Integer] :timeout timeout after which worker thread being run is killed
52
52
  def initialize(args = {})
53
- RJR::Node.default_threads ||= 15
53
+ RJR::Node.default_threads ||= 10
54
54
  RJR::Node.default_timeout ||= 5
55
55
 
56
56
  @node_id = args[:node_id]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rjr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-26 00:00:00.000000000 Z
12
+ date: 2012-08-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -32,17 +32,17 @@ dependencies:
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  none: false
34
34
  requirements:
35
- - - ! '>='
35
+ - - ~>
36
36
  - !ruby/object:Gem::Version
37
- version: '0'
37
+ version: 0.12.10
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
- - - ! '>='
43
+ - - ~>
44
44
  - !ruby/object:Gem::Version
45
- version: '0'
45
+ version: 0.12.10
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: json
48
48
  requirement: !ruby/object:Gem::Requirement