dynamo-autoscale 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dynamo-autoscale (0.3.5)
4
+ dynamo-autoscale (0.3.6)
5
5
  activesupport
6
6
  aws-sdk
7
7
  colored
@@ -27,7 +27,7 @@ module DynamoAutoscale
27
27
  def dispatch table, data, &block
28
28
  times = data.inject([]) do |memo, (_, timeseries)|
29
29
  memo += timeseries.keys
30
- end.sort!.uniq!
30
+ end.sort!.uniq
31
31
 
32
32
  times.each do |time|
33
33
  datum = {
@@ -1,3 +1,3 @@
1
1
  module DynamoAutoscale
2
- VERSION = '0.3.5'
2
+ VERSION = '0.3.6'
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.3.5
4
+ version: 0.3.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir:
11
11
  - bin
12
12
  cert_chain: []
13
- date: 2013-09-23 00:00:00.000000000 Z
13
+ date: 2013-09-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: aws-sdk
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
196
  version: '0'
197
197
  segments:
198
198
  - 0
199
- hash: -1371091250082308603
199
+ hash: -4042214177701906278
200
200
  requirements:
201
201
  - If you want to graph your tables, you'll need R with the ggplot and reshape packages
202
202
  installed.