prima-twig 0.42.13 → 0.42.14
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 +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ab7eeef090c893def7ad25f6dbef671d2bb7a20cba017814995ddadce0a0bbd
|
|
4
|
+
data.tar.gz: 896baa7968e82f28d032a33d2a79afdeaab63e54a6456b1aed818394dfc8fe1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 669de79fe9e74a88f8f16965ddf3de295c298209e4f4281a1404f9fcd3923b39eba4d3ffba9fdb3db7dee23c46926f6019589bc9d5e7513d31fbada91b617745
|
|
7
|
+
data.tar.gz: 8cfbd1db6094635f490a8b830dac19c0d5b4650b5ba48da8e3f9b609ce0fdf9be17952381230fca6bf6cfa599971232edb26dba9db1cd8564cb086bdf7c33bab
|
data/bin/twig-feature
CHANGED
|
@@ -2528,6 +2528,7 @@ class Release
|
|
|
2528
2528
|
ws_endpoint = "wss://#{borat_qa_host}/socket/websocket?vsn=1.0.0"
|
|
2529
2529
|
frontend_endpoint = "https://#{web_qa_host}/"
|
|
2530
2530
|
graphiql_endpoint = "https://#{borat_qa_host}/graphiql"
|
|
2531
|
+
auth_endpoint = "https://#{borat_qa_host}/auth"
|
|
2531
2532
|
|
|
2532
2533
|
stop_unless is_branch_compatible_with_current_twig_version?("borat"), "Il tuo branch del progetto borat non e' compatibile con questa versione di twig, devi REBASARE DA MASTER!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!".red
|
|
2533
2534
|
|
|
@@ -2539,7 +2540,7 @@ class Release
|
|
|
2539
2540
|
[
|
|
2540
2541
|
"docker network create borat_network || true",
|
|
2541
2542
|
"docker-compose build #{docker_container}",
|
|
2542
|
-
"docker-compose run -w $PWD -u root -e WS_ENDPOINT=#{ws_endpoint} -e FRONTEND=#{frontend_endpoint} -e GRAPHQL_ENDPOINT=#{graphiql_endpoint} -e MIX_ENV=qa --entrypoint /bin/sh #{docker_container} \
|
|
2543
|
+
"docker-compose run -w $PWD -u root -e WS_ENDPOINT=#{ws_endpoint} -e FRONTEND=#{frontend_endpoint} -e GRAPHQL_ENDPOINT=#{graphiql_endpoint} -e AUTH_ENDPOINT=#{auth_endpoint} -e MIX_ENV=qa --entrypoint /bin/sh #{docker_container} \
|
|
2543
2544
|
'-c' 'sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
|
|
2544
2545
|
sed -i \"s/backoffice-legacy-qa-host/#{backoffice_qa_host}/g\" config/qa.exs && \
|
|
2545
2546
|
sed -i \"s/assange-qa-host/#{assange_qa_host}/g\" config/qa.exs && \
|
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.
|
|
4
|
+
version: 0.42.14
|
|
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: 2018-
|
|
16
|
+
date: 2018-11-05 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
version: '0'
|
|
215
215
|
requirements: []
|
|
216
216
|
rubyforge_project:
|
|
217
|
-
rubygems_version: 2.7.
|
|
217
|
+
rubygems_version: 2.7.6
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|