deploygate 0.9.0 → 0.9.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/pull_request.yml +1 -1
- data/.github/workflows/release.yml +1 -1
- data/Gemfile +4 -0
- data/lib/deploygate/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: adf14ae1f32fecc9f1ea43039f92b32666c3a1eac168c4fa0ff34e05f1b97076
|
|
4
|
+
data.tar.gz: e1659f8923152038701e75382bf2aa1547cadea45bf6d276507d3a644a521498
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d5a10525fb53f0716c6f881af75fbef60a83c5dc87bd9665d3506ca532edc0313b64634483806bff3368f8f844194ded2e2f83866bee5e36c1460ae6333c38d
|
|
7
|
+
data.tar.gz: 4ee64348e03fc576418bb5f76056cec7981abb978a06684a2fe99b0d96e664c049ed135b19b5d1009fd80ec8ed1232fe1ae7a6119b4d4404b36b5a431725e41e
|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
- uses: ruby/setup-ruby@v1
|
|
14
14
|
with:
|
|
15
15
|
bundler-cache: true
|
|
16
|
-
- run: gem update --system
|
|
16
|
+
- run: gem update --system 3.4.22 # The latest of Ruby 2.x support
|
|
17
17
|
- run: bundle exec rake build
|
|
18
18
|
- id: gem
|
|
19
19
|
run: echo "result=$(find pkg -name 'deploygate-*.gem' -type f | head -1)" >> $GITHUB_OUTPUT
|
data/Gemfile
CHANGED
data/lib/deploygate/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: deploygate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- deploygate
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-05-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -425,7 +425,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
425
425
|
- !ruby/object:Gem::Version
|
|
426
426
|
version: '0'
|
|
427
427
|
requirements: []
|
|
428
|
-
rubygems_version: 3.4.
|
|
428
|
+
rubygems_version: 3.4.22
|
|
429
429
|
signing_key:
|
|
430
430
|
specification_version: 4
|
|
431
431
|
summary: A command-line interface for DeployGate
|