prima-twig 0.50.85 → 0.50.86
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 +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc7318b24a6737f7e8c5679e609cdac45447361964546810115e329f756490aa
|
|
4
|
+
data.tar.gz: 2f3d5e46fea3d603a9ee1b1a6493656e12de66ccbe7bd6babcc0e81f6a55c2ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 232b0e769d114cb25b19c6affe77cb7ca2b7a46c52e06697f36a208fc337c2c027bc066ae1d3e5e2fdc1d0b34edcea57ee3651398e66b0e767a795d4f1175599
|
|
7
|
+
data.tar.gz: f8c1a21ee7d99c5c401ebd50dd9a74da847fdbd94503b42aa0f25601db29c121ee1e622843daa4cba5babe9ba173b79733a4163b059e611a08ab3bacf55bd617
|
data/bin/twig-feature
CHANGED
|
@@ -1627,6 +1627,10 @@ class Release
|
|
|
1627
1627
|
parameter_key: "ALBShortName",
|
|
1628
1628
|
parameter_value: "starsky-qa-#{deploy_id}"[0..27]
|
|
1629
1629
|
},
|
|
1630
|
+
{
|
|
1631
|
+
parameter_key: "EnvHash",
|
|
1632
|
+
parameter_value: deploy_id
|
|
1633
|
+
},
|
|
1630
1634
|
{
|
|
1631
1635
|
parameter_key: "HostnamePattern",
|
|
1632
1636
|
parameter_value: "starsky-#{@dns_record_identifier}.qa.colaster.com"
|
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: 0.50.
|
|
4
|
+
version: 0.50.86
|
|
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: 2019-09-
|
|
17
|
+
date: 2019-09-20 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|