wordmove 5.1.0 → 5.2.0
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 +4 -4
- data/.github/workflows/ruby.yml +30 -0
- data/README.mdown +1 -1
- data/lib/wordmove/version.rb +1 -1
- data/wordmove.gemspec +1 -1
- metadata +13 -13
- data/.travis.yml +0 -20
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe407e16e7e4429e38fbfb9ee56e1918e7f6d40a8fdc8f3999d419134ffd8417
|
|
4
|
+
data.tar.gz: 868152d983a5833d63ca1cc8d442b900ae4e892a6e18505cf61cdd7898ad3092
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af4b3aa6aee1709a2cef4295c32abda5fb247777306ff0a7bcb523310c82036d97f12e993c8aebe631868d6d886cb3d738bbb38829070c5bbf3ef38c80942a6f
|
|
7
|
+
data.tar.gz: 8c6f937b0cda51db90afd5119677be8bffe7870e4ba29d7bc1c02c7e011ba1f169110f680a04d78d07d3d28165d474e156cdba03cf95bfe8d5c7a321d51a8d42
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# This workflow uses actions that are not certified by GitHub.
|
|
2
|
+
# They are provided by a third-party and are governed by
|
|
3
|
+
# separate terms of service, privacy policy, and support
|
|
4
|
+
# documentation.
|
|
5
|
+
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
|
|
6
|
+
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
|
|
7
|
+
|
|
8
|
+
name: Tests
|
|
9
|
+
|
|
10
|
+
on:
|
|
11
|
+
push:
|
|
12
|
+
branches: [ master ]
|
|
13
|
+
pull_request:
|
|
14
|
+
branches: [ master ]
|
|
15
|
+
|
|
16
|
+
jobs:
|
|
17
|
+
test:
|
|
18
|
+
|
|
19
|
+
runs-on: ubuntu-latest
|
|
20
|
+
|
|
21
|
+
steps:
|
|
22
|
+
- uses: actions/checkout@v2
|
|
23
|
+
- name: Set up Ruby
|
|
24
|
+
uses: ruby/setup-ruby@v1
|
|
25
|
+
with:
|
|
26
|
+
ruby-version: 2.6
|
|
27
|
+
- name: Install dependencies
|
|
28
|
+
run: bundle install
|
|
29
|
+
- name: Run tests
|
|
30
|
+
run: bundle exec rake
|
data/README.mdown
CHANGED
|
@@ -12,7 +12,7 @@ ones only on SSH protocol).
|
|
|
12
12
|
|
|
13
13
|
[FTP support development has been discontinued](https://github.com/welaika/wordmove/wiki/FTP-support-disclaimer), thus not all features are granted when using this protocol.
|
|
14
14
|
|
|
15
|
-
[](https://github.com/welaika/wordmove/actions)
|
|
16
16
|
[](https://wphub-auto-invitation.herokuapp.com/)
|
|
17
17
|
[](https://rubygems.org/gems/wordmove)
|
|
18
18
|
[](https://hub.docker.com/r/welaika/wordmove/)
|
data/lib/wordmove/version.rb
CHANGED
data/wordmove.gemspec
CHANGED
|
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
|
|
|
33
33
|
spec.add_runtime_dependency "colorize", "~> 0.8.1"
|
|
34
34
|
spec.add_runtime_dependency "dotenv", "~> 2.7.5"
|
|
35
35
|
spec.add_runtime_dependency "kwalify", "~> 0"
|
|
36
|
-
spec.add_runtime_dependency "photocopier", "~> 1.
|
|
36
|
+
spec.add_runtime_dependency "photocopier", "~> 1.4", ">= 1.4.0"
|
|
37
37
|
spec.add_runtime_dependency "thor", "~> 0.20.3"
|
|
38
38
|
|
|
39
39
|
spec.required_ruby_version = ">= 2.6.0"
|
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: 5.
|
|
4
|
+
version: 5.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stefano Verna
|
|
@@ -9,10 +9,10 @@ authors:
|
|
|
9
9
|
- Fabrizio Monti
|
|
10
10
|
- Alessandro Fazzi
|
|
11
11
|
- Filippo Gangi Dino
|
|
12
|
-
autorequire:
|
|
12
|
+
autorequire:
|
|
13
13
|
bindir: exe
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2020-
|
|
15
|
+
date: 2020-12-13 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: activesupport
|
|
@@ -80,22 +80,22 @@ dependencies:
|
|
|
80
80
|
name: photocopier
|
|
81
81
|
requirement: !ruby/object:Gem::Requirement
|
|
82
82
|
requirements:
|
|
83
|
-
- - "~>"
|
|
84
|
-
- !ruby/object:Gem::Version
|
|
85
|
-
version: '1.3'
|
|
86
83
|
- - ">="
|
|
87
84
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: 1.
|
|
85
|
+
version: 1.4.0
|
|
86
|
+
- - "~>"
|
|
87
|
+
- !ruby/object:Gem::Version
|
|
88
|
+
version: '1.4'
|
|
89
89
|
type: :runtime
|
|
90
90
|
prerelease: false
|
|
91
91
|
version_requirements: !ruby/object:Gem::Requirement
|
|
92
92
|
requirements:
|
|
93
|
-
- - "~>"
|
|
94
|
-
- !ruby/object:Gem::Version
|
|
95
|
-
version: '1.3'
|
|
96
93
|
- - ">="
|
|
97
94
|
- !ruby/object:Gem::Version
|
|
98
|
-
version: 1.
|
|
95
|
+
version: 1.4.0
|
|
96
|
+
- - "~>"
|
|
97
|
+
- !ruby/object:Gem::Version
|
|
98
|
+
version: '1.4'
|
|
99
99
|
- !ruby/object:Gem::Dependency
|
|
100
100
|
name: thor
|
|
101
101
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -224,12 +224,12 @@ files:
|
|
|
224
224
|
- ".github/ISSUE_TEMPLATE/discussion.md"
|
|
225
225
|
- ".github/ISSUE_TEMPLATE/feature_request.md"
|
|
226
226
|
- ".github/stale.yml"
|
|
227
|
+
- ".github/workflows/ruby.yml"
|
|
227
228
|
- ".gitignore"
|
|
228
229
|
- ".rspec"
|
|
229
230
|
- ".rubocop.yml"
|
|
230
231
|
- ".ruby-gemset"
|
|
231
232
|
- ".ruby-version"
|
|
232
|
-
- ".travis.yml"
|
|
233
233
|
- ".vscode/launch.json"
|
|
234
234
|
- CHANGELOG.md
|
|
235
235
|
- CONTRIBUTING.md
|
|
@@ -320,7 +320,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
320
320
|
version: '0'
|
|
321
321
|
requirements: []
|
|
322
322
|
rubygems_version: 3.0.3
|
|
323
|
-
signing_key:
|
|
323
|
+
signing_key:
|
|
324
324
|
specification_version: 4
|
|
325
325
|
summary: Wordmove, Capistrano for Wordpress
|
|
326
326
|
test_files: []
|
data/.travis.yml
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
language: ruby
|
|
2
|
-
|
|
3
|
-
rvm:
|
|
4
|
-
- 2.6.5
|
|
5
|
-
|
|
6
|
-
cache: bundler
|
|
7
|
-
|
|
8
|
-
before_install:
|
|
9
|
-
- gem install bundler -v '~> 2.0'
|
|
10
|
-
|
|
11
|
-
install:
|
|
12
|
-
- bundle install --jobs=3 --retry=3
|
|
13
|
-
|
|
14
|
-
deploy:
|
|
15
|
-
provider: script
|
|
16
|
-
script: bash deploy/deploy.sh
|
|
17
|
-
on:
|
|
18
|
-
tags: true
|
|
19
|
-
branch: master
|
|
20
|
-
ruby: '2.6.5'
|