runger_release_assistant 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile +2 -1
- data/Gemfile.lock +43 -29
- data/lib/runger_release_assistant/version.rb +1 -1
- data/runger_release_assistant.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 683ba9baeb33557cc9cbae2d1edc4655ad63cec9593ecd01377fa873e0c93e02
|
4
|
+
data.tar.gz: 68230ece4069fa2abc218cc898f8ef338c6665929ec36450f2ae45865f5a605a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf8976e578a6ab9062360d1cd0ffd34c47a7224cdbfbe893af63ea2d7e2ccca177e7331ea723af0a630de9dde47f612aa3e54521d38e8046020994008be545bd
|
7
|
+
data.tar.gz: b5badb53127796d8457bd441fd99b6ab6730d446e0d6194005759198e08ac10bfed3d2504b12845954fc213ad84625ee4979da6ee62b17e4c8c0a6425723530a
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.3.0
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
runger_release_assistant (0.
|
4
|
+
runger_release_assistant (0.6.0)
|
5
5
|
activesupport (>= 6, < 8)
|
6
6
|
memo_wise (>= 1.7, < 2)
|
7
7
|
rainbow (>= 3.0, < 4)
|
@@ -10,24 +10,36 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activesupport (7.
|
13
|
+
activesupport (7.1.3)
|
14
|
+
base64
|
15
|
+
bigdecimal
|
14
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
17
|
+
connection_pool (>= 2.2.5)
|
18
|
+
drb
|
15
19
|
i18n (>= 1.6, < 2)
|
16
20
|
minitest (>= 5.1)
|
21
|
+
mutex_m
|
17
22
|
tzinfo (~> 2.0)
|
18
23
|
ast (2.4.2)
|
24
|
+
base64 (0.2.0)
|
25
|
+
bigdecimal (3.1.5)
|
19
26
|
byebug (11.1.3)
|
20
27
|
coderay (1.1.3)
|
21
|
-
concurrent-ruby (1.2.
|
28
|
+
concurrent-ruby (1.2.3)
|
29
|
+
connection_pool (2.4.1)
|
22
30
|
diff-lcs (1.5.0)
|
23
|
-
|
31
|
+
drb (2.2.0)
|
32
|
+
ruby2_keywords
|
33
|
+
i18n (1.14.1)
|
24
34
|
concurrent-ruby (~> 1.0)
|
25
|
-
json (2.
|
26
|
-
|
35
|
+
json (2.7.1)
|
36
|
+
language_server-protocol (3.17.0.3)
|
37
|
+
memo_wise (1.8.0)
|
27
38
|
method_source (1.0.0)
|
28
|
-
minitest (5.
|
29
|
-
|
30
|
-
|
39
|
+
minitest (5.21.1)
|
40
|
+
mutex_m (0.2.0)
|
41
|
+
parallel (1.24.0)
|
42
|
+
parser (3.3.0.5)
|
31
43
|
ast (~> 2.4.1)
|
32
44
|
racc
|
33
45
|
pry (0.14.2)
|
@@ -36,11 +48,11 @@ GEM
|
|
36
48
|
pry-byebug (3.10.1)
|
37
49
|
byebug (~> 11.0)
|
38
50
|
pry (>= 0.13, < 0.15)
|
39
|
-
racc (1.7.
|
51
|
+
racc (1.7.3)
|
40
52
|
rainbow (3.1.1)
|
41
|
-
rake (13.0
|
42
|
-
regexp_parser (2.
|
43
|
-
rexml (3.2.
|
53
|
+
rake (13.1.0)
|
54
|
+
regexp_parser (2.9.0)
|
55
|
+
rexml (3.2.6)
|
44
56
|
rspec (3.12.0)
|
45
57
|
rspec-core (~> 3.12.0)
|
46
58
|
rspec-expectations (~> 3.12.0)
|
@@ -54,36 +66,38 @@ GEM
|
|
54
66
|
diff-lcs (>= 1.2.0, < 2.0)
|
55
67
|
rspec-support (~> 3.12.0)
|
56
68
|
rspec-support (3.12.0)
|
57
|
-
rubocop (1.
|
69
|
+
rubocop (1.60.2)
|
58
70
|
json (~> 2.3)
|
71
|
+
language_server-protocol (>= 3.17.0)
|
59
72
|
parallel (~> 1.10)
|
60
|
-
parser (>= 3.
|
73
|
+
parser (>= 3.3.0.2)
|
61
74
|
rainbow (>= 2.2.2, < 4.0)
|
62
75
|
regexp_parser (>= 1.8, < 3.0)
|
63
76
|
rexml (>= 3.2.5, < 4.0)
|
64
|
-
rubocop-ast (>= 1.
|
77
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
65
78
|
ruby-progressbar (~> 1.7)
|
66
79
|
unicode-display_width (>= 2.4.0, < 3.0)
|
67
|
-
rubocop-ast (1.
|
80
|
+
rubocop-ast (1.30.0)
|
68
81
|
parser (>= 3.2.1.0)
|
69
|
-
rubocop-capybara (2.
|
82
|
+
rubocop-capybara (2.20.0)
|
70
83
|
rubocop (~> 1.41)
|
71
|
-
rubocop-factory_bot (2.
|
72
|
-
rubocop (~> 1.
|
73
|
-
rubocop-performance (1.
|
74
|
-
rubocop (>= 1.
|
75
|
-
rubocop-ast (>=
|
76
|
-
rubocop-rspec (2.
|
77
|
-
rubocop (~> 1.
|
84
|
+
rubocop-factory_bot (2.25.1)
|
85
|
+
rubocop (~> 1.41)
|
86
|
+
rubocop-performance (1.20.2)
|
87
|
+
rubocop (>= 1.48.1, < 2.0)
|
88
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
89
|
+
rubocop-rspec (2.26.1)
|
90
|
+
rubocop (~> 1.40)
|
78
91
|
rubocop-capybara (~> 2.17)
|
79
92
|
rubocop-factory_bot (~> 2.22)
|
80
93
|
ruby-progressbar (1.13.0)
|
81
|
-
|
94
|
+
ruby2_keywords (0.0.5)
|
95
|
+
runger_style (0.6.0)
|
82
96
|
rubocop (>= 1.38.0, < 2)
|
83
97
|
slop (4.10.1)
|
84
98
|
tzinfo (2.0.6)
|
85
99
|
concurrent-ruby (~> 1.0)
|
86
|
-
unicode-display_width (2.
|
100
|
+
unicode-display_width (2.5.0)
|
87
101
|
|
88
102
|
PLATFORMS
|
89
103
|
ruby
|
@@ -101,7 +115,7 @@ DEPENDENCIES
|
|
101
115
|
runger_style
|
102
116
|
|
103
117
|
RUBY VERSION
|
104
|
-
ruby 3.
|
118
|
+
ruby 3.3.0p0
|
105
119
|
|
106
120
|
BUNDLED WITH
|
107
|
-
2.
|
121
|
+
2.5.5
|
@@ -39,5 +39,5 @@ Gem::Specification.new do |spec|
|
|
39
39
|
spec.add_dependency('rainbow', '>= 3.0', '< 4')
|
40
40
|
spec.add_dependency('slop', '~> 4.8')
|
41
41
|
|
42
|
-
spec.required_ruby_version =
|
42
|
+
spec.required_ruby_version = Gem::Requirement.new(">= #{File.read('.ruby-version').rstrip}")
|
43
43
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runger_release_assistant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Runger
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -134,14 +134,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
135
135
|
- - ">="
|
136
136
|
- !ruby/object:Gem::Version
|
137
|
-
version:
|
137
|
+
version: 3.3.0
|
138
138
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
139
139
|
requirements:
|
140
140
|
- - ">="
|
141
141
|
- !ruby/object:Gem::Version
|
142
142
|
version: '0'
|
143
143
|
requirements: []
|
144
|
-
rubygems_version: 3.
|
144
|
+
rubygems_version: 3.5.3
|
145
145
|
signing_key:
|
146
146
|
specification_version: 4
|
147
147
|
summary: A gem / CLI tool to automate the release process of other gems
|