heroku-resque-auto-scale 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,8 +2,8 @@
2
2
 
3
3
  Auto scale your resque workers on Heroku. Original code by darkhelmet:
4
4
 
5
- - http://blog.darkhax.com/2010/07/30/auto-scale-your-resque-workers-on-heroku
6
- - https://gist.github.com/501160
5
+ * http://blog.darkhax.com/2010/07/30/auto-scale-your-resque-workers-on-heroku
6
+ * https://gist.github.com/501160
7
7
 
8
8
  I just bundled it into a gem for easy inclusion into other projects.
9
9
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{heroku-resque-auto-scale}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mark Quezada"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mark Quezada
@@ -136,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  requirements:
137
137
  - - ">="
138
138
  - !ruby/object:Gem::Version
139
- hash: 3462895644035883702
139
+ hash: 3059761328983698098
140
140
  segments:
141
141
  - 0
142
142
  version: "0"