prima-twig 0.45.4 → 0.45.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 +4 -4
- data/bin/twig-feature +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2b94cf0cf9ca18e22dbbfb2d291d8bb2a0be460
|
|
4
|
+
data.tar.gz: b1de837c45eb46061c0a0020ae1d7ed541eb3832
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6584f7877502cc862e6057a0c178a438e6ac7ae0e6e8db9d5e77beb5bda9c8ee9518892f3dcd7a414a83f391fd0935dd25f8178b9232f91249e3a896161c029f
|
|
7
|
+
data.tar.gz: e6cbe65d031b318d7114ef1055a396645364fae2c16f53476d23885855cffd5a4141555a0338e81bcc3639fa9a5b508345e4b27a711c8a1208426328802bdafe
|
data/bin/twig-feature
CHANGED
|
@@ -2870,7 +2870,7 @@ class Release
|
|
|
2870
2870
|
when project == 'assange'
|
|
2871
2871
|
File.readlines("deploy/deploy").grep(/HOSTNAME_PATTERN/).size > 0
|
|
2872
2872
|
when project == 'borat'
|
|
2873
|
-
File.readlines("deploy/
|
|
2873
|
+
File.readlines("deploy/task.yml").grep(/WsEndpoint/).size > 0
|
|
2874
2874
|
when project == 'crash'
|
|
2875
2875
|
File.readlines("deploy/deploy").grep(/HOSTNAME_PATTERN/).size > 0
|
|
2876
2876
|
when project == 'ermes'
|