capistrano 3.20.0 → 3.20.1
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/ci.yml +2 -2
- data/.github/workflows/release-drafter.yml +3 -3
- data/Gemfile +2 -2
- data/lib/capistrano/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa5f01037c221adf3b7a895171da4e8d826ebf056ce4c9c7456360a15aee5c30
|
|
4
|
+
data.tar.gz: 380188b4b020a3e48d533a1668b8ca49b5ca7bc2a84fc65afbb8cf9059b52ad9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c625998f2f1348b43e253942d3ecad00fc1be5cb56373336a83a6aec17ab1a5ab8340f5993986194ad321241a8584327023f14a3171e3c12e88ff68c82ccc763
|
|
7
|
+
data.tar.gz: 646c03409006094569fbc5693b6e9b3074e927983fca31662e2eb7979b0ecacce50ec10a355ee9bd7f3736f28cf981ec7265a10696a66749413f11da6e557895
|
data/.github/workflows/ci.yml
CHANGED
|
@@ -8,7 +8,7 @@ jobs:
|
|
|
8
8
|
runs-on: ubuntu-latest
|
|
9
9
|
strategy:
|
|
10
10
|
matrix:
|
|
11
|
-
ruby: ["3.
|
|
11
|
+
ruby: ["3.2", "3.3", "3.4", "4.0", "head"]
|
|
12
12
|
steps:
|
|
13
13
|
- uses: actions/checkout@v6
|
|
14
14
|
- name: Set up Ruby
|
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
22
22
|
runs-on: ubuntu-latest
|
|
23
23
|
strategy:
|
|
24
24
|
matrix:
|
|
25
|
-
ruby: ["2.5", "2.6", "2.7", "3.0"]
|
|
25
|
+
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1"]
|
|
26
26
|
env:
|
|
27
27
|
BUNDLE_GEMFILE: gemfiles/legacy.gemfile
|
|
28
28
|
steps:
|
data/Gemfile
CHANGED
data/lib/capistrano/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.20.
|
|
4
|
+
version: 3.20.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Clements
|
|
@@ -239,7 +239,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
239
239
|
- !ruby/object:Gem::Version
|
|
240
240
|
version: '0'
|
|
241
241
|
requirements: []
|
|
242
|
-
rubygems_version:
|
|
242
|
+
rubygems_version: 4.0.10
|
|
243
243
|
specification_version: 4
|
|
244
244
|
summary: Capistrano - Welcome to easy deployment with Ruby over SSH
|
|
245
245
|
test_files:
|