prima-twig 0.62.11 → 0.62.12
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 +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2eba3bed510f6876fa9524f3e3814be27b39e833dc58087e97d8c25af1fbf4d2
|
|
4
|
+
data.tar.gz: a81d866a9f31cbf7a6a4657f82635741ed599c636a143cba22f84dc71f83a33b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c843bc01b16975197dd62ff92f67ef0ba240eaad69b58877baa575b0adc8b8816fc3107c1cbe28c43709086c334896d3df4dc51ade2f391eca42533ed1d84a34
|
|
7
|
+
data.tar.gz: 123174de5bbd868b65e456536af09937721e165d1a22365b7b8328576f4928778b45014877df0574b4d43b0611bf09ec0e4ca4f09526a4000b2223c27403c01d
|
data/bin/twig-feature
CHANGED
|
@@ -2700,9 +2700,10 @@ class Release
|
|
|
2700
2700
|
end
|
|
2701
2701
|
|
|
2702
2702
|
def deploy_crash?
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2703
|
+
true # fino a che non ci mettiamo d'accordo su come gestire il fatto che leftorium ha bisogno di comunicare con crash
|
|
2704
|
+
# crash_present = !@projects['crash'].empty? && @projects['crash']['name'] != 'master' && !@projects['crash']['default_branch']
|
|
2705
|
+
# leftorium_present = !@projects['leftorium'].empty? && @projects['leftorium']['name'] != 'master' && !@projects['leftorium']['default_branch']
|
|
2706
|
+
# crash_present || leftorium_present
|
|
2706
2707
|
end
|
|
2707
2708
|
|
|
2708
2709
|
def deploy_starsky_hutch?
|
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.62.
|
|
4
|
+
version: 0.62.12
|
|
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-02-
|
|
17
|
+
date: 2020-02-28 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk-autoscaling
|
|
@@ -326,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
326
326
|
- !ruby/object:Gem::Version
|
|
327
327
|
version: '0'
|
|
328
328
|
requirements: []
|
|
329
|
-
rubygems_version: 3.0.
|
|
329
|
+
rubygems_version: 3.0.1
|
|
330
330
|
signing_key:
|
|
331
331
|
specification_version: 4
|
|
332
332
|
summary: The Prima twig toolbelt
|