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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f537ec5f075bcd5c264e0500463c50997596322519a7d9e21fe5893aa1b2272
4
- data.tar.gz: e6a1db608f75de6de01db37399099ece38b540e8111314fb4e635b1f29153d09
3
+ metadata.gz: 5130fbf73eeab2884f2f27497e904d5acdc19519160eccd97af2c3e2876f05d8
4
+ data.tar.gz: e2edf9216e450da2119a547b458fc342f6e465affa864a87ce9e381150ef1c70
5
5
  SHA512:
6
- metadata.gz: 6a1dd8ff2ee23f9369d3a776e442bd6c938f18bf55f55cab83d7204dab6d832fd045c8ce350c1d47c76bd055711e11e6cfab5a1d0b53cfa862a108892946b84e
7
- data.tar.gz: 63f07b505416c12ecba5a8ebfce81908d6085d61c8d44f677ac8a868c1544bbe5aa0e0a858295d4b75c16edfea31124acc368d851af69b6bd0c4d878361b8ca4
6
+ metadata.gz: da859daa3abe73a07c77e934888c82f8194837e5174a076892a564ed103f17d5df995f8e81e1f978ea01af3b0f109d72a2df14b9068d86f3c1c2f1d46a91dc64
7
+ data.tar.gz: d0b272db9f57e693dffced8bd93ac60053de236ee5271fabb4b7217bfb2eee331257d886c099971302b274dc7f41886c4e11aeec63ffc85e0a8f5402c2114f41
@@ -8,7 +8,6 @@ on:
8
8
  - v*
9
9
  jobs:
10
10
  publish:
11
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
12
11
  runs-on: ubuntu-latest
13
12
 
14
13
  steps:
@@ -15,7 +15,7 @@ jobs:
15
15
  ruby: [ '3.3' ]
16
16
 
17
17
  steps:
18
- - uses: actions/checkout@v2
18
+ - uses: actions/checkout@v4
19
19
 
20
20
  - name: Set up Ruby
21
21
  uses: ruby/setup-ruby@v1
data/CHANGELOG.md CHANGED
@@ -1,4 +1,16 @@
1
- # automatic_release_gem 0.1.7 (Mai 25, 2024)
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.7)
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.2.8)
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AutomaticReleaseGem
4
- VERSION = '0.1.7'
4
+ VERSION = '0.1.9'
5
5
  end
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.7
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-05-26 00:00:00.000000000 Z
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.10
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.