prima-twig 0.31.15 → 0.31.16
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 +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b5cb6f93c109f18e3206efcb2a14474c74deaa6
|
|
4
|
+
data.tar.gz: abc1edb22337c64d9ef5f2d7558b7e163f3e8231
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28e74a690042ab75760bef6a6ce93734d5e7218f9483be427e2c34de2f3b1219b5517a0e786ed9b8e83b17e42415b84f898d00e74ff61ad666936626c7a5eed7
|
|
7
|
+
data.tar.gz: 46714cdd236a250cf61216e8688fdb2df7659bd63c84e9bb8f0648f1b451b50b2f42bd29b08b52ed50d22ac6fda8b6113dff183e73c96ce8c6f8af511b4dfb2e
|
data/bin/twig-feature
CHANGED
|
@@ -17,7 +17,7 @@ class Release
|
|
|
17
17
|
@prima = Prima.new
|
|
18
18
|
output 'Controllo se ci sono aggiornamenti da fare...'
|
|
19
19
|
exec "gem update prima-twig && twig feature #{ARGV.join ' '}" unless `gem outdated`.lines.grep(/^prima-twig \(.*\)/).empty?
|
|
20
|
-
abort('Non sei nella cartella di artemide') unless Dir.pwd.match
|
|
20
|
+
abort('Non sei nella cartella di artemide') unless Dir.pwd.match 'artemide$'
|
|
21
21
|
@cf = Aws::CloudFormation::Client.new
|
|
22
22
|
@alb = Aws::ElasticLoadBalancingV2::Client.new
|
|
23
23
|
@ec2 = Aws::EC2::Client.new
|