autoscaler 0.0.2 → 0.0.3

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.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.0.3
4
+
5
+ - Typo correction
6
+
3
7
  ## 0.0.2
4
8
 
5
9
  - Loosen Sidekiq version dependecy
@@ -8,7 +8,7 @@ module Autoscaler
8
8
  # @param [String] app Heroku app name
9
9
  def initialize(
10
10
  type = 'worker',
11
- key = ENV['HERKOU_API_KEY'],
11
+ key = ENV['HEROKU_API_KEY'],
12
12
  app = ENV['HEROKU_APP'])
13
13
  @client = Heroku::API.new(:api_key => key)
14
14
  @type = type
@@ -1,4 +1,4 @@
1
1
  module Autoscaler
2
2
  # version number
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoscaler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-10-25 00:00:00.000000000 Z
13
+ date: 2012-11-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sidekiq