dynamo-autoscale 0.3.4 → 0.3.5

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dynamo-autoscale (0.3.4)
4
+ dynamo-autoscale (0.3.5)
5
5
  activesupport
6
6
  aws-sdk
7
7
  colored
@@ -18,8 +18,8 @@ GEM
18
18
  multi_json (~> 1.3)
19
19
  thread_safe (~> 0.1)
20
20
  tzinfo (~> 0.3.37)
21
- atomic (1.1.10)
22
- aws-sdk (1.12.0)
21
+ atomic (1.1.14)
22
+ aws-sdk (1.18.0)
23
23
  json (~> 1.4)
24
24
  nokogiri (< 1.6.0)
25
25
  uuidtools (~> 2.1)
@@ -27,7 +27,7 @@ GEM
27
27
  coderay (1.0.9)
28
28
  colored (1.2)
29
29
  diff-lcs (1.2.4)
30
- i18n (0.6.4)
30
+ i18n (0.6.5)
31
31
  json (1.8.0)
32
32
  mail (2.5.4)
33
33
  mime-types (~> 1.16)
@@ -35,7 +35,7 @@ GEM
35
35
  method_source (0.8.1)
36
36
  mime-types (1.23)
37
37
  minitest (4.7.5)
38
- multi_json (1.7.7)
38
+ multi_json (1.8.0)
39
39
  nokogiri (1.5.10)
40
40
  polyglot (0.3.3)
41
41
  pony (1.5)
@@ -58,7 +58,7 @@ GEM
58
58
  rspec-mocks (2.13.1)
59
59
  ruby-prof (0.13.0)
60
60
  slop (3.4.5)
61
- thread_safe (0.1.0)
61
+ thread_safe (0.1.3)
62
62
  atomic
63
63
  timecop (0.6.1)
64
64
  treetop (1.4.14)
@@ -91,7 +91,7 @@ module DynamoAutoscale
91
91
  return false
92
92
  end
93
93
 
94
- def self.describe_table
94
+ def self.describe_table table
95
95
  data = AWS::DynamoDB::ClientV2.new.describe_table(table_name: table.name)
96
96
 
97
97
  data[:table]
@@ -1,3 +1,3 @@
1
1
  module DynamoAutoscale
2
- VERSION = '0.3.4'
2
+ VERSION = '0.3.5'
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.4
4
+ version: 0.3.5
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-07-23 00:00:00.000000000 Z
13
+ date: 2013-09-23 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: -2090560989914151908
199
+ hash: -1371091250082308603
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.