job_reactor 0.5.1.beta1 → 0.5.1.beta2

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.
data/README.markdown CHANGED
@@ -27,6 +27,7 @@ Quick start
27
27
  ```gem install job_reactor```
28
28
 
29
29
  __You should install [Redis][5] if you want to persist your jobs.__
30
+
30
31
  ```$ sudo apt-get install redis-server```
31
32
 
32
33
  In your main application:
@@ -47,8 +47,8 @@ module JobReactor
47
47
  node.start
48
48
  end
49
49
 
50
- def start_distributor(host, port)
51
- JR::Distributor.start(host, port)
50
+ def start_distributor(host, port, opts = {})
51
+ JR::Distributor.start(host, port, opts)
52
52
  end
53
53
 
54
54
  def succ_feedbacks
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: job_reactor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1.beta1
4
+ version: 0.5.1.beta2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: