prima-twig 1.0.44 → 1.0.45
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 +11 -7
- 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: 8106c87ca7833a515d937c8d6f0d008904db85da4582457501dfb6b2837df228
|
|
4
|
+
data.tar.gz: 69f41ddfe5ab189c666b47c77ae857d30490ab43972e419ec65e76afe13258cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c9500ce30eb5c7b103e9a6c4447eab68551f480f65c04e528494c64c446a6ee3bcdbf1fdf09e6e7128906b678493cb83955a69c3d13e245160622a85a144def
|
|
7
|
+
data.tar.gz: 38e2132ff67cfc126cb13423dadc358c9cd2083611701fe9943d5566e73c6b53716044022ab3a75f526d1ff8206e39ffe6296e7dd64e7ff46a0a3c5a1d5281d1
|
data/bin/twig-feature
CHANGED
|
@@ -80,7 +80,7 @@ class Release
|
|
|
80
80
|
when 'suite'
|
|
81
81
|
abort('Non sei nella cartella di qainit') unless Dir.pwd.match 'qainit$'
|
|
82
82
|
if 'deploy' == args[1]
|
|
83
|
-
suite_py_branches(
|
|
83
|
+
suite_py_branches()
|
|
84
84
|
qainit_deploy!(true)
|
|
85
85
|
end
|
|
86
86
|
when 'deploy'
|
|
@@ -414,14 +414,18 @@ class Release
|
|
|
414
414
|
end
|
|
415
415
|
end
|
|
416
416
|
|
|
417
|
-
def suite_py_branches(
|
|
418
|
-
|
|
417
|
+
def suite_py_branches()
|
|
418
|
+
if File.exist?("suitepy-projects.yml")
|
|
419
|
+
arg_projects = YAML.load(File.read("suitepy-projects.yml"))
|
|
419
420
|
|
|
420
|
-
|
|
421
|
+
@projects.merge!(arg_projects)
|
|
421
422
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
423
|
+
`rm suitepy-projects.yml`
|
|
424
|
+
|
|
425
|
+
@projects.each_key do |project|
|
|
426
|
+
if @projects[project].empty?
|
|
427
|
+
@projects[project] = choose_branch_to_deploy(project, true)
|
|
428
|
+
end
|
|
425
429
|
end
|
|
426
430
|
end
|
|
427
431
|
end
|
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: 1.0.
|
|
4
|
+
version: 1.0.45
|
|
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-07-
|
|
17
|
+
date: 2020-07-14 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
|