prima-twig 0.42.26 → 0.42.27

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 +2 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9085eb47a25de55ab9b0d10eb4f918b056101916a7aa738d436390789339b7a2
4
- data.tar.gz: ec8de72315d290befddc981dd43a525a205dc8dff399436441bdcee94feac8cb
3
+ metadata.gz: a83dbfd0de120d317e24cac1798186bbfa3576ba18934392e2208e25fd74d2cc
4
+ data.tar.gz: f3491a8b87c095aceed265701fdd34d170afab26883d141a3425a4c0613815b7
5
5
  SHA512:
6
- metadata.gz: d80e3220650d1aeb2f1505ce305104b4329e5bed50cc93977981a01d467d09eb2b38c81c446f72fe8e4bee61a3e758d9bcf4a644277d374a17859b300cfe32de
7
- data.tar.gz: 37cb5cda61e6bad13378a8ca91e61da3d854b694b0a0b84c6a020f9430da677b6f2d0655162d89533d8bf4c770c6d97d4bbf132be78b5d37cc3996d9b9c95565
6
+ metadata.gz: 146184ee25bcf30795267428f7a316d1d48b6165524dfb4365d9b46461bce234aacf7f1ac6c4da54b0f4020c6694248a840da701c852e83eafcdbb8b81506c5b
7
+ data.tar.gz: 38978f0a789f7fa54454a19f9c75ae0d01bda830c0980f47342a82e2dd174805e85d75548c5422542f7cb9b5076381453104a6e01935042bfee2ff3b5c0c9dc0
@@ -16,7 +16,8 @@ class Release
16
16
  def initialize
17
17
  @prima = Prima.new
18
18
  output 'Controllo se ci sono aggiornamenti da fare...'
19
- exec "twig feature #{ARGV.join ' '}" unless `gem update prima-twig`=="Updating installed gems\nNothing to update\n"
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"
20
21
  @cf = Aws::CloudFormation::Client.new
21
22
  @alb = Aws::ElasticLoadBalancingV2::Client.new
22
23
  @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.26
4
+ version: 0.42.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino