prima-twig 0.63.2 → 0.63.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +4 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbcdabfd1ea5659991f58be1601570327630dbf8c138addd5503be3fba1e5a60
4
- data.tar.gz: ae1369197126bfc0d9184ec8b81d4c7cbb79e14ef9feda815d390e46b49ca696
3
+ metadata.gz: 9eb5de232b2959f659895519446289040bff0c24f7af0ded295b0541c8510d2a
4
+ data.tar.gz: 2d8a8c0f46761e80c3a51e7cb3c7b01f9a55e1c9adbe198df969247be52386d2
5
5
  SHA512:
6
- metadata.gz: 5299af661f48a43a00712fc07258c992a69c53d23b3df5757786f48cbb2a954baca395c056badb09a51ca4fa781a3abc4842947dc85150161a6f7474b5752c37
7
- data.tar.gz: af3db7c0c0fb682922a58619493154dd23a3ff725319646c6af867063cba568304d6bdc7f589b7acb48fce86a1f7c8d2eaf2fac0afd75baeda2f7404873ab72a
6
+ metadata.gz: bea8b5bf3e291f2d66a16565b35b6a5c4bdcb8f6d3c3240075c922cd7cac6a28a16b9b058a32b4923bf3263747460a87e9dd4ad31be9d6edc0deb66bb7d65ae4
7
+ data.tar.gz: 308706371e68db2596c3af7347aef3a9e42aaa91d05270e4ef00e51413604e5968ae9f09b2c89df973f622df84b0c0277a81332baba9212f43b7a7b190c43b45
@@ -2706,9 +2706,10 @@ class Release
2706
2706
  end
2707
2707
 
2708
2708
  def deploy_starsky_hutch?
2709
- starsky_present = !@projects['starsky'].nil? && !@projects['starsky'].empty? && @projects['starsky']['name'] != 'master' && !@projects['starsky']['default_branch']
2710
- hutch_present = !@projects['hutch'].nil? && !@projects['hutch'].empty? && @projects['hutch']['name'] != 'master' && !@projects['hutch']['default_branch']
2711
- starsky_present || hutch_present
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.2
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-10 00:00:00.000000000 Z
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