prima-twig 0.42.22 → 0.42.24

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 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c9ea6c0c0e5201fc4de62578c6adf1d67f55e9f72922fb2c209271620afdac2
4
- data.tar.gz: 7405a07e713979679db6ecfc33db2cf2779591fb216e8de5d9ade17a86145b26
3
+ metadata.gz: d0256716e57b1f5c82a2f8c29b2b922e6b8434e8e13d0ce1d0f4bf2d02ffb893
4
+ data.tar.gz: bb1302050c482dadf438871d9b644ef6258dc127cc2b6e133f38735a97ef4e0e
5
5
  SHA512:
6
- metadata.gz: 94e64e1c0232833701aed8ec2438ea952abc1e5eae26002ae1c26e05eb34acddda895c7ebd3c5d7c38c1070219aa77258407d99476b44e3df18663e6ea2010b0
7
- data.tar.gz: cecddcf00e6b8aa0d98dd87fee7f321e6257e3ab97ba7f12b541978751d161137ad2bd74e212811bcb57194768ced00b1846345dff8b0e9abab810429edfce48
6
+ metadata.gz: a7ad0fd8766f7e29c55eb95d3d793f26af99187dbe65ba4a7d77c882f85af62b8d2675aa8f3e1bd737cbc52f57e3f76adab90a4a8c0e4a37a17e467ceb6e4521
7
+ data.tar.gz: a7ebd2df02dfd412d28b88eacb8fee4fc82087feeda5b813adf9bfdea402bf99a0315615b24ecf16c42b485e51d62ddacf3d747e4f7f8a4b9b43a193917fb271
data/bin/twig-feature CHANGED
@@ -16,7 +16,7 @@ class Release
16
16
  def initialize
17
17
  @prima = Prima.new
18
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?
19
+ exec "twig feature #{ARGV.join ' '}" unless `gem update prima-twig`=="Updating installed gems\nNothing to update\n"
20
20
  @cf = Aws::CloudFormation::Client.new
21
21
  @alb = Aws::ElasticLoadBalancingV2::Client.new
22
22
  @ec2 = Aws::EC2::Client.new
@@ -819,7 +819,7 @@ class Release
819
819
  parameters = [
820
820
  {
821
821
  parameter_key: 'Environment',
822
- parameter_value: 'qa'
822
+ parameter_value: 'staging'
823
823
  },
824
824
  {
825
825
  parameter_key: 'ReleaseVersion',
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.22
4
+ version: 0.42.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino