capistrano_shopware6 0.2.4 → 0.2.5

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: 2fe2b5103f7667c5adde29fc48a148401a7caa943b2602f0e589a32353540ce4
4
- data.tar.gz: 075dac43b143e5af4e4d74b827b0ed4038937e52a1b3a94dedc057f27db46c99
3
+ metadata.gz: 68469e377c2241c7bf3bb81523826b2a7186500c289c2367e723fb4db84847c8
4
+ data.tar.gz: 7f7204f68ce40687244c3d976beb41c0e26d247c86ce5ca801c6c4cc0c41c631
5
5
  SHA512:
6
- metadata.gz: 2e4bed92d256f7fa725852f7067fef733d6d8cd9fb46bb8fdb936ed4db62dad03cfb0f305d77b894c01a3ddcee95b320a0635b1e11e59b65064db1b78ae27bf0
7
- data.tar.gz: 1a23d7dbd96fd0ae0a3c0e4caf20b2dc4b542f0aaf5b96cb71f19b9e600535103e42c39246dc0f3de45cd02f0cbfe009aa093835784a2c58f13c175b021791e9
6
+ metadata.gz: a00abf32ff1e87fd743d875cefc7bc27cd730db3fa5dfc1282963bf2655e33cf7a5f51730ef3cf88dba6c109c23f146a29d43923aa2ce4a2a0a55a8be5051760
7
+ data.tar.gz: 997063032d0e1224440e2edde2ab439ab18f1910ecd6ca825e94826be3d7a90d68e4bffdd2f850182b807c92ce4469e777ad36cafc7bbaaf5582262d3624678d
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
- s.authors = ['Giacomo Mirabassi', 'Davide Borgia']
2
+ s.authors = ['Giacomo Mirabassi', 'Davide Borgia', 'Francesco Pisello']
3
3
  s.name = %q{capistrano_shopware6}
4
- s.version = "0.2.4"
4
+ s.version = "0.2.5"
5
5
  s.date = %q{2022-06-10}
6
6
  s.summary = %q{Capistrano deploy instructions for Shopware 6}
7
7
  s.require_paths = ["lib"]
@@ -111,9 +111,9 @@ namespace :deploy do
111
111
  invoke 'shopware:psh:cache' #this is needed to generate the .env file from .psh.yaml
112
112
  invoke 'shopware:console:database_migrate'
113
113
  invoke 'shopware:console:database_migrate_destructive'
114
+ invoke 'shopware:console:assets_install'
114
115
  invoke 'shopware:psh:administration:build'
115
116
  invoke 'shopware:psh:storefront:build'
116
- invoke 'shopware:console:assets_install'
117
117
  end
118
118
 
119
119
  after :published, :shopware do
metadata CHANGED
@@ -1,11 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_shopware6
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giacomo Mirabassi
8
8
  - Davide Borgia
9
+ - Francesco Pisello
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
@@ -60,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
61
  - !ruby/object:Gem::Version
61
62
  version: '0'
62
63
  requirements: []
63
- rubygems_version: 3.3.7
64
+ rubygems_version: 3.4.10
64
65
  signing_key:
65
66
  specification_version: 4
66
67
  summary: Capistrano deploy instructions for Shopware 6