capistrano-magento2 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: 56be092a97722587efac46aebf7fe0c433f4681b
4
- data.tar.gz: f486eee26dd968fe28b18ea5b64b9e064096f1c6
3
+ metadata.gz: afea1cbecaf5243af8bb54755fdcc20762f7fa7d
4
+ data.tar.gz: ea4aa622d5d6ff361e815604b2c904a8f80333cb
5
5
  SHA512:
6
- metadata.gz: a6b0af5bb4454fe107d68bbf910d5bce2ca8af0b346f00a273bd615a331cefdeccc34624da09c11f3f61c4bed958300b7d825de2291df944566ffba4c7741a7f
7
- data.tar.gz: 4e14ee33a8b6f3569ba0eaa7bd24a3af5c6dcbe7d3818d7890c0ce9b7a80aadcaf0dd30763aa77425e9365fba6c6cdc0c1dd64f980bd483e61f8c0ac7df75f5b
6
+ metadata.gz: 389585079a58034ccce1845c0ed09b5d03a7bce8239ad5b9e3b0b905305a89041ed42a8b9e2c5c028735fa41f0eed89af1a460e67e29263907c1fb21364bf610
7
+ data.tar.gz: 440bf8069320a75ebee0b3cae150952a81ff6e8554d082e80d18de2b018140892aa917732afe01902d83a375a9e7a105a3c60a9028e3655608164e6c20f13202
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Capistrano::Magento2 Change Log
2
2
 
3
+ ==========
4
+ Unreleased
5
+
6
+ * Revert "Add workaround for M2.0.4 bug noted in magento/magento2#4070"
7
+
3
8
  ==========
4
9
  0.2.1
5
10
 
@@ -9,6 +9,6 @@
9
9
 
10
10
  module Capistrano
11
11
  module Magento2
12
- VERSION = '0.2.1'
12
+ VERSION = '0.2.2'
13
13
  end
14
14
  end
@@ -28,7 +28,7 @@ namespace :deploy do
28
28
  task :published do
29
29
  on release_roles :all do
30
30
  invoke 'magento:cache:flush'
31
- invoke 'magento:cache:varnish:ban' # TODO: This invocation should not be needed post magento/magento2#3339
31
+ invoke 'magento:cache:varnish:ban'
32
32
  invoke 'magento:maintenance:disable'
33
33
  end
34
34
  end
@@ -37,7 +37,7 @@ namespace :deploy do
37
37
  on release_roles :all do
38
38
  invoke 'magento:maintenance:disable'
39
39
  invoke 'magento:cache:flush'
40
- invoke 'magento:cache:varnish:ban' # TODO: This invocation should not be needed post magento/magento2#3339
40
+ invoke 'magento:cache:varnish:ban'
41
41
  end
42
42
  end
43
43
  end
@@ -126,7 +126,6 @@ namespace :magento do
126
126
  # present in the develop mainline, so we are testing for multi-tenant presence for long-term portability.
127
127
  if test :magento, 'setup:di:compile-multi-tenant --help'
128
128
  execute :magento, 'setup:di:compile-multi-tenant'
129
- execute :rm, '-f var/di/relations.ser' # TODO: Workaround broken DI compilation on PHP 7.0.5 (GH #4070)
130
129
  else
131
130
  execute :magento, 'setup:di:compile'
132
131
  end
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.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Alger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-17 00:00:00.000000000 Z
11
+ date: 2016-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano