wordmove 5.1.0 → 5.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 223beeb2dffe00e753186e62859f3e2512935bed78d0de7a01b4370051333b76
4
- data.tar.gz: d146a0409203df99fe3a94c1cdb69cbb907e33cdbab83adf45dc51bf4a9ed373
3
+ metadata.gz: fe407e16e7e4429e38fbfb9ee56e1918e7f6d40a8fdc8f3999d419134ffd8417
4
+ data.tar.gz: 868152d983a5833d63ca1cc8d442b900ae4e892a6e18505cf61cdd7898ad3092
5
5
  SHA512:
6
- metadata.gz: d25af04e6678422ee1bb26d790591d625946af17e04842869468eebdab4634ef32ff795b6a2f3882b9bfc02886511b80674d13bbf90d0d905c5d539b5d7fd543
7
- data.tar.gz: 48f68062be511a820a21ead03b0f5e3fdbb5beff7caedd97e1b02d860cf00055629ae28f6d47c13c1d29a600d27895d71ae85517a6add0bd11b2f50c30ef7bf7
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
@@ -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
- [![Build Status](https://travis-ci.org/welaika/wordmove.svg?branch=master)](https://travis-ci.org/welaika/wordmove)
15
+ [![Tests](https://github.com/welaika/wordmove/workflows/Tests/badge.svg)](https://github.com/welaika/wordmove/actions)
16
16
  [![Slack channel](https://img.shields.io/badge/Slack-WP--Hub-blue.svg)](https://wphub-auto-invitation.herokuapp.com/)
17
17
  [![Gem Version](https://badge.fury.io/rb/wordmove.svg)](https://rubygems.org/gems/wordmove)
18
18
  [![Docker Build Status](https://img.shields.io/docker/automated/welaika/wordmove.svg)](https://hub.docker.com/r/welaika/wordmove/)
@@ -1,3 +1,3 @@
1
1
  module Wordmove
2
- VERSION = "5.1.0".freeze
2
+ VERSION = "5.2.0".freeze
3
3
  end
@@ -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.3", ">= 1.3.2"
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.1.0
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-05-16 00:00:00.000000000 Z
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.3.2
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.3.2
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: []
@@ -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'