automatic_release_gem 0.1.5 → 0.1.7

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: b86b1f53aff568466d1e04112a1c7f7a4837bef14174ed493fc4f7b2f389fc99
4
- data.tar.gz: c2e51ea75dc70bcff09d33bd93d2e8da8b5d08f5fb2bb87541260ad91432b4ab
3
+ metadata.gz: 3f537ec5f075bcd5c264e0500463c50997596322519a7d9e21fe5893aa1b2272
4
+ data.tar.gz: e6a1db608f75de6de01db37399099ece38b540e8111314fb4e635b1f29153d09
5
5
  SHA512:
6
- metadata.gz: 3f0a56b3813f22b66c0546dd25e4527b97989c05b672fdb9e605c32970d97ed8a0e0c78bce8dbd4d473ffdcaaad566edf590fe130f4182d001f151454b020c8b
7
- data.tar.gz: 4ae08df595a47a4d55d85c53e2e90febe86a9054b55826601507903ef9d468298253c70045ba31a753c53a1c206e881a0517d087fba40ae602bd1c30cc980da1
6
+ metadata.gz: 6a1dd8ff2ee23f9369d3a776e442bd6c938f18bf55f55cab83d7204dab6d832fd045c8ce350c1d47c76bd055711e11e6cfab5a1d0b53cfa862a108892946b84e
7
+ data.tar.gz: 63f07b505416c12ecba5a8ebfce81908d6085d61c8d44f677ac8a868c1544bbe5aa0e0a858295d4b75c16edfea31124acc368d851af69b6bd0c4d878361b8ca4
@@ -12,7 +12,7 @@ jobs:
12
12
  runs-on: ubuntu-latest
13
13
 
14
14
  steps:
15
- - uses: actions/checkout@v2
15
+ - uses: actions/checkout@v4
16
16
 
17
17
  - name: Release Gem
18
18
  uses: marcelotoledo5000/publish-rubygems-action@master
@@ -12,7 +12,7 @@ jobs:
12
12
  runs-on: ubuntu-latest
13
13
  strategy:
14
14
  matrix:
15
- ruby: [ '2.5', '2.6', '2.7', '3.0' ]
15
+ ruby: [ '3.3' ]
16
16
 
17
17
  steps:
18
18
  - uses: actions/checkout@v2
data/.rubocop.yml CHANGED
@@ -5,7 +5,7 @@ require:
5
5
 
6
6
  AllCops:
7
7
  NewCops: enable
8
- TargetRubyVersion: 3.0
8
+ TargetRubyVersion: 3.1
9
9
  Exclude:
10
10
  - 'Rakefile'
11
11
  - 'bin/**/*'
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.2
1
+ 3.3.0
data/CHANGELOG.md CHANGED
@@ -1,4 +1,18 @@
1
- # automatic_release_gem 0.1.5 (Nov 14, 2021)
1
+ # automatic_release_gem 0.1.7 (Mai 25, 2024)
2
+
3
+ * Bump Ruby version
4
+ * Bump Gems
5
+
6
+ *Marcelo Toledo*
7
+
8
+ ## automatic_release_gem 0.1.6 (Apr 30, 2022)
9
+
10
+ * Bump Ruby version
11
+ * Bump Gems
12
+
13
+ *Marcelo Toledo*
14
+
15
+ ## automatic_release_gem 0.1.5 (Nov 14, 2021)
2
16
 
3
17
  * Bump Ruby version
4
18
  * Bump Gems
data/Gemfile CHANGED
@@ -4,12 +4,12 @@ source 'https://rubygems.org'
4
4
 
5
5
  gemspec
6
6
 
7
- gem 'rake', '~> 13.0'
7
+ gem 'rake'
8
8
 
9
9
  group :development, :test do
10
- gem 'pry-byebug', '~> 3.9'
11
- gem 'rspec', '~> 3.10'
12
- gem 'rubocop', '~> 1.9', require: false
10
+ gem 'pry-byebug'
11
+ gem 'rspec'
12
+ gem 'rubocop', require: false
13
13
  gem 'rubocop-performance', require: false
14
14
  gem 'rubocop-rake', require: false
15
15
  gem 'rubocop-rspec', require: false
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- automatic_release_gem (0.1.5)
4
+ automatic_release_gem (0.1.7)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,61 +9,78 @@ GEM
9
9
  ast (2.4.2)
10
10
  byebug (11.1.3)
11
11
  coderay (1.1.3)
12
- diff-lcs (1.4.4)
12
+ diff-lcs (1.5.1)
13
13
  docile (1.4.0)
14
- method_source (1.0.0)
15
- parallel (1.21.0)
16
- parser (3.0.2.0)
14
+ json (2.7.2)
15
+ language_server-protocol (3.17.0.3)
16
+ method_source (1.1.0)
17
+ parallel (1.24.0)
18
+ parser (3.3.1.0)
17
19
  ast (~> 2.4.1)
18
- pry (0.13.1)
20
+ racc
21
+ pry (0.14.2)
19
22
  coderay (~> 1.1)
20
23
  method_source (~> 1.0)
21
- pry-byebug (3.9.0)
24
+ pry-byebug (3.10.1)
22
25
  byebug (~> 11.0)
23
- pry (~> 0.13.0)
24
- rainbow (3.0.0)
25
- rake (13.0.6)
26
- regexp_parser (2.1.1)
27
- rexml (3.2.5)
28
- rspec (3.10.0)
29
- rspec-core (~> 3.10.0)
30
- rspec-expectations (~> 3.10.0)
31
- rspec-mocks (~> 3.10.0)
32
- rspec-core (3.10.1)
33
- rspec-support (~> 3.10.0)
34
- rspec-expectations (3.10.1)
26
+ pry (>= 0.13, < 0.15)
27
+ racc (1.8.0)
28
+ rainbow (3.1.1)
29
+ rake (13.2.1)
30
+ regexp_parser (2.9.2)
31
+ rexml (3.2.8)
32
+ strscan (>= 3.0.9)
33
+ rspec (3.13.0)
34
+ rspec-core (~> 3.13.0)
35
+ rspec-expectations (~> 3.13.0)
36
+ rspec-mocks (~> 3.13.0)
37
+ rspec-core (3.13.0)
38
+ rspec-support (~> 3.13.0)
39
+ rspec-expectations (3.13.0)
35
40
  diff-lcs (>= 1.2.0, < 2.0)
36
- rspec-support (~> 3.10.0)
37
- rspec-mocks (3.10.2)
41
+ rspec-support (~> 3.13.0)
42
+ rspec-mocks (3.13.1)
38
43
  diff-lcs (>= 1.2.0, < 2.0)
39
- rspec-support (~> 3.10.0)
40
- rspec-support (3.10.3)
41
- rubocop (1.22.3)
44
+ rspec-support (~> 3.13.0)
45
+ rspec-support (3.13.1)
46
+ rubocop (1.64.0)
47
+ json (~> 2.3)
48
+ language_server-protocol (>= 3.17.0)
42
49
  parallel (~> 1.10)
43
- parser (>= 3.0.0.0)
50
+ parser (>= 3.3.0.2)
44
51
  rainbow (>= 2.2.2, < 4.0)
45
52
  regexp_parser (>= 1.8, < 3.0)
46
- rexml
47
- rubocop-ast (>= 1.12.0, < 2.0)
53
+ rexml (>= 3.2.5, < 4.0)
54
+ rubocop-ast (>= 1.31.1, < 2.0)
48
55
  ruby-progressbar (~> 1.7)
49
- unicode-display_width (>= 1.4.0, < 3.0)
50
- rubocop-ast (1.13.0)
51
- parser (>= 3.0.1.1)
52
- rubocop-performance (1.12.0)
53
- rubocop (>= 1.7.0, < 2.0)
54
- rubocop-ast (>= 0.4.0)
56
+ unicode-display_width (>= 2.4.0, < 3.0)
57
+ rubocop-ast (1.31.3)
58
+ parser (>= 3.3.1.0)
59
+ rubocop-capybara (2.20.0)
60
+ rubocop (~> 1.41)
61
+ rubocop-factory_bot (2.25.1)
62
+ rubocop (~> 1.41)
63
+ rubocop-performance (1.21.0)
64
+ rubocop (>= 1.48.1, < 2.0)
65
+ rubocop-ast (>= 1.31.1, < 2.0)
55
66
  rubocop-rake (0.6.0)
56
67
  rubocop (~> 1.0)
57
- rubocop-rspec (2.6.0)
58
- rubocop (~> 1.19)
59
- ruby-progressbar (1.11.0)
60
- simplecov (0.21.2)
68
+ rubocop-rspec (2.29.2)
69
+ rubocop (~> 1.40)
70
+ rubocop-capybara (~> 2.17)
71
+ rubocop-factory_bot (~> 2.22)
72
+ rubocop-rspec_rails (~> 2.28)
73
+ rubocop-rspec_rails (2.28.3)
74
+ rubocop (~> 1.40)
75
+ ruby-progressbar (1.13.0)
76
+ simplecov (0.22.0)
61
77
  docile (~> 1.1)
62
78
  simplecov-html (~> 0.11)
63
79
  simplecov_json_formatter (~> 0.1)
64
80
  simplecov-html (0.12.3)
65
- simplecov_json_formatter (0.1.3)
66
- unicode-display_width (2.1.0)
81
+ simplecov_json_formatter (0.1.4)
82
+ strscan (3.1.0)
83
+ unicode-display_width (2.5.0)
67
84
 
68
85
  PLATFORMS
69
86
  ruby
@@ -71,14 +88,14 @@ PLATFORMS
71
88
 
72
89
  DEPENDENCIES
73
90
  automatic_release_gem!
74
- pry-byebug (~> 3.9)
75
- rake (~> 13.0)
76
- rspec (~> 3.10)
77
- rubocop (~> 1.9)
91
+ pry-byebug
92
+ rake
93
+ rspec
94
+ rubocop
78
95
  rubocop-performance
79
96
  rubocop-rake
80
97
  rubocop-rspec
81
98
  simplecov
82
99
 
83
100
  BUNDLED WITH
84
- 2.2.31
101
+ 2.5.10
@@ -12,13 +12,14 @@ Gem::Specification.new do |spec|
12
12
  spec.description = 'To test automatic publication of a gem by GitHub-Actions.'
13
13
  spec.homepage = 'https://github.com/marcelotoledo5000/automatic_release_gem'
14
14
  spec.license = 'MIT'
15
- spec.required_ruby_version = Gem::Requirement.new('>= 2.5.3')
15
+ spec.required_ruby_version = Gem::Requirement.new('>= 3.3.0')
16
16
 
17
17
  # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
18
18
 
19
19
  spec.metadata['homepage_uri'] = spec.homepage
20
20
  spec.metadata['source_code_uri'] = 'https://github.com/marcelotoledo5000/automatic_release_gem'
21
21
  spec.metadata['changelog_uri'] = 'https://github.com/marcelotoledo5000/automatic_release_gem/blob/master/CHANGELOG.md'
22
+ spec.metadata['rubygems_mfa_required'] = 'true'
22
23
 
23
24
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
24
25
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AutomaticReleaseGem
4
- VERSION = '0.1.5'
4
+ VERSION = '0.1.7'
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.5
4
+ version: 0.1.7
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-11-14 00:00:00.000000000 Z
11
+ date: 2024-05-26 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,8 @@ 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
+ rubygems_mfa_required: 'true'
51
+ post_install_message:
51
52
  rdoc_options: []
52
53
  require_paths:
53
54
  - lib
@@ -55,15 +56,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
55
56
  requirements:
56
57
  - - ">="
57
58
  - !ruby/object:Gem::Version
58
- version: 2.5.3
59
+ version: 3.3.0
59
60
  required_rubygems_version: !ruby/object:Gem::Requirement
60
61
  requirements:
61
62
  - - ">="
62
63
  - !ruby/object:Gem::Version
63
64
  version: '0'
64
65
  requirements: []
65
- rubygems_version: 3.1.6
66
- signing_key:
66
+ rubygems_version: 3.5.10
67
+ signing_key:
67
68
  specification_version: 4
68
69
  summary: To test automatic publication of a gem by GitHub-Actions.
69
70
  test_files: []