prima-twig 0.9.1 → 0.9.2
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: 3a207e3d109b9281ee5227145edc9b7533824461
|
|
4
|
+
data.tar.gz: 2407fa06af9d365edd78ae7a929958880820c316
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93066c3f5f79de890d1d1c6d0f3669a8755521fbb825add3ae91d76fc3ad35538ff3f4c30711c717f498f6ea3abd8a9c8dbe9cfb4fa79fd9fd176764f1ae688b
|
|
7
|
+
data.tar.gz: 110f1a32525c85083d63fa351136526efb48eb87fe42293b1b5e4976e05042d5535f63ab355885ba9e2da53352a7dad26a24e37ec9074560d425297f2da1451b
|
data/bin/twig-feature
CHANGED
|
@@ -680,11 +680,11 @@ class Release
|
|
|
680
680
|
end
|
|
681
681
|
end
|
|
682
682
|
|
|
683
|
-
|
|
684
|
-
|
|
683
|
+
backoffice_qa_host = get_route53_hostname("ecs-task-backoffice-qa-notneeded")
|
|
684
|
+
web_qa_host = get_route53_hostname("ecs-task-web-qa-notneeded")
|
|
685
685
|
|
|
686
686
|
[
|
|
687
|
-
"bin/local_build_artifact.sh #{branch_name}"
|
|
687
|
+
"bin/local_build_artifact.sh #{branch_name} #{web_qa_host} #{backoffice_qa_host}"
|
|
688
688
|
].each do |cmd|
|
|
689
689
|
output "Eseguo #{cmd}".yellow
|
|
690
690
|
res = %x[ #{cmd} ]
|
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.9.
|
|
4
|
+
version: 0.9.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2016-
|
|
14
|
+
date: 2016-10-04 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: twig
|