prima-twig 0.31.54 → 0.31.55
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 +1 -0
- 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: a59d935465a804a7f44c9593c96b787dd51d6c6e
|
|
4
|
+
data.tar.gz: ba4ac81c3196eb2e35f4e76f235d1064b44780d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3c6dfadfdbbaaabbd8c94f58aecc0781cbd6c061f578476c77c3d7498cfc29631614a1bd72582a6e1b65f13f53f3a81f619217cee757ccc3f585d5bae6db02e
|
|
7
|
+
data.tar.gz: ac704f344302a91e104d777866dd5e534ccbb57fc3b16d8a1755d78774913e977cb48c53a736a017b0598ef9f2fe056c56d795962dcbc1d49bb434827f745198
|
data/bin/twig-feature
CHANGED
|
@@ -1342,6 +1342,7 @@ class Release
|
|
|
1342
1342
|
decrypt_secrets()
|
|
1343
1343
|
|
|
1344
1344
|
[
|
|
1345
|
+
'mv docker-compose-ci.yml docker-compose.yml',
|
|
1345
1346
|
'docker-compose build web',
|
|
1346
1347
|
"docker-compose run -w $PWD -e WS_ENDPOINT=#{ws_endpoint} -e GRAPHQL_ENDPOINT=#{frontend_endpoint} -e MIX_ENV=qa web \
|
|
1347
1348
|
'-c' 'sed -i \"s/web-qa-host/#{web_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.31.
|
|
4
|
+
version: 0.31.55
|
|
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-02-
|
|
16
|
+
date: 2018-02-22 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.6.
|
|
217
|
+
rubygems_version: 2.6.14
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|