prima-twig 0.42.27 → 0.42.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +5 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a83dbfd0de120d317e24cac1798186bbfa3576ba18934392e2208e25fd74d2cc
4
- data.tar.gz: f3491a8b87c095aceed265701fdd34d170afab26883d141a3425a4c0613815b7
3
+ metadata.gz: 8db11dd746f0a4e0046727e5fcd8e3307c45078c7720fc7cfda151d474475b60
4
+ data.tar.gz: d40c843a157d14b7a243646897d2c6f9c3c66c175e1c60410ce2f10db6d3a218
5
5
  SHA512:
6
- metadata.gz: 146184ee25bcf30795267428f7a316d1d48b6165524dfb4365d9b46461bce234aacf7f1ac6c4da54b0f4020c6694248a840da701c852e83eafcdbb8b81506c5b
7
- data.tar.gz: 38978f0a789f7fa54454a19f9c75ae0d01bda830c0980f47342a82e2dd174805e85d75548c5422542f7cb9b5076381453104a6e01935042bfee2ff3b5c0c9dc0
6
+ metadata.gz: c72f442c6ce6db47d3874fa5da8a3531fa7415559b4ab9bd0f5dd964d1e61e3caab9a7579e8889c6f12553acaf1b3c8e21e03d36210f7187b880ab7dd15955f6
7
+ data.tar.gz: 499d7250ab0408372059c73bd308a508552b4a8958773c28f70897d76896ca57fc6b3711593afb84981cde8438de31803ce5e741a6c5e44961c713d21de0ad70
data/bin/twig-feature CHANGED
@@ -15,9 +15,11 @@ class Release
15
15
 
16
16
  def initialize
17
17
  @prima = Prima.new
18
- output 'Controllo se ci sono aggiornamenti da fare...'
19
- exec "gem update prima-twig && twig feature #{ARGV.join ' '}" unless `gem outdated`.lines.grep(/^prima-twig \(.*\)/).empty?
20
- # exec "twig feature #{ARGV.join ' '}" unless `gem update prima-twig`=="Updating installed gems\nNothing to update\n"
18
+ output 'Controllo se ci sono aggiornamenti da fare (potrebbe richiedere qualche minuto)'
19
+ unless `gem update prima-twig`=="Updating installed gems\nNothing to update\n"
20
+ output 'Gemma prima-twig aggiornata'
21
+ exec "twig feature #{ARGV.join ' '}"
22
+ end
21
23
  @cf = Aws::CloudFormation::Client.new
22
24
  @alb = Aws::ElasticLoadBalancingV2::Client.new
23
25
  @ec2 = Aws::EC2::Client.new
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.42.27
4
+ version: 0.42.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2018-12-12 00:00:00.000000000 Z
16
+ date: 2018-12-18 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: aws-sdk