prima-twig 0.54.4 → 0.54.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.
- checksums.yaml +5 -5
- data/bin/twig-feature +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 3168214146475c20dc5cc21671657ac16a35283a7132488831dac62df83b3938
|
|
4
|
+
data.tar.gz: 7caa1be65c88ddec008878aac92038e330ffcc612fc7a6980846a12598441697
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc930fa1f6379691ae3422deab196b0a850601280958a3c4ebf07cb466199f21538070617443cbb75f3596e545d6cdece98f7d23d37d7073d8ae9476c23ce05a
|
|
7
|
+
data.tar.gz: e2570c37c0f55ed36b2800302b9dde249af125d62ef58754714ca8c37467617394c113f5bfdde7fabff7707c87bdcb75f483db6c59521d245a5dd38047da846a
|
data/bin/twig-feature
CHANGED
|
@@ -1890,7 +1890,7 @@ class Release
|
|
|
1890
1890
|
},
|
|
1891
1891
|
{
|
|
1892
1892
|
parameter_key: "StarskyUrl",
|
|
1893
|
-
parameter_value: get_route53_hostname('ecs-task-starsky-qa-notneeded')
|
|
1893
|
+
parameter_value: "https://#{get_route53_hostname('ecs-task-starsky-qa-notneeded')}"
|
|
1894
1894
|
}
|
|
1895
1895
|
]
|
|
1896
1896
|
if stack_exists?(stack_name_hutch)
|
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.54.
|
|
4
|
+
version: 0.54.5
|
|
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-10-
|
|
17
|
+
date: 2019-10-14 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|
|
@@ -214,8 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
|
|
218
|
-
rubygems_version: 2.5.2.3
|
|
217
|
+
rubygems_version: 3.0.1
|
|
219
218
|
signing_key:
|
|
220
219
|
specification_version: 4
|
|
221
220
|
summary: The Prima twig toolbelt
|