automatic_release_gem 0.1.4 → 0.1.5

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: ef5f465b84dd4d85273c0c45088218e504cb588b2f5936c57d417127a7699be5
4
- data.tar.gz: 9af6df5f9dc4aaaa975c95ef57b8f67b1f41890c83e3e3f728bf5caea01fb6b4
3
+ metadata.gz: b86b1f53aff568466d1e04112a1c7f7a4837bef14174ed493fc4f7b2f389fc99
4
+ data.tar.gz: c2e51ea75dc70bcff09d33bd93d2e8da8b5d08f5fb2bb87541260ad91432b4ab
5
5
  SHA512:
6
- metadata.gz: 52eb63ec6c37669290d385801f6feec54c38f26d1ae17bbf60750cbb436a6fff91d8795da971c208838e0dbf1c0fed23f5c66b939cdcdbd654623f39533a26e2
7
- data.tar.gz: e3f5901dd364ede03864b7603a528130e984d48393c11125cf3399b08fc2d73671ce1d8048c7675ff25764c285b4d3e9b75f6111cea776b84edb0525783d6e9d
6
+ metadata.gz: 3f0a56b3813f22b66c0546dd25e4527b97989c05b672fdb9e605c32970d97ed8a0e0c78bce8dbd4d473ffdcaaad566edf590fe130f4182d001f151454b020c8b
7
+ data.tar.gz: 4ae08df595a47a4d55d85c53e2e90febe86a9054b55826601507903ef9d468298253c70045ba31a753c53a1c206e881a0517d087fba40ae602bd1c30cc980da1
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 3.0.2
data/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
- # automatic_release_gem 0.1.4 (Mar 01, 2021)
1
+ # automatic_release_gem 0.1.5 (Nov 14, 2021)
2
+
3
+ * Bump Ruby version
4
+ * Bump Gems
5
+
6
+ *Marcelo Toledo*
7
+
8
+ ## automatic_release_gem 0.1.4 (Mar 01, 2021)
2
9
 
3
10
  * Update README.md
4
11
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- automatic_release_gem (0.1.4)
4
+ automatic_release_gem (0.1.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -10,10 +10,10 @@ GEM
10
10
  byebug (11.1.3)
11
11
  coderay (1.1.3)
12
12
  diff-lcs (1.4.4)
13
- docile (1.3.5)
13
+ docile (1.4.0)
14
14
  method_source (1.0.0)
15
- parallel (1.20.1)
16
- parser (3.0.0.0)
15
+ parallel (1.21.0)
16
+ parser (3.0.2.0)
17
17
  ast (~> 2.4.1)
18
18
  pry (0.13.1)
19
19
  coderay (~> 1.1)
@@ -22,9 +22,9 @@ GEM
22
22
  byebug (~> 11.0)
23
23
  pry (~> 0.13.0)
24
24
  rainbow (3.0.0)
25
- rake (13.0.3)
25
+ rake (13.0.6)
26
26
  regexp_parser (2.1.1)
27
- rexml (3.2.4)
27
+ rexml (3.2.5)
28
28
  rspec (3.10.0)
29
29
  rspec-core (~> 3.10.0)
30
30
  rspec-expectations (~> 3.10.0)
@@ -37,34 +37,33 @@ GEM
37
37
  rspec-mocks (3.10.2)
38
38
  diff-lcs (>= 1.2.0, < 2.0)
39
39
  rspec-support (~> 3.10.0)
40
- rspec-support (3.10.2)
41
- rubocop (1.11.0)
40
+ rspec-support (3.10.3)
41
+ rubocop (1.22.3)
42
42
  parallel (~> 1.10)
43
43
  parser (>= 3.0.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.2.0, < 2.0)
47
+ rubocop-ast (>= 1.12.0, < 2.0)
48
48
  ruby-progressbar (~> 1.7)
49
49
  unicode-display_width (>= 1.4.0, < 3.0)
50
- rubocop-ast (1.4.1)
51
- parser (>= 2.7.1.5)
52
- rubocop-performance (1.10.0)
53
- rubocop (>= 0.90.0, < 2.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
54
  rubocop-ast (>= 0.4.0)
55
- rubocop-rake (0.5.1)
56
- rubocop
57
- rubocop-rspec (2.2.0)
55
+ rubocop-rake (0.6.0)
58
56
  rubocop (~> 1.0)
59
- rubocop-ast (>= 1.1.0)
57
+ rubocop-rspec (2.6.0)
58
+ rubocop (~> 1.19)
60
59
  ruby-progressbar (1.11.0)
61
60
  simplecov (0.21.2)
62
61
  docile (~> 1.1)
63
62
  simplecov-html (~> 0.11)
64
63
  simplecov_json_formatter (~> 0.1)
65
64
  simplecov-html (0.12.3)
66
- simplecov_json_formatter (0.1.2)
67
- unicode-display_width (2.0.0)
65
+ simplecov_json_formatter (0.1.3)
66
+ unicode-display_width (2.1.0)
68
67
 
69
68
  PLATFORMS
70
69
  ruby
@@ -82,4 +81,4 @@ DEPENDENCIES
82
81
  simplecov
83
82
 
84
83
  BUNDLED WITH
85
- 2.2.11
84
+ 2.2.31
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AutomaticReleaseGem
4
- VERSION = '0.1.4'
4
+ VERSION = '0.1.5'
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.4
4
+ version: 0.1.5
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-03-01 00:00:00.000000000 Z
11
+ date: 2021-11-14 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.1.4
65
+ rubygems_version: 3.1.6
66
66
  signing_key:
67
67
  specification_version: 4
68
68
  summary: To test automatic publication of a gem by GitHub-Actions.