automatic_release_gem 0.1.5 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/publish_release.yml +1 -1
- data/.github/workflows/ruby.yml +1 -1
- data/.rubocop.yml +1 -1
- data/.ruby-version +1 -1
- data/CHANGELOG.md +15 -1
- data/Gemfile +4 -4
- data/Gemfile.lock +61 -44
- data/automatic_release_gem.gemspec +2 -1
- data/lib/automatic_release_gem/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f537ec5f075bcd5c264e0500463c50997596322519a7d9e21fe5893aa1b2272
|
4
|
+
data.tar.gz: e6a1db608f75de6de01db37399099ece38b540e8111314fb4e635b1f29153d09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a1dd8ff2ee23f9369d3a776e442bd6c938f18bf55f55cab83d7204dab6d832fd045c8ce350c1d47c76bd055711e11e6cfab5a1d0b53cfa862a108892946b84e
|
7
|
+
data.tar.gz: 63f07b505416c12ecba5a8ebfce81908d6085d61c8d44f677ac8a868c1544bbe5aa0e0a858295d4b75c16edfea31124acc368d851af69b6bd0c4d878361b8ca4
|
data/.github/workflows/ruby.yml
CHANGED
data/.rubocop.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0
|
1
|
+
3.3.0
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,18 @@
|
|
1
|
-
# automatic_release_gem 0.1.
|
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'
|
7
|
+
gem 'rake'
|
8
8
|
|
9
9
|
group :development, :test do
|
10
|
-
gem 'pry-byebug'
|
11
|
-
gem 'rspec'
|
12
|
-
gem 'rubocop',
|
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.
|
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.
|
12
|
+
diff-lcs (1.5.1)
|
13
13
|
docile (1.4.0)
|
14
|
-
|
15
|
-
|
16
|
-
|
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
|
-
|
20
|
+
racc
|
21
|
+
pry (0.14.2)
|
19
22
|
coderay (~> 1.1)
|
20
23
|
method_source (~> 1.0)
|
21
|
-
pry-byebug (3.
|
24
|
+
pry-byebug (3.10.1)
|
22
25
|
byebug (~> 11.0)
|
23
|
-
pry (
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
rspec-
|
32
|
-
|
33
|
-
rspec-
|
34
|
-
rspec-
|
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.
|
37
|
-
rspec-mocks (3.
|
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.
|
40
|
-
rspec-support (3.
|
41
|
-
rubocop (1.
|
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.
|
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.
|
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 (>=
|
50
|
-
rubocop-ast (1.
|
51
|
-
parser (>= 3.
|
52
|
-
rubocop-
|
53
|
-
rubocop (
|
54
|
-
|
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.
|
58
|
-
rubocop (~> 1.
|
59
|
-
|
60
|
-
|
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.
|
66
|
-
|
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
|
75
|
-
rake
|
76
|
-
rspec
|
77
|
-
rubocop
|
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.
|
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('>=
|
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)/}) }
|
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
|
+
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:
|
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
|
-
|
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:
|
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.
|
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: []
|