prima-twig 1.2.3 → 1.2.4
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.
- checksums.yaml +4 -4
- data/bin/twig-feature +1 -16
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8ea88b99a7b2753ff87fb27010c6aa4269434559df2f099ab3872377c1bbf29
|
|
4
|
+
data.tar.gz: 529350a786fed406ca2644b90591a0661cdf2c74ba0dcf93d987d31cea8fa47e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f29e006d7e38abefbecd43fa38e441e90105052fda54080ee4db2db16f04752f9c9394b1035b9d76e9e2be11183c725515881860309f197fdbe29eae53d0677
|
|
7
|
+
data.tar.gz: 3bb09b054773e85b39b38c2634f5d0a526a3b63212f88bbfa250a4322514b8fceed5963c39875a82fd0179fad126b4f17982479e62dcfd77e6573d36d9bd161c
|
data/bin/twig-feature
CHANGED
|
@@ -326,22 +326,7 @@ class Release
|
|
|
326
326
|
tags.push tag_keep_data
|
|
327
327
|
end
|
|
328
328
|
|
|
329
|
-
|
|
330
|
-
{
|
|
331
|
-
parameter_key: "Environment",
|
|
332
|
-
parameter_value: "qa"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
parameter_key: "Country",
|
|
336
|
-
parameter_value: "IT"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
parameter_key: "ClusterRole",
|
|
340
|
-
parameter_value: "allinone"
|
|
341
|
-
}
|
|
342
|
-
]
|
|
343
|
-
|
|
344
|
-
update_cluster_stack(cluster_stack_name, tags, parameters)
|
|
329
|
+
update_cluster_stack(cluster_stack_name, tags, get_stack_parameters(cluster_stack_name))
|
|
345
330
|
|
|
346
331
|
output "Finito!".green
|
|
347
332
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prima-twig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date: 2020-
|
|
17
|
+
date: 2020-09-04 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk-autoscaling
|
|
@@ -314,7 +314,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
314
314
|
- !ruby/object:Gem::Version
|
|
315
315
|
version: '0'
|
|
316
316
|
requirements: []
|
|
317
|
-
rubygems_version: 3.0.
|
|
317
|
+
rubygems_version: 3.0.3
|
|
318
318
|
signing_key:
|
|
319
319
|
specification_version: 4
|
|
320
320
|
summary: The Prima twig toolbelt
|