mbeedle-heroku-autoscale 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/heroku/autoscale.rb +2 -3
  2. metadata +3 -3
@@ -5,7 +5,7 @@ require "rack"
5
5
  module Heroku
6
6
  class Autoscale
7
7
 
8
- VERSION = "0.2.2"
8
+ VERSION = "0.2.3"
9
9
 
10
10
  attr_reader :app, :options, :last_scaled
11
11
 
@@ -23,10 +23,9 @@ module Heroku
23
23
  else
24
24
  autoscale(env)
25
25
  end
26
-
27
- app.call(env)
28
26
  rescue RestClient::BadGateway => e
29
27
  end
28
+ app.call(env)
30
29
  end
31
30
 
32
31
  private ######################################################################
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mbeedle-heroku-autoscale
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 2
10
- version: 0.2.2
9
+ - 3
10
+ version: 0.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Dollar