prima-twig 0.45.27 → 0.45.28
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-deploy +2 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83b7e5f4c8529195a918b3e26d58cb574de0f1e8521154876433730776b0a111
|
|
4
|
+
data.tar.gz: dbe86dd4799a93024bb354eaf030f6dd0704ce783eceb011cb22351d9682c806
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 986665d3ba6958824ad46dca4105c6b7ece5708143cacb08a202ca07a41123fec45bd47f9d6f13d12f3a334c1c0e023112f3db0eaf5e44ddca527a9dd6b00f74
|
|
7
|
+
data.tar.gz: 7d5306556d935271e7b4bd1fa1128198bb2eea00ae6629649fdd77a710ecc56fa5e2394528f99262129179f7d2a59d6d47cb42d1ba50803c2549c92d890c4600
|
data/bin/twig-deploy
CHANGED
|
@@ -137,10 +137,11 @@ class Review
|
|
|
137
137
|
opts[:user_name] = @prima.config['aws_username']
|
|
138
138
|
opts[:password] = @prima.config['aws_password']
|
|
139
139
|
|
|
140
|
+
exec_step "git checkout master"
|
|
141
|
+
|
|
140
142
|
mail.delivery_method(:smtp, opts)
|
|
141
143
|
mail.deliver
|
|
142
144
|
|
|
143
|
-
exec_step "git checkout master"
|
|
144
145
|
exec_step "terminal-notifier -message 'Deploy terminato'" if which 'terminal-notifier'
|
|
145
146
|
end
|
|
146
147
|
|
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.28
|
|
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: 2019-03-
|
|
17
|
+
date: 2019-03-18 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|
|
@@ -214,8 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
|
|
218
|
-
rubygems_version: 2.7.8
|
|
217
|
+
rubygems_version: 3.0.1
|
|
219
218
|
signing_key:
|
|
220
219
|
specification_version: 4
|
|
221
220
|
summary: The Prima twig toolbelt
|