kumogata-template 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +12 -10
- data/lib/kumogata/template/version.rb +1 -1
- data/template/autoscaling-scheduled-action.rb +2 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d28348b53b71edde659be70ab86b2c2b8058701
|
4
|
+
data.tar.gz: cfd0dc291d3c9c694cf32050a348daafaf7c80ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f2f46aa131ffa23e6f6d4f04361f4ba498f55a4f27a2ae52e61c7b9c6c10be948476eeb734211af48e3729a6a5cbbee7046c37b24631d6a54afad8e7364cced
|
7
|
+
data.tar.gz: e0612c919a8c68bf074d19181045ca4f693f8a6d70dd9f59d4a898ba3d7bc6886d5c47dc5863e511053f02562da1f0fe09e5604f11c046ef8d382dd7a3593d52
|
data/Gemfile.lock
CHANGED
@@ -1,27 +1,29 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
kumogata-template (0.0.
|
4
|
+
kumogata-template (0.0.13)
|
5
5
|
aws-sdk (~> 2.3)
|
6
6
|
kumogata (= 0.5.10)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
aws-sdk (2.6.
|
12
|
-
aws-sdk-resources (= 2.6.
|
13
|
-
aws-sdk-core (2.6.
|
11
|
+
aws-sdk (2.6.39)
|
12
|
+
aws-sdk-resources (= 2.6.39)
|
13
|
+
aws-sdk-core (2.6.39)
|
14
|
+
aws-sigv4 (~> 1.0)
|
14
15
|
jmespath (~> 1.0)
|
15
|
-
aws-sdk-resources (2.6.
|
16
|
-
aws-sdk-core (= 2.6.
|
16
|
+
aws-sdk-resources (2.6.39)
|
17
|
+
aws-sdk-core (= 2.6.39)
|
17
18
|
aws-sdk-v1 (1.66.0)
|
18
19
|
json (~> 1.4)
|
19
20
|
nokogiri (>= 1.4.4)
|
21
|
+
aws-sigv4 (1.0.0)
|
20
22
|
coderay (1.1.1)
|
21
23
|
coffee-script (2.4.1)
|
22
24
|
coffee-script-source
|
23
25
|
execjs
|
24
|
-
coffee-script-source (1.
|
26
|
+
coffee-script-source (1.12.2)
|
25
27
|
diffy (3.1.0)
|
26
28
|
dslh (0.2.7)
|
27
29
|
execjs (2.7.0)
|
@@ -45,9 +47,9 @@ GEM
|
|
45
47
|
term-ansicolor
|
46
48
|
therubyracer
|
47
49
|
uuidtools
|
48
|
-
libv8 (3.16.14.
|
50
|
+
libv8 (3.16.14.17)
|
49
51
|
mini_portile2 (2.1.0)
|
50
|
-
minitest (5.
|
52
|
+
minitest (5.10.1)
|
51
53
|
net-ssh (3.2.0)
|
52
54
|
nokogiri (1.6.8.1)
|
53
55
|
mini_portile2 (~> 2.1.0)
|
@@ -59,7 +61,7 @@ GEM
|
|
59
61
|
therubyracer (0.12.2)
|
60
62
|
libv8 (~> 3.16.14.0)
|
61
63
|
ref
|
62
|
-
tins (1.
|
64
|
+
tins (1.13.0)
|
63
65
|
uuidtools (2.1.5)
|
64
66
|
|
65
67
|
PLATFORMS
|
@@ -1 +1 @@
|
|
1
|
-
KUMOGATA_TEMPLATE_VERSION = '0.0.
|
1
|
+
KUMOGATA_TEMPLATE_VERSION = '0.0.13'
|
@@ -5,12 +5,8 @@
|
|
5
5
|
require 'kumogata/template/helper'
|
6
6
|
|
7
7
|
name = _resource_name(args[:name], "autoscaling scheduled action")
|
8
|
-
autoscaling =
|
9
|
-
|
10
|
-
_ref_string("autoscaling", args, "autoscaling group")
|
11
|
-
else
|
12
|
-
_ref_resource_name(args, "autoscaling group")
|
13
|
-
end
|
8
|
+
autoscaling = _ref_string("autoscaling", args, "autoscaling group")
|
9
|
+
autoscaling = _ref_resource_name(args, "autoscaling group") if autoscaling.empty?
|
14
10
|
desired = args[:desired].to_s || ""
|
15
11
|
end_time =
|
16
12
|
if args.key? :end_time
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kumogata-template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Naoya Nakazawa
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk
|