prima-twig 0.63.2 → 0.63.3
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 -3
- 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: 9eb5de232b2959f659895519446289040bff0c24f7af0ded295b0541c8510d2a
|
|
4
|
+
data.tar.gz: 2d8a8c0f46761e80c3a51e7cb3c7b01f9a55e1c9adbe198df969247be52386d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bea8b5bf3e291f2d66a16565b35b6a5c4bdcb8f6d3c3240075c922cd7cac6a28a16b9b058a32b4923bf3263747460a87e9dd4ad31be9d6edc0deb66bb7d65ae4
|
|
7
|
+
data.tar.gz: 308706371e68db2596c3af7347aef3a9e42aaa91d05270e4ef00e51413604e5968ae9f09b2c89df973f622df84b0c0277a81332baba9212f43b7a7b190c43b45
|
data/bin/twig-feature
CHANGED
|
@@ -2706,9 +2706,10 @@ class Release
|
|
|
2706
2706
|
end
|
|
2707
2707
|
|
|
2708
2708
|
def deploy_starsky_hutch?
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2709
|
+
true
|
|
2710
|
+
#starsky_present = !@projects['starsky'].nil? && !@projects['starsky'].empty? && @projects['starsky']['name'] != 'master' && !@projects['starsky']['default_branch']
|
|
2711
|
+
#hutch_present = !@projects['hutch'].nil? && !@projects['hutch'].empty? && @projects['hutch']['name'] != 'master' && !@projects['hutch']['default_branch']
|
|
2712
|
+
#starsky_present || hutch_present
|
|
2712
2713
|
end
|
|
2713
2714
|
|
|
2714
2715
|
def get_pyxis_version(deploy_id)
|
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.63.
|
|
4
|
+
version: 0.63.3
|
|
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: 2020-03-
|
|
17
|
+
date: 2020-03-12 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk-autoscaling
|