prima-twig 0.30.10 → 0.31.0
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 +0 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 588fa7ebfd5ab8420fa8044d5f7f7cbc4e0b19f5
|
|
4
|
+
data.tar.gz: 8065464faab3cd73127fdca1c1d411573e0269ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73a31e7134fb5471f0b18f5a798745dcd10d5dc758e307c71fd9e27980bba71b5ebab6b350cfa5e822f0dce1abd57baa6be3598579f9b317309538faf001aae0
|
|
7
|
+
data.tar.gz: 69bc6f6fd1fbefdeaf3060104c34322c5088cdb2e82f6a4d36e6fcf7419290b6625750fcf7baad77588495fb1917fb8e59b2c5b4ecb38f12d0644b02695b794f
|
data/bin/twig-feature
CHANGED
|
@@ -8,7 +8,6 @@ require 'json'
|
|
|
8
8
|
require 'launchy'
|
|
9
9
|
require 'pp'
|
|
10
10
|
require 'redis'
|
|
11
|
-
# require 'pry'
|
|
12
11
|
|
|
13
12
|
class Release
|
|
14
13
|
include Command
|
|
@@ -317,7 +316,6 @@ class Release
|
|
|
317
316
|
`git pull && git submodule init && git submodule update`
|
|
318
317
|
|
|
319
318
|
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
319
|
stack_list, envs = get_stacks()
|
|
322
320
|
|
|
323
321
|
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.
|
|
4
|
+
version: 0.31.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -21,14 +21,14 @@ dependencies:
|
|
|
21
21
|
requirements:
|
|
22
22
|
- - "~>"
|
|
23
23
|
- !ruby/object:Gem::Version
|
|
24
|
-
version: '
|
|
24
|
+
version: '3'
|
|
25
25
|
type: :runtime
|
|
26
26
|
prerelease: false
|
|
27
27
|
version_requirements: !ruby/object:Gem::Requirement
|
|
28
28
|
requirements:
|
|
29
29
|
- - "~>"
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: '
|
|
31
|
+
version: '3'
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: colorize
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|