prima-twig 0.58.506 → 0.58.507

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/prima_twig.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b04eaafff78e63d83e02024b4553d9459e9ae2de4246b91534cb47e7e1875475
4
- data.tar.gz: dfea2b869c315714431d93826b52d482f0843850b07f4a348b118ba79a05ffea
3
+ metadata.gz: d7ed5bd9c464dcbc8dbf704454a60b4da38904e062dfea247caefa13a49484b9
4
+ data.tar.gz: fe10efabb9db565e70f756072be5d4a5e3fd7417d967b46f8340bac1cf92eb25
5
5
  SHA512:
6
- metadata.gz: 77465f3fcf11fbb64f8d92775d322d5f2f1a89070dbf573b30090f47352502cddc734a0d6561f3e4738f566d525a61cbfbbd85cf36f8aaa0a3df345ef3f45028
7
- data.tar.gz: 4d5bc0ccfbcfbef087551535c470bcf29c1e1a8b3bcafce37b92d15e37647d8e14853abde3846a28cd6f4804b3ee12bf6f8bd31567bfd51b5a3269406fa33371
6
+ metadata.gz: 244bda3c4ac4fd338cfbabbbd6115a879054f47d1e17ce1b0459321585ef831cc923f7923e8ab5e72c807c56c307ef2cfef5233a2ca8efcccf84c90b73ea8b4b
7
+ data.tar.gz: 876c99cf02afe0006e017797289eb6a8559594f973272a0d0f09c8d6c4cd7e7ae2e6a4560618d408252cc56c8c3fcd2c13ec25dfb9b508f412aa0f24127c5015
data/lib/prima_twig.rb CHANGED
@@ -21,8 +21,8 @@ class Prima
21
21
  unless has_config?
22
22
  if File.exist?('../prima/twig.yml')
23
23
  `cp ../prima/twig.yml .`
24
- elsif File.exist?('/shared/twig.yml')
25
- `cp /shared/twig.yml .`
24
+ elsif File.exist?('/tmp/twig.yml')
25
+ `cp /tmp/twig.yml .`
26
26
  else
27
27
  generate_config
28
28
  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.58.506
4
+ version: 0.58.507
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino