prima-twig 0.48.11 → 0.48.12
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 +5 -5
- data/bin/twig-feature +1 -5
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: f32110ac31610027447b0eafe3d6cacf2a1856c1569fd7a4ceb0e09342e245a0
|
|
4
|
+
data.tar.gz: 8681e0c6ba66759cb9439b673e604713fd856ec12a7460cb2902bf71967dc5c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6010e39544a4153fd14d064ab29f1c03a08b9458d09eba24ac3509262d0cae11887abb071b91444949c121f561d6c1046ef06fd638cbda248518027c591db5cc
|
|
7
|
+
data.tar.gz: 0cdb3e45558e90a45b38137126ebdaffab7c79dd289d5e147857775c0b82736a5300aae017e9cf67f19c860d6ac2cab0cfdc1f8bb56243a15311abd2e436a9c1
|
data/bin/twig-feature
CHANGED
|
@@ -2230,11 +2230,7 @@ class Release
|
|
|
2230
2230
|
exec_step 'prepare-docker-compose --directory bburago && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2231
2231
|
[
|
|
2232
2232
|
"docker-compose build web",
|
|
2233
|
-
"docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /
|
|
2234
|
-
'-c' 'mix local.hex --force && mix hex.info && \
|
|
2235
|
-
mix deps.get && mix compile && mix deps.compile && \
|
|
2236
|
-
rm -rf _build/qa/rel/ && \
|
|
2237
|
-
mix release --env=qa'"
|
|
2233
|
+
"docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint deploy/create_qa_artifact"
|
|
2238
2234
|
].each do |cmd|
|
|
2239
2235
|
execute_command cmd
|
|
2240
2236
|
end
|
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.48.
|
|
4
|
+
version: 0.48.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date: 2019-07-
|
|
17
|
+
date: 2019-07-05 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|
|
@@ -214,8 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
|
|
218
|
-
rubygems_version: 2.5.2.3
|
|
217
|
+
rubygems_version: 3.0.1
|
|
219
218
|
signing_key:
|
|
220
219
|
specification_version: 4
|
|
221
220
|
summary: The Prima twig toolbelt
|