restalk 0.0.0.11 → 0.0.0.13

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 (2) hide show
  1. data/README.md +10 -0
  2. metadata +1 -1
data/README.md CHANGED
@@ -16,6 +16,16 @@ Restalk.connected? # Test whether init has been called
16
16
  Restalk.stats # Statistics (whatever the backend gives us - could be gibberish)
17
17
  ```
18
18
 
19
+ Configuration
20
+ -------------
21
+
22
+ Servers: Restalk defaults to '127.0.0.1:11300' for beanstalk and 'localhost:6379' for resque.
23
+
24
+ Queue: Restalk names the queue, highly imaginatively, 'restalk_queue'
25
+
26
+ These can be configured easily via environment variables - ENV['BEANSTALK'], ENV['REDIS'] and ENV['RESQUE_QUEUE'].
27
+
28
+
19
29
  Author
20
30
  ------
21
31
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.11
4
+ version: 0.0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: