prima-twig 0.34.5 → 0.34.6
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 +2 -0
- 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: dc003cda191d47e1e4854381db2f43ab49fd78bb
|
|
4
|
+
data.tar.gz: a834f37952b7c880b471323cb79baf154bd61808
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0a7c208b650779328a0cec655f82000ae54626be8e0bed2e75e48ca564063da3d39d582c88a26e9675a3efbda48baae40b2f9c4fc0b3e52954c357ce1d19af7
|
|
7
|
+
data.tar.gz: 36c0803c490444dcd0f8c54d605016562efa1d0fbc1ecc229d43c7ce20bac35335e45c541b1e2f254a6a4b4837310c2f94984488f0b9d762d3ade86c2eae58a4
|
data/bin/twig-feature
CHANGED
|
@@ -1398,6 +1398,8 @@ class Release
|
|
|
1398
1398
|
stack_name_peano = 'ecs-task-peano-qa-notneeded'
|
|
1399
1399
|
peano_qa_host = "#{get_route53_hostname(stack_name_peano)}:10039"
|
|
1400
1400
|
|
|
1401
|
+
decrypt_secrets()
|
|
1402
|
+
|
|
1401
1403
|
[
|
|
1402
1404
|
"if echo `docker network ls` | grep crash_default; \
|
|
1403
1405
|
then echo 'crash_default network already existing'; \
|
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.34.
|
|
4
|
+
version: 0.34.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2018-04-
|
|
16
|
+
date: 2018-04-17 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|