dynamo-autoscale 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ v0.2.4
2
+
3
+ - Fixed bug that prevented scaling up.
4
+
1
5
  v0.2.3
2
6
 
3
7
  - Improved logging.
@@ -14,7 +14,7 @@ module DynamoAutoscale
14
14
  :write_capacity_units
15
15
  end
16
16
 
17
- dynamo_scale(table, aws_throughput_key => metric)
17
+ dynamo_scale(aws_throughput_key => metric)
18
18
  end
19
19
 
20
20
  def scale_both reads, writes
@@ -1,3 +1,3 @@
1
1
  module DynamoAutoscale
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
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.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: