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 +6 -6
- data/lib/dynamo-autoscale/dynamo_actioner.rb +1 -1
- data/lib/dynamo-autoscale/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
dynamo-autoscale (0.3.
|
|
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.
|
|
22
|
-
aws-sdk (1.
|
|
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.
|
|
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.
|
|
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.
|
|
61
|
+
thread_safe (0.1.3)
|
|
62
62
|
atomic
|
|
63
63
|
timecop (0.6.1)
|
|
64
64
|
treetop (1.4.14)
|
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
|
+
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-
|
|
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: -
|
|
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.
|