prima-twig 0.38.01 → 0.38.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 -0
- 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: 108aa3370d0728e9cd21a556decccc672b57dd230325eb833e0ec518def050b5
|
|
4
|
+
data.tar.gz: 84d3fd3483246cc2c8e16ee3bbe0c00b45bb5f0d4783080bac7230fb629f5be7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ebe3fea4f0e28a8698fc871d156ea5af31f1235fb6f44a1f0c7a9f707589376c82ed6cf0c23c866c851b291bde5f6cffb68e35dd396d86f773d2b25787853826
|
|
7
|
+
data.tar.gz: 59d62e0ff7e9d80545ccd1145f5ebd031c6211f6302e1c7de0c6028163cd50fd007b346852552949226f489a262adbcaa646f22732fccd4cbd598eac331718b4
|
data/bin/twig-feature
CHANGED
|
@@ -2021,6 +2021,8 @@ class Release
|
|
|
2021
2021
|
|
|
2022
2022
|
stack_name_web = 'ecs-task-web-qa-notneeded'
|
|
2023
2023
|
web_qa_host = get_route53_hostname(stack_name_web)
|
|
2024
|
+
stack_name_web = 'ecs-task-assange-qa-notneeded'
|
|
2025
|
+
assange_qa_host = get_route53_hostname(stack_name_assange)
|
|
2024
2026
|
|
|
2025
2027
|
decrypt_secrets()
|
|
2026
2028
|
|
|
@@ -2032,6 +2034,7 @@ class Release
|
|
|
2032
2034
|
"docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
|
|
2033
2035
|
'-c' 'mix local.hex --force && mix hex.info && \
|
|
2034
2036
|
sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
|
|
2037
|
+
sed -i \"s/assange-qa-host/#{assange_qa_host}/g\" config/qa.exs && \
|
|
2035
2038
|
mix deps.get && mix compile && mix deps.compile && \
|
|
2036
2039
|
mix phx.digest && \
|
|
2037
2040
|
rm -rf _build/qa/rel/ && \
|
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.38.
|
|
4
|
+
version: 0.38.2
|
|
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-07-
|
|
16
|
+
date: 2018-07-17 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.7
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|