prima-twig 0.2.23 → 0.2.24
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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95b3b1183ba2cefa15e0f10e6e2a7da8c99d66ca
|
|
4
|
+
data.tar.gz: 9c6aae62e07eed7a007f476decd68047d7162271
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 780e6f4750992e1d22b3599996ba6b3922e7e6500330c14629df7f4c1f83c45501ea9581986ff89e1d780cc2c0498e315d077e38a033308ce2722fc6d20e13ef
|
|
7
|
+
data.tar.gz: 420b02efa0d7601bb5c24b57dbab496c651c9eb85dcbbd45af07da77c158b809784cc859ba12b77aad6fa6d514300927d2a955086884b579428191490a09d330
|
data/bin/twig-feature
CHANGED
|
@@ -397,6 +397,7 @@ class Release
|
|
|
397
397
|
base_docker_cmd = "sudo -i docker exec #{container_id}"
|
|
398
398
|
|
|
399
399
|
[
|
|
400
|
+
"#{base_cmd} #{base_docker_cmd} ./app/console fos:elastica:reset --force"
|
|
400
401
|
"#{base_cmd} #{base_docker_cmd} ./app/console doctrine:database:drop --no-interaction --force",
|
|
401
402
|
"#{base_cmd} #{base_docker_cmd} ./app/console doctrine:database:create --no-interaction",
|
|
402
403
|
"#{base_cmd} #{base_docker_cmd} ./app/console doctrine:database:drop --no-interaction --connection=msa --force; true",
|
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.2.
|
|
4
|
+
version: 0.2.24
|
|
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:
|
|
14
|
+
date: 2016-01-04 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: twig
|