job_reactor 0.5.1.beta1 → 0.5.1.beta2

Sign up to get free protection for your applications and to get access to all the features.
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: