prima-twig 0.45.20 → 0.45.21
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 +5 -5
- data/bin/twig-deploy +9 -9
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 78e74bb235db143b0ee410f46b2f2eb446ed17bd
|
|
4
|
+
data.tar.gz: b7aa2d67628aedd4a2b97339a39cd45796b0c79b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e42fc370d690199a942aa71788cbbb281b732e8495e64cc048eb17cf4607bd1fa5287247662cfd86f9eb3f3b3627841300a5dfb51ebb2f9062237c1808d3860f
|
|
7
|
+
data.tar.gz: 93c65e4dd64db3d99a97498c2812857aa61545b8584fa0a342f1fa9badbbf0e16e8450e862d94314a106f665e8c4e9bdd0eb22fe01b288fe7c4e498fb48aea14
|
data/bin/twig-deploy
CHANGED
|
@@ -94,15 +94,15 @@ class Review
|
|
|
94
94
|
artifact = artifacts.select {|v| v[:rev] == artifact_rev}.first
|
|
95
95
|
|
|
96
96
|
do_deploy! artifact_rev
|
|
97
|
-
exec_step "terminal-notifier -message 'Deploy terminato, vuoi lanciare paparatzinger?'" if which 'terminal-notifier'
|
|
98
|
-
|
|
99
|
-
confirm_message = "Vuoi lanciare paparatzinger?"
|
|
100
|
-
launch_paparatzinger = @prima.yesno confirm_message.blue
|
|
101
|
-
|
|
102
|
-
if launch_paparatzinger
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
end
|
|
97
|
+
# exec_step "terminal-notifier -message 'Deploy terminato, vuoi lanciare paparatzinger?'" if which 'terminal-notifier'
|
|
98
|
+
#
|
|
99
|
+
# confirm_message = "Vuoi lanciare paparatzinger?"
|
|
100
|
+
# launch_paparatzinger = @prima.yesno confirm_message.blue
|
|
101
|
+
#
|
|
102
|
+
# if launch_paparatzinger
|
|
103
|
+
# output "Avvio paparatzinger per gli screenshot".yellow
|
|
104
|
+
# job_name = launch_paparatzinger(artifact[:commit_msg])
|
|
105
|
+
# end
|
|
106
106
|
|
|
107
107
|
mail = Mail.new do
|
|
108
108
|
from 'deploy@prima.it'
|
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.45.
|
|
4
|
+
version: 0.45.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -214,7 +214,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
|
|
217
|
+
rubyforge_project:
|
|
218
|
+
rubygems_version: 2.5.2.3
|
|
218
219
|
signing_key:
|
|
219
220
|
specification_version: 4
|
|
220
221
|
summary: The Prima twig toolbelt
|