automatic_release_gem 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0c364a115420bafa32f8612b1d9f21b51abdf0bf8f56768214665f0567d18d7
4
- data.tar.gz: 0adaa2149c70bd5c6e5de0af35ef0e20da1036309bfb6fdd4aa233df540b7caa
3
+ metadata.gz: 1b4478e6906014c3ff3ebf4f1735b9baa008881c670aa84afdc24eb5dd74b063
4
+ data.tar.gz: 0dc863efcb5ee1595f19516f38e79474dbadb4837688ecfe1f9178de57c8e10e
5
5
  SHA512:
6
- metadata.gz: b39f82f02587b67e85060710d01dc49d33c43d97265e80f733846afc8e88ebc810f1fa598933a60416e3f43cbcff8a85c23a100c672999c9130ff007b0e97b7b
7
- data.tar.gz: 7355d38aa7c67c7c6688146f8bc99a27d3ca2de31357de8f06d24b90cbaa5c9fdbb9e75158f76d1c93c8626d3d66d41c922af9365ee864f6d2302c193cff169e
6
+ metadata.gz: 95c636844139b8bb100e69c27c29ec020364635a56abbcddfad53a55e515030d96a0944f5dc90e91d4f75293080571d74e138e3b3c4a7d731b6afbccc5af4cb5
7
+ data.tar.gz: 3349394a8df8ce6a00eeec6c3800bdfa3c25a2ccbd1b85b73aef63c03bf05a54d8c15eb863416745d5889fe98a6e87080b5ffabfeee6e56cc3eb4faa32e82a3a
@@ -15,12 +15,10 @@ jobs:
15
15
  - uses: actions/checkout@v2
16
16
 
17
17
  - name: Release Gem
18
- uses: discourse/publish-rubygems-action@v2-beta
18
+ uses: marcelotoledo5000/publish-rubygems-action@master
19
19
  env:
20
20
  GITHUB_TOKEN: ${{secrets.BUNDLE_GITHUB__COM}}
21
21
  RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_BUMP_RELEASE}}
22
22
  GIT_EMAIL: marcelotoledo5000@gmail.com
23
23
  GIT_NAME: 'Marcelo Toledo - Automated Release'
24
- RELEASE_COMMAND: |
25
- gem install bundler
26
- bundle exec rake release
24
+ RELEASE_COMMAND: bundle exec rake release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- automatic_release_gem (0.1.1)
4
+ automatic_release_gem (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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.10.0)
41
+ rubocop (1.11.0)
42
42
  parallel (~> 1.10)
43
43
  parser (>= 3.0.0.0)
44
44
  rainbow (>= 2.2.2, < 4.0)
@@ -49,7 +49,7 @@ GEM
49
49
  unicode-display_width (>= 1.4.0, < 3.0)
50
50
  rubocop-ast (1.4.1)
51
51
  parser (>= 2.7.1.5)
52
- rubocop-performance (1.9.2)
52
+ rubocop-performance (1.10.0)
53
53
  rubocop (>= 0.90.0, < 2.0)
54
54
  rubocop-ast (>= 0.4.0)
55
55
  rubocop-rake (0.5.1)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AutomaticReleaseGem
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.3'
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.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcelo Toledo
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-27 00:00:00.000000000 Z
11
+ date: 2021-03-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: To test automatic publication of a gem by GitHub-Actions.
14
14
  email:
@@ -47,7 +47,7 @@ metadata:
47
47
  homepage_uri: https://github.com/marcelotoledo5000/automatic_release_gem
48
48
  source_code_uri: https://github.com/marcelotoledo5000/automatic_release_gem
49
49
  changelog_uri: https://github.com/marcelotoledo5000/automatic_release_gem/blob/master/CHANGELOG.md
50
- post_install_message:
50
+ post_install_message:
51
51
  rdoc_options: []
52
52
  require_paths:
53
53
  - lib
@@ -62,8 +62,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements: []
65
- rubygems_version: 3.0.3
66
- signing_key:
65
+ rubygems_version: 3.1.4
66
+ signing_key:
67
67
  specification_version: 4
68
68
  summary: To test automatic publication of a gem by GitHub-Actions.
69
69
  test_files: []