capistrano-magento2 0.8.2 → 0.8.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: ad8151c3991ab8dad040e6f7cfb786bc59c30ff1a6f606931f4b53956006aaee
4
- data.tar.gz: 17a0c2aead1c48d5c53a139e0a1bfde5691a9eee8ffc40f49a1d2454556cb102
3
+ metadata.gz: a37277a17957e3e9aed60282b292490d8e66c6d244007001906912e0972e520a
4
+ data.tar.gz: 8aa7cd9dd8ab683f5a4028bbb37c34703a8dfaa9d851ce02facdd51a4fa64e72
5
5
  SHA512:
6
- metadata.gz: 82c119fbd74cce0abe9506365d393577bcb4d0d9bc0c1a9f283a534efc33e9887f29f1ac6dcbd16ca82695f7006872caf4622a025ab8fbc9835810375fa9539a
7
- data.tar.gz: 728fdaa5652f73f99d1d1a839f3981aaeedd02487ce57f4bc91a900669cc8f9d1e48f3dbcf5d605ee8cd6cdbbf190006a279b115a53ec77238572f57ddc5181a
6
+ metadata.gz: 178b479d926d44f150b76310446e2110d4c90abd953f0783505080a4ef87fe7f4fb69da0dc379a2f1fce10d3c375f861336b912098f0d3c99f7e7060a6d9ee1e
7
+ data.tar.gz: d69bb4dc1c6e8813d29363362484ffcee1af3136d4d6c9ba8223079beac9c209ebbab4019f9e4d930ae4ba87a3b1f93dd699b75b88db33a0a586212f13f7ee02
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Capistrano::Magento2 Change Log
2
2
 
3
+ 0.8.3
4
+ ==========
5
+
6
+ * Fixed regression failing deployment when `:magento_deploy_composer` is set to `false` (PR #106)
7
+
3
8
  0.8.2
4
9
  ==========
5
10
 
@@ -9,6 +9,6 @@
9
9
 
10
10
  module Capistrano
11
11
  module Magento2
12
- VERSION = '0.8.2'
12
+ VERSION = '0.8.3'
13
13
  end
14
14
  end
@@ -30,7 +30,7 @@ namespace :deploy do
30
30
  invoke 'magento:deploy:mode:production'
31
31
  invoke 'magento:setup:static-content:deploy'
32
32
  invoke 'magento:setup:di:compile'
33
- invoke 'magento:composer:dump-autoload'
33
+ invoke 'magento:composer:dump-autoload' if fetch(:magento_deploy_composer)
34
34
  end
35
35
  invoke 'magento:setup:permissions'
36
36
  invoke 'magento:maintenance:check'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-magento2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Alger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-06 00:00:00.000000000 Z
11
+ date: 2018-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano