automatic_release_gem 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f3915636c31ab0c629d3ce06cdbebf17a6c6f767423512cf927708a94fae0ca
4
- data.tar.gz: 6c4b083b0eb41bbb7ff5ceb2a6d28616fdfaf8daa4cfb37ec8d050ad1a92f774
3
+ metadata.gz: c0c364a115420bafa32f8612b1d9f21b51abdf0bf8f56768214665f0567d18d7
4
+ data.tar.gz: 0adaa2149c70bd5c6e5de0af35ef0e20da1036309bfb6fdd4aa233df540b7caa
5
5
  SHA512:
6
- metadata.gz: 62407c4211d577b782193624d2c13c540d4311bd370e7fb89946287b549d15c76f46ae3ea471c409ea5e2de1033a5f251aa6bc3eb1063e2bf70a9c3f0afdf509
7
- data.tar.gz: e34c0db4ed47668102eee690d33f98354e9c0702ff7cb69bc1fda4ad0db8147d45bf83e1a7e92dbfa3ead4e32af84eb431b6bbc30f7e691c0ca35772789fd51a
6
+ metadata.gz: b39f82f02587b67e85060710d01dc49d33c43d97265e80f733846afc8e88ebc810f1fa598933a60416e3f43cbcff8a85c23a100c672999c9130ff007b0e97b7b
7
+ data.tar.gz: 7355d38aa7c67c7c6688146f8bc99a27d3ca2de31357de8f06d24b90cbaa5c9fdbb9e75158f76d1c93c8626d3d66d41c922af9365ee864f6d2302c193cff169e
@@ -7,16 +7,20 @@ on:
7
7
  tags:
8
8
  - v*
9
9
  jobs:
10
- build:
10
+ publish:
11
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
11
12
  runs-on: ubuntu-latest
12
13
 
13
14
  steps:
14
- - uses: actions/checkout@v1
15
+ - uses: actions/checkout@v2
15
16
 
16
17
  - name: Release Gem
17
- if: contains(github.ref, 'refs/tags/v')
18
- uses: cadwallion/publish-rubygems-action@master
18
+ uses: discourse/publish-rubygems-action@v2-beta
19
19
  env:
20
20
  GITHUB_TOKEN: ${{secrets.BUNDLE_GITHUB__COM}}
21
21
  RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_BUMP_RELEASE}}
22
- RELEASE_COMMAND: bundle exec rake release
22
+ GIT_EMAIL: marcelotoledo5000@gmail.com
23
+ GIT_NAME: 'Marcelo Toledo - Automated Release'
24
+ RELEASE_COMMAND: |
25
+ gem install bundler
26
+ bundle exec rake release
data/CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
1
- ## automatic_release_gem 0.0.1 (Feb 05, 2021)
1
+ ## automatic_release_gem 0.1.1 (Feb 05, 2021)
2
+
3
+ * Fix bundler version
4
+
5
+ *Marcelo Toledo*
6
+
7
+ ## automatic_release_gem 0.1.0 (Feb 05, 2021)
2
8
 
3
9
  * The first version of the gem was created.
4
10
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- automatic_release_gem (0.1.0)
4
+ automatic_release_gem (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -23,7 +23,7 @@ GEM
23
23
  pry (~> 0.13.0)
24
24
  rainbow (3.0.0)
25
25
  rake (13.0.3)
26
- regexp_parser (2.0.3)
26
+ regexp_parser (2.1.1)
27
27
  rexml (3.2.4)
28
28
  rspec (3.10.0)
29
29
  rspec-core (~> 3.10.0)
@@ -38,7 +38,7 @@ GEM
38
38
  diff-lcs (>= 1.2.0, < 2.0)
39
39
  rspec-support (~> 3.10.0)
40
40
  rspec-support (3.10.2)
41
- rubocop (1.9.1)
41
+ rubocop (1.10.0)
42
42
  parallel (~> 1.10)
43
43
  parser (>= 3.0.0.0)
44
44
  rainbow (>= 2.2.2, < 4.0)
@@ -67,6 +67,7 @@ GEM
67
67
  unicode-display_width (2.0.0)
68
68
 
69
69
  PLATFORMS
70
+ ruby
70
71
  x86_64-linux
71
72
 
72
73
  DEPENDENCIES
@@ -81,4 +82,4 @@ DEPENDENCIES
81
82
  simplecov
82
83
 
83
84
  BUNDLED WITH
84
- 2.2.7
85
+ 2.2.11
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AutomaticReleaseGem
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcelo Toledo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-05 00:00:00.000000000 Z
11
+ date: 2021-02-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: To test automatic publication of a gem by GitHub-Actions.
14
14
  email:
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements: []
65
- rubygems_version: 3.2.3
65
+ rubygems_version: 3.0.3
66
66
  signing_key:
67
67
  specification_version: 4
68
68
  summary: To test automatic publication of a gem by GitHub-Actions.