prima-twig 0.4.7 → 0.4.8
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 +6 -4
- 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: 4ca143bf687b8c288ee83732940655969a0c5804
|
|
4
|
+
data.tar.gz: 118cbf99e1ab828504a9ea856f93a2a383ce8e66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23bf7b059efb9bf7f2699aec6cf33a2183b99c07b4e07c288c6147fda598058b9e03dfec007a1f10b0f6d2b11b5225cf657e5859a3e1a8f67f800cbe2f5bc75e
|
|
7
|
+
data.tar.gz: bd2365c7ec78b519c09a6e34cbdc61bc8fc298430f2aa21813026695f80dbecf8f3b35d53d81d965357baced3c9afc9b61d3875442524146c9d75f495ef5945b
|
data/bin/twig-feature
CHANGED
|
@@ -441,8 +441,9 @@ class Release
|
|
|
441
441
|
Dir.chdir 'projects/urania'
|
|
442
442
|
|
|
443
443
|
[
|
|
444
|
-
"docker
|
|
445
|
-
|
|
444
|
+
"docker-compose build web",
|
|
445
|
+
"docker run -v $PWD:/code -w /code -e MIX_ENV=qa --entrypoint /bin/sh urania_web \
|
|
446
|
+
'-c' 'mix local.hex --force && mix hex.info && \
|
|
446
447
|
mix deps.get && mix compile && mix deps.compile && \
|
|
447
448
|
mix release.clean --implode --no-confirm && mix release'",
|
|
448
449
|
"sudo chown -R `whoami` ."
|
|
@@ -473,8 +474,9 @@ class Release
|
|
|
473
474
|
Dir.chdir 'projects/ermes'
|
|
474
475
|
|
|
475
476
|
[
|
|
476
|
-
"docker
|
|
477
|
-
|
|
477
|
+
"docker-compose build app",
|
|
478
|
+
"docker run -v $PWD:/code -w /code -e MIX_ENV=qa --entrypoint /bin/sh ermes_app \
|
|
479
|
+
'-c' 'mix local.hex --force && mix hex.info && \
|
|
478
480
|
mix deps.get && mix compile && mix deps.compile && \
|
|
479
481
|
mix release.clean --implode --no-confirm && mix release'",
|
|
480
482
|
"sudo chown -R `whoami` ."
|
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.4.
|
|
4
|
+
version: 0.4.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2016-06-
|
|
14
|
+
date: 2016-06-09 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: twig
|