dynamo-autoscale 0.2.1 → 0.2.2

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 CHANGED
@@ -1,3 +1,7 @@
1
+ v0.2.2
2
+
3
+ - Fixed a logging error.
4
+
1
5
  v0.2.1
2
6
 
3
7
  - Fixed a require error.
data/bin/dynamo-autoscale CHANGED
@@ -22,7 +22,7 @@ DynamoAutoscale.poller_opts[:tables].select! do |table_name|
22
22
  if dynamo.tables[table_name].exists?
23
23
  true
24
24
  else
25
- logger.error "Table #{table_name} does not exist inside your DynamoDB."
25
+ DynamoAutoscale.logger.error "Table #{table_name} does not exist inside your DynamoDB."
26
26
  false
27
27
  end
28
28
  end
@@ -1,3 +1,3 @@
1
1
  module DynamoAutoscale
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamo-autoscale
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: