automatic_release_gem 0.1.7 → 0.1.8

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: 9c5d502528ce10009977affde19736bba036cefd9080884b0599be3b13aa768b
4
+ data.tar.gz: c5245017460d14cbf3cae45f83c4bf5559865621932c2626058db471d35cea03
5
5
  SHA512:
6
- metadata.gz: 6a1dd8ff2ee23f9369d3a776e442bd6c938f18bf55f55cab83d7204dab6d832fd045c8ce350c1d47c76bd055711e11e6cfab5a1d0b53cfa862a108892946b84e
7
- data.tar.gz: 63f07b505416c12ecba5a8ebfce81908d6085d61c8d44f677ac8a868c1544bbe5aa0e0a858295d4b75c16edfea31124acc368d851af69b6bd0c4d878361b8ca4
6
+ metadata.gz: 86059f18e4a7f896b0be80559e3bb84ff8acca4c4c6a597d2a2a5de79c829ad6fe990552842689b6a8f139dd75b5f41f8089cc6ea278feeeba1f0cd1af089a53
7
+ data.tar.gz: '0923a079647545b4703c83df04aa11a6298dff5140dd56fa0fc6a39605270d880fa20f2c7716f5ed06cc8d25b0330b63c3121bae22496ac3641c54a0b85b9b5a'
@@ -8,13 +8,14 @@ on:
8
8
  - v*
9
9
  jobs:
10
10
  publish:
11
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
11
+ # if: github.event_name == 'push' && github.ref == 'refs/heads/master'
12
12
  runs-on: ubuntu-latest
13
13
 
14
14
  steps:
15
15
  - uses: actions/checkout@v4
16
16
 
17
17
  - name: Release Gem
18
+ # if: contains(github.ref, 'refs/tags/v')
18
19
  uses: marcelotoledo5000/publish-rubygems-action@master
19
20
  env:
20
21
  GITHUB_TOKEN: ${{secrets.BUNDLE_GITHUB__COM}}
@@ -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,10 @@
1
- # automatic_release_gem 0.1.7 (Mai 25, 2024)
1
+ # automatic_release_gem 0.1.8 (Mai 25, 2024)
2
+
3
+ * Update CI
4
+
5
+ *Marcelo Toledo*
6
+
7
+ ## automatic_release_gem 0.1.7 (Mai 25, 2024)
2
8
 
3
9
  * Bump Ruby version
4
10
  * 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.8)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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.8'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcelo Toledo
@@ -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.9
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: To test automatic publication of a gem by GitHub-Actions.