prima-twig 0.36.95 → 0.36.96
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 +7 -7
- 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: 2af5d34f47838af3c58820eeb9ab1b522136c164
|
|
4
|
+
data.tar.gz: bac78257c4c768b6cb0fb6d28cee96f4aeed9fb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c41d12474ffbd753e64ccf1efc9d915cc7f8e72056b8123867733896bd04772d68f39749a380f66ace8befc196008d310ba44da661492408883756f6d680da2
|
|
7
|
+
data.tar.gz: 922b852e2e812248c74d2c0c1781e8950ef6a55e1e767afc87d6d80cff458ebfcc88435d5b636cfeabeb87f998146c70586472d7db9027ee7fc9cc2624c2e6ba
|
data/bin/twig-feature
CHANGED
|
@@ -1623,7 +1623,7 @@ class Release
|
|
|
1623
1623
|
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
1624
1624
|
exec_step 'prepare-docker-compose --directory urania && cp docker-compose-qainit.yml docker-compose.yml'
|
|
1625
1625
|
end
|
|
1626
|
-
|
|
1626
|
+
|
|
1627
1627
|
execute_command "docker-compose build web"
|
|
1628
1628
|
|
|
1629
1629
|
if @qainit
|
|
@@ -1689,10 +1689,10 @@ class Release
|
|
|
1689
1689
|
mix deps.get && mix compile && mix deps.compile && \
|
|
1690
1690
|
mix phx.digest && \
|
|
1691
1691
|
rm -rf _build/qa/rel/ && \
|
|
1692
|
-
mix release --env=qa'"
|
|
1693
|
-
"if echo `docker ps` | grep crash; \
|
|
1694
|
-
|
|
1695
|
-
|
|
1692
|
+
mix release --env=qa'" #,
|
|
1693
|
+
# "if echo `docker ps` | grep crash; \
|
|
1694
|
+
# then echo 'cannot delete crash_default network'; \
|
|
1695
|
+
# else docker network rm crash_default; fi "
|
|
1696
1696
|
].each do |cmd|
|
|
1697
1697
|
execute_command cmd
|
|
1698
1698
|
end
|
|
@@ -1962,7 +1962,7 @@ class Release
|
|
|
1962
1962
|
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
1963
1963
|
exec_step 'prepare-docker-compose --directory peano && cp docker-compose-qainit.yml docker-compose.yml'
|
|
1964
1964
|
[
|
|
1965
|
-
"docker-compose build web",
|
|
1965
|
+
"docker-compose build web",
|
|
1966
1966
|
"docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
|
|
1967
1967
|
'-c' 'mix local.hex --force && mix hex.info && \
|
|
1968
1968
|
sed -i \"s/assange-qa-host/#{assange_qa_host}/g\" config/qa.exs && \
|
|
@@ -2172,7 +2172,7 @@ class Release
|
|
|
2172
2172
|
if @qainit
|
|
2173
2173
|
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
2174
2174
|
exec_step 'prepare-docker-compose --directory bolla && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2175
|
-
[
|
|
2175
|
+
[
|
|
2176
2176
|
"docker-compose build web",
|
|
2177
2177
|
"docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
|
|
2178
2178
|
'-c' 'mix local.hex --force && mix hex.info && \
|
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.36.
|
|
4
|
+
version: 0.36.96
|
|
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-06-
|
|
16
|
+
date: 2018-06-20 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|