wordmove 6.0.0.alpha.6 → 6.0.0.alpha.7

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: 1e1645bb92c5ec1ef2f74eb99eb0ad62eb42648af628104c23c6286e3bf1505b
4
- data.tar.gz: 5b44c223013a491f2fbca11da41d063597363f8a28b07cf14f556d48b79c4aac
3
+ metadata.gz: eb4272b210238aa9a149f8d2bc890a2c038abad4774fabcf32d76c11c000a1cb
4
+ data.tar.gz: a99d350edebe61c428d129c2bd6b121f0ca24dc5bc2e7cbbaed524cdd74af573
5
5
  SHA512:
6
- metadata.gz: 1039454681f0c345713c3cb3777429197deac2a50f1f2bddf781fe2145e2ba099365a5600edad49272d680ddaa1b8f4be3a82d7a0f9f9929dbf3eb38c28f5999
7
- data.tar.gz: 4215958770c983f0d156162e943eaefe06d55c7e4a9cc1d085e7ec87e7130cca7a43daf9881602350b01c65a5f576f38d1c85b12522bbd6964be84beadf5f59b
6
+ metadata.gz: 4b4c36435fe95a960202bba159f30fe94c42273b5dc70d8542a4f97082aa2dc01b919e1178a1015417b9db1faf94d9c202c7b340026b1e0e4876e84f46154bdd
7
+ data.tar.gz: 267622c86ffc5491040540941c75ce445b27d07583e24d2e9ca01b46086a9b989c09ec03cd8a66233ccdfb64b0a64f52b55f0e59dbf0311d7060e249383a37ca
@@ -17,7 +17,7 @@ jobs:
17
17
  test:
18
18
  runs-on: ubuntu-latest
19
19
  container:
20
- image: welaika/wordmove:latest
20
+ image: welaika/wordmove:php7-wordmove6
21
21
 
22
22
  steps:
23
23
  - uses: actions/checkout@v2
@@ -16,8 +16,6 @@ module Wordmove
16
16
  promises :db_paths
17
17
 
18
18
  executed do |context| # rubocop:disable Metrics/BlockLength
19
- next context if simulate?(cli_options: context.cli_options)
20
-
21
19
  content_dir = local_wp_content_dir(local_options: context.local_options)
22
20
 
23
21
  token = remote_php_scripts_token
@@ -1,3 +1,3 @@
1
1
  module Wordmove
2
- VERSION = '6.0.0.alpha.6'.freeze
2
+ VERSION = '6.0.0.alpha.7'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordmove
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0.alpha.6
4
+ version: 6.0.0.alpha.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefano Verna