automatic_release_gem 0.1.7 → 0.1.9
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/publish_release.yml +0 -1
- data/.github/workflows/ruby.yml +1 -1
- data/CHANGELOG.md +13 -1
- data/Gemfile.lock +2 -4
- data/lib/automatic_release_gem/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: 5130fbf73eeab2884f2f27497e904d5acdc19519160eccd97af2c3e2876f05d8
|
|
4
|
+
data.tar.gz: e2edf9216e450da2119a547b458fc342f6e465affa864a87ce9e381150ef1c70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da859daa3abe73a07c77e934888c82f8194837e5174a076892a564ed103f17d5df995f8e81e1f978ea01af3b0f109d72a2df14b9068d86f3c1c2f1d46a91dc64
|
|
7
|
+
data.tar.gz: d0b272db9f57e693dffced8bd93ac60053de236ee5271fabb4b7217bfb2eee331257d886c099971302b274dc7f41886c4e11aeec63ffc85e0a8f5402c2114f41
|
data/.github/workflows/ruby.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
|
-
# automatic_release_gem 0.1.
|
|
1
|
+
# automatic_release_gem 0.1.9 (Nov 04, 2024)
|
|
2
|
+
|
|
3
|
+
* Bump Gems
|
|
4
|
+
|
|
5
|
+
*Marcelo Toledo*
|
|
6
|
+
|
|
7
|
+
## automatic_release_gem 0.1.8 (Mai 25, 2024)
|
|
8
|
+
|
|
9
|
+
* Update CI
|
|
10
|
+
|
|
11
|
+
*Marcelo Toledo*
|
|
12
|
+
|
|
13
|
+
## automatic_release_gem 0.1.7 (Mai 25, 2024)
|
|
2
14
|
|
|
3
15
|
* Bump Ruby version
|
|
4
16
|
* Bump Gems
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
automatic_release_gem (0.1.
|
|
4
|
+
automatic_release_gem (0.1.9)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
@@ -28,8 +28,7 @@ GEM
|
|
|
28
28
|
rainbow (3.1.1)
|
|
29
29
|
rake (13.2.1)
|
|
30
30
|
regexp_parser (2.9.2)
|
|
31
|
-
rexml (3.
|
|
32
|
-
strscan (>= 3.0.9)
|
|
31
|
+
rexml (3.3.9)
|
|
33
32
|
rspec (3.13.0)
|
|
34
33
|
rspec-core (~> 3.13.0)
|
|
35
34
|
rspec-expectations (~> 3.13.0)
|
|
@@ -79,7 +78,6 @@ GEM
|
|
|
79
78
|
simplecov_json_formatter (~> 0.1)
|
|
80
79
|
simplecov-html (0.12.3)
|
|
81
80
|
simplecov_json_formatter (0.1.4)
|
|
82
|
-
strscan (3.1.0)
|
|
83
81
|
unicode-display_width (2.5.0)
|
|
84
82
|
|
|
85
83
|
PLATFORMS
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: automatic_release_gem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcelo Toledo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: To test automatic publication of a gem by GitHub-Actions.
|
|
14
14
|
email:
|
|
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
63
63
|
- !ruby/object:Gem::Version
|
|
64
64
|
version: '0'
|
|
65
65
|
requirements: []
|
|
66
|
-
rubygems_version: 3.5.
|
|
66
|
+
rubygems_version: 3.5.16
|
|
67
67
|
signing_key:
|
|
68
68
|
specification_version: 4
|
|
69
69
|
summary: To test automatic publication of a gem by GitHub-Actions.
|