capistrano_shopware6 0.2.2 → 0.2.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df99313bcc3b816cd915aaa2fc7481ce99974ad5461ec42af77a6cd48f1da7f1
4
- data.tar.gz: 7de97d727e49dcd9cd87c63007abec72d100eaa6ed2d32b3730ff94910583c52
3
+ metadata.gz: de01224e49b63ac049523ced92956dac0acf7c2ef75c5fe95a89d72d70052c2d
4
+ data.tar.gz: 70cf8ceacb2723b706c4a2e911121a703a458636cf13e3088767810db9e83363
5
5
  SHA512:
6
- metadata.gz: 64af02c48d479df54c68f930c6dcbdc080956ed7472f34fd791590080ea16e095e3e0c087860350c56a57d9a1bb78aab94c5f4acb15b118038161060e354eee4
7
- data.tar.gz: 2fe5269319c89f33ad3e22697fad402645295a87caf304e40f939583d38af82c26efbb5820496ee458ba3bfb42df8259b9086fb380a5992ec478d81c48d37914
6
+ metadata.gz: ac64cae94cd306db551112d432f52df5956a079addac9719906d340daaf6224e450d5743d89bf1c8287ece008e4bd1e7bd08ad108f80b282b1c7474ca07a3b5f
7
+ data.tar.gz: 6e039bfc1418ce08054a3351f8eb861cc2f7b666a7b084dc2aa93f887368c3194599ca24c40718c11fc0037aa35b1e80443c0592e9d05904c1bc79f146d4fd34
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.authors = ['Giacomo Mirabassi', 'Davide Borgia']
3
3
  s.name = %q{capistrano_shopware6}
4
- s.version = "0.2.2"
5
- s.date = %q{2020-12-10}
4
+ s.version = "0.2.3"
5
+ s.date = %q{2021-02-18}
6
6
  s.summary = %q{Capistrano deploy instructions for Shopware 6}
7
7
  s.require_paths = ["lib"]
8
8
  s.files = `git ls-files`.split($/)
@@ -15,7 +15,7 @@ namespace :composer do
15
15
  task :install do
16
16
  on roles(:app) do
17
17
  within release_path do
18
- execute :composer, :install
18
+ execute :composer, "install --prefer-dist --no-interaction --no-dev --optimize-autoloader"
19
19
  end
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_shopware6
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giacomo Mirabassi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-12-10 00:00:00.000000000 Z
12
+ date: 2021-02-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano