prima-twig 0.49.17 → 0.49.18

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 +7 -7
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2692838506e8e751ad1fe1944ad598ce02bb6b96dcbde9b36084d1885a020100
4
- data.tar.gz: 83b69f2cf10ccce2bb4dba44a67050ef45dc7f2ff4ea624b59ffa44630c0686f
3
+ metadata.gz: fb3e0309784b698c48ea20c5144d5bd14a58e6bf061b111eb50d551c7a482eb7
4
+ data.tar.gz: 20b5ee7e9e7230ea2ef577b9a6e6f65dad55e4c996eda82ecb9ae5ee6a99aa85
5
5
  SHA512:
6
- metadata.gz: b6367b71fcea6ecc015fc34d108ebd7f61da019319e207ded00ae341e3d19ceea6707183248cd28ca8251ae3a2cd32ebb5b4bc400e24c62a706712ac76ffa063
7
- data.tar.gz: 114ddf12a2617b32c30aac3a8d7824c4bb4b1a21667268fc66f6a2dc3e4465faa100ea937bde851400270edb34c67235afe8c16b6e0c12ac4d6aaebcf9cb7c90
6
+ metadata.gz: c97dd4b0d7282751e8959a2e1ce63d28df1596e00fc8e826747853d8c59e2ff96eeb4e7933a550009eb4b402b19a2001f22e35e2595a025be931d6282e29082e
7
+ data.tar.gz: 6fdb81ae818f7af47bbcbbb8410c2cf40a3c096449f515d39d9638a788f7ce6a2c05dc9e3fd7126d1e3087b99ffebd43a723f1e8785ee3e046d8928328916bbe
@@ -15,13 +15,13 @@ class Release
15
15
 
16
16
  def initialize(update_gem=true)
17
17
  @prima = Prima.new
18
- # if update_gem
19
- # output 'Controllo se ci sono aggiornamenti da fare (potrebbe richiedere qualche minuto)'
20
- # unless `gem update prima-twig`=="Updating installed gems\nNothing to update\n"
21
- # output 'Gemma prima-twig aggiornata'
22
- # exec "twig feature #{ARGV.join ' '}"
23
- # end
24
- # end
18
+ if update_gem
19
+ output 'Controllo se ci sono aggiornamenti da fare (potrebbe richiedere qualche minuto)'
20
+ unless `gem update prima-twig`=="Updating installed gems\nNothing to update\n"
21
+ output 'Gemma prima-twig aggiornata'
22
+ exec "twig feature #{ARGV.join ' '}"
23
+ end
24
+ end
25
25
  @cf = Aws::CloudFormation::Client.new
26
26
  @alb = Aws::ElasticLoadBalancingV2::Client.new
27
27
  @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.49.17
4
+ version: 0.49.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino