automatic_release_gem 0.1.5 → 0.1.6

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: b86b1f53aff568466d1e04112a1c7f7a4837bef14174ed493fc4f7b2f389fc99
4
- data.tar.gz: c2e51ea75dc70bcff09d33bd93d2e8da8b5d08f5fb2bb87541260ad91432b4ab
3
+ metadata.gz: d9b35aec3d0370e3af7a67eb6d2eaa892b1e5d9f27e4d25407bc02366b5f024c
4
+ data.tar.gz: bd405e7188e3d9b6b0acada6e5b63f7ce9e7502207640bc31e0be834e61e77a4
5
5
  SHA512:
6
- metadata.gz: 3f0a56b3813f22b66c0546dd25e4527b97989c05b672fdb9e605c32970d97ed8a0e0c78bce8dbd4d473ffdcaaad566edf590fe130f4182d001f151454b020c8b
7
- data.tar.gz: 4ae08df595a47a4d55d85c53e2e90febe86a9054b55826601507903ef9d468298253c70045ba31a753c53a1c206e881a0517d087fba40ae602bd1c30cc980da1
6
+ metadata.gz: daf7bf777cc5edfe998af555dffd620b76788396f70c5fe63d5531d9ae443672bd21b903c55035bc4e16eeb3318f2a2a625454c6a67ae8409350e89fda13f7f0
7
+ data.tar.gz: eb8fdbb10aa852c44f92a16bf5ef837a60970d805d8020bbab51b2b2d473623c06ef557492ba6e3311a1d6a9768bc1af2bc0f76f250b9a07177e94d98b5549af
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.1.0
data/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
- # automatic_release_gem 0.1.5 (Nov 14, 2021)
1
+ # automatic_release_gem 0.1.6 (Apr 30, 2022)
2
+
3
+ * Bump Ruby version
4
+ * Bump Gems
5
+
6
+ *Marcelo Toledo*
7
+
8
+ ## automatic_release_gem 0.1.5 (Nov 14, 2021)
2
9
 
3
10
  * Bump Ruby version
4
11
  * 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.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,11 +9,11 @@ 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.0)
13
13
  docile (1.4.0)
14
14
  method_source (1.0.0)
15
- parallel (1.21.0)
16
- parser (3.0.2.0)
15
+ parallel (1.22.1)
16
+ parser (3.1.2.0)
17
17
  ast (~> 2.4.1)
18
18
  pry (0.13.1)
19
19
  coderay (~> 1.1)
@@ -21,40 +21,40 @@ GEM
21
21
  pry-byebug (3.9.0)
22
22
  byebug (~> 11.0)
23
23
  pry (~> 0.13.0)
24
- rainbow (3.0.0)
24
+ rainbow (3.1.1)
25
25
  rake (13.0.6)
26
- regexp_parser (2.1.1)
26
+ regexp_parser (2.3.1)
27
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)
28
+ rspec (3.11.0)
29
+ rspec-core (~> 3.11.0)
30
+ rspec-expectations (~> 3.11.0)
31
+ rspec-mocks (~> 3.11.0)
32
+ rspec-core (3.11.0)
33
+ rspec-support (~> 3.11.0)
34
+ rspec-expectations (3.11.0)
35
35
  diff-lcs (>= 1.2.0, < 2.0)
36
- rspec-support (~> 3.10.0)
37
- rspec-mocks (3.10.2)
36
+ rspec-support (~> 3.11.0)
37
+ rspec-mocks (3.11.1)
38
38
  diff-lcs (>= 1.2.0, < 2.0)
39
- rspec-support (~> 3.10.0)
40
- rspec-support (3.10.3)
41
- rubocop (1.22.3)
39
+ rspec-support (~> 3.11.0)
40
+ rspec-support (3.11.0)
41
+ rubocop (1.28.2)
42
42
  parallel (~> 1.10)
43
- parser (>= 3.0.0.0)
43
+ parser (>= 3.1.0.0)
44
44
  rainbow (>= 2.2.2, < 4.0)
45
45
  regexp_parser (>= 1.8, < 3.0)
46
46
  rexml
47
- rubocop-ast (>= 1.12.0, < 2.0)
47
+ rubocop-ast (>= 1.17.0, < 2.0)
48
48
  ruby-progressbar (~> 1.7)
49
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)
50
+ rubocop-ast (1.17.0)
51
+ parser (>= 3.1.1.0)
52
+ rubocop-performance (1.13.3)
53
53
  rubocop (>= 1.7.0, < 2.0)
54
54
  rubocop-ast (>= 0.4.0)
55
55
  rubocop-rake (0.6.0)
56
56
  rubocop (~> 1.0)
57
- rubocop-rspec (2.6.0)
57
+ rubocop-rspec (2.10.0)
58
58
  rubocop (~> 1.19)
59
59
  ruby-progressbar (1.11.0)
60
60
  simplecov (0.21.2)
@@ -62,7 +62,7 @@ GEM
62
62
  simplecov-html (~> 0.11)
63
63
  simplecov_json_formatter (~> 0.1)
64
64
  simplecov-html (0.12.3)
65
- simplecov_json_formatter (0.1.3)
65
+ simplecov_json_formatter (0.1.4)
66
66
  unicode-display_width (2.1.0)
67
67
 
68
68
  PLATFORMS
@@ -71,14 +71,14 @@ PLATFORMS
71
71
 
72
72
  DEPENDENCIES
73
73
  automatic_release_gem!
74
- pry-byebug (~> 3.9)
75
- rake (~> 13.0)
76
- rspec (~> 3.10)
77
- rubocop (~> 1.9)
74
+ pry-byebug
75
+ rake
76
+ rspec
77
+ rubocop
78
78
  rubocop-performance
79
79
  rubocop-rake
80
80
  rubocop-rspec
81
81
  simplecov
82
82
 
83
83
  BUNDLED WITH
84
- 2.2.31
84
+ 2.3.12
@@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
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.6'
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.6
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-11-14 00:00:00.000000000 Z
11
+ date: 2022-05-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,6 +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
+ rubygems_mfa_required: 'true'
50
51
  post_install_message:
51
52
  rdoc_options: []
52
53
  require_paths: