prima-twig 0.23.0 → 0.23.1
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: d8b482034897424dfac465c536a218c0a92aa620
|
|
4
|
+
data.tar.gz: 1e1ef06e28ec233948b94564f78143e671e2e614
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b0e2d79cb29ecb886cb29520fb8822a8c3e46b713a86034dcfc632f80b192d560058c97eebcd35bcdc1c477fa14e26db393882f5e4e0197c5a8b10e7399c6ac
|
|
7
|
+
data.tar.gz: 2f1fe82446358b31bdb66309341bbe9d2b7beaaf0a2b3aa1d8c2d5a9f362e1de85b23ddc91147c981430a070a87e82980c81f983c4227ddf1d65e1753165d782
|
data/bin/twig-feature
CHANGED
|
@@ -1245,7 +1245,7 @@ class Release
|
|
|
1245
1245
|
def is_branch_compatible_with_current_twig_version?(project)
|
|
1246
1246
|
case
|
|
1247
1247
|
when project == 'prima'
|
|
1248
|
-
File.readlines("
|
|
1248
|
+
File.readlines("app/cloudformation/tasks/web.yml").grep(/ApplicationLoadBalancerHttpListenerRule/).size > 0
|
|
1249
1249
|
when project == 'urania'
|
|
1250
1250
|
File.readlines("deploy/deploy").grep(/HOSTNAME_PATTERN/).size > 0
|
|
1251
1251
|
when project == 'backoffice'
|