prima-twig 0.54.3 → 0.54.4
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-feature +1 -1
- 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: 144587f173f1dca82f9c5f60a74fabdf4c118238
|
|
4
|
+
data.tar.gz: 75b82c341618325181a6d703bf697e3ea581ab0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58742bc648e8db04637bdf73fb08cfa5cb5d516a901d7d9aa43c3d1ed23c36ef4e02ca9545553d9de87ee808e094f1fa5c10017ba28fda92a18ed9c8fd99b255
|
|
7
|
+
data.tar.gz: a495aac9df18069175d83daf36436f1f526e545992b51a2a154f3deb7e147f1000ce0bde18d2b951d73a83bedbadbe34bcf22c5ccd3d71978c20fba1ccb157c9
|
data/bin/twig-feature
CHANGED
|
@@ -72,7 +72,7 @@ class Release
|
|
|
72
72
|
when 'finish'
|
|
73
73
|
finish_feature!
|
|
74
74
|
when 'qainit'
|
|
75
|
-
abort('Non sei nella cartella di qainit') unless Dir.pwd.match 'qainit$'
|
|
75
|
+
abort('Non sei nella cartella di qainit') unless Dir.pwd.match 'qainit$' or Dir.pwd.match '/drone/src'
|
|
76
76
|
if ['terminate', 'stop', 'shutdown', 'halt', 'destroy'].include? args[1]
|
|
77
77
|
qainit_deploy_shutdown!
|
|
78
78
|
elsif 'update' == args[1]
|
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.54.
|
|
4
|
+
version: 0.54.4
|
|
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
|