prima-twig 0.30.8 → 0.30.9
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 +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55e5a826403ce685d488db8dbfa3435c6fff1bd4
|
|
4
|
+
data.tar.gz: a75d434f901724952b8376153fcaeaad8e47a795
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0152adc1315d85a9ff01d92a9c135ab3cfc08a9b78477addc904aa4deb0c46d4c345c9f6196952be646e5730ddd3c812014c569c4fe8d7945bb32a5df26d0d69
|
|
7
|
+
data.tar.gz: af9ea574ac71778d8308a9a967837b38f3297480b31c602ee0f7820f24ec95ac36a65c043c7484d5c97a584c741b91a9f4b06933e69e8b0ed5c21085d11601f9
|
data/bin/twig-feature
CHANGED
|
@@ -8,6 +8,7 @@ require 'json'
|
|
|
8
8
|
require 'launchy'
|
|
9
9
|
require 'pp'
|
|
10
10
|
require 'redis'
|
|
11
|
+
# require 'pry'
|
|
11
12
|
|
|
12
13
|
class Release
|
|
13
14
|
include Command
|
|
@@ -16,9 +17,7 @@ class Release
|
|
|
16
17
|
def initialize
|
|
17
18
|
@prima = Prima.new
|
|
18
19
|
output 'Controllo se ci sono aggiornamenti da fare...'
|
|
19
|
-
|
|
20
|
-
'Devi aggiornare la gemma prima-twig!'.red,
|
|
21
|
-
"gem update prima-twig && twig feature #{ARGV.join ' '}"
|
|
20
|
+
exec "gem update prima-twig && twig feature #{ARGV.join ' '}" unless `gem outdated`.lines.grep(/^prima-twig \(.*\)/).empty?
|
|
22
21
|
@cf = Aws::CloudFormation::Client.new
|
|
23
22
|
@alb = Aws::ElasticLoadBalancingV2::Client.new
|
|
24
23
|
@ec2 = Aws::EC2::Client.new
|
|
@@ -318,6 +317,7 @@ class Release
|
|
|
318
317
|
`git pull && git submodule init && git submodule update`
|
|
319
318
|
|
|
320
319
|
output "Recupero le informazioni sui QA attivi..."
|
|
320
|
+
# binding.pry # controllare qui come vengono recuperati i tag associati (sicuramente il problema è che non associo i tag alla creazione)
|
|
321
321
|
stack_list, envs = get_stacks()
|
|
322
322
|
|
|
323
323
|
env_hash = nil
|
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.30.
|
|
4
|
+
version: 0.30.9
|
|
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: 2017-11-
|
|
16
|
+
date: 2017-11-24 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|