rcarvalho-workless 1.0.2.18 → 1.0.2.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.md +1 -1
  2. metadata +5 -4
data/README.md CHANGED
@@ -9,7 +9,7 @@ By adding the gem to your project and configuring our Heroku app with some confi
9
9
 
10
10
  ## Update
11
11
 
12
- Version 1.0.2.* is released by rcarvalho - added ability to scale workers to a desired number. Also, improved performance by reducing the number of calls to the Heroku API and storing the current number of workers in memcached. Of course, now you have to have caching in your app to
12
+ Version 1.0.2.* is released by rcarvalho. Added ability to scale workers to a desired number. Also, improved performance by reducing the number of calls to the Heroku API and storing the current number of workers in memcached. Of course, now you have to have caching in your app to
13
13
  utilize this branch.
14
14
 
15
15
  ## Compatibility
metadata CHANGED
@@ -6,11 +6,12 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 0
8
8
  - 2
9
- - 18
10
- version: 1.0.2.18
9
+ - 19
10
+ version: 1.0.2.19
11
11
  platform: ruby
12
12
  authors:
13
13
  - lostboy
14
+ - rcarvalho
14
15
  autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
@@ -81,7 +82,7 @@ dependencies:
81
82
  type: :development
82
83
  version_requirements: *id005
83
84
  description: Extension to Delayed Job to enable workers to scale up when needed
84
- email: paul.crabtree@gmail.com
85
+ email: i@rodneyc.me
85
86
  executables: []
86
87
 
87
88
  extensions: []
@@ -102,7 +103,7 @@ files:
102
103
  - LICENSE
103
104
  - README.md
104
105
  has_rdoc: true
105
- homepage: http://github.com/lostboy/workless
106
+ homepage: http://github.com/rcarvalho/workless
106
107
  licenses: []
107
108
 
108
109
  post_install_message: