prima-twig 0.2.23 → 0.2.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +1 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a499fd3cf5ec913e230b60c5b725181cc07972c7
4
- data.tar.gz: 6f3cf083e95cc6824c2230aea273f8109f2b0298
3
+ metadata.gz: 95b3b1183ba2cefa15e0f10e6e2a7da8c99d66ca
4
+ data.tar.gz: 9c6aae62e07eed7a007f476decd68047d7162271
5
5
  SHA512:
6
- metadata.gz: 6579269b4593fe9ff60f6b4175f8f21dcfc3d155c08394b1f3de08f02ae2e0a88f8feed23ba7ec9b6daa4c83f8779b3ec819da6eb2e276e98cd624311ba00e26
7
- data.tar.gz: a204d034f50dbd44ef28b6ac42c1772916748f28ea1f1f16cf43ba2494f47b9fc6ab32c4e2d3a5352aa04438b671c77594fd5bbfd9c5691bdf5c5da83b894e3a
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.23
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: 2015-12-28 00:00:00.000000000 Z
14
+ date: 2016-01-04 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: twig