mergem 0.1.0 → 0.2.0
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 +4 -4
- data/.github/workflows/cron.yml +1 -1
- data/.github/workflows/typos.yml +1 -1
- data/Gemfile +3 -3
- data/Gemfile.lock +30 -29
- data/lib/mergem/askrultor.rb +1 -0
- data/lib/mergem/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 904734fcb534ef237da4c7a2f28fb6bc101126578171d8c312708886143bef1c
|
4
|
+
data.tar.gz: 46b9a425a2d7e1910e9ed6a695dc95889af6013eeb547efcf03f69f7d7503b3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb3ce67591d451a8f1a62843a3db5e08042884c12b56863f36eeeb94d33ed71f788195693668c4feff06bc608aab93957324570bb16ecec3011a6930c970909a
|
7
|
+
data.tar.gz: 6b36d3ad3ee7d2cc275b54fbf1e0edc2baa87e60207dc21980394393ac0ebd2a1a8000efd8a334ee790105ed2f89c818c1db08a78c7783ade4d7bc2fed1287bf
|
data/.github/workflows/cron.yml
CHANGED
data/.github/workflows/typos.yml
CHANGED
data/Gemfile
CHANGED
@@ -4,14 +4,14 @@
|
|
4
4
|
source 'https://rubygems.org'
|
5
5
|
gemspec
|
6
6
|
|
7
|
-
gem 'cucumber', '~>
|
7
|
+
gem 'cucumber', '~>10.0', require: false
|
8
8
|
gem 'minitest', '~>5.20', require: false
|
9
9
|
gem 'minitest-reporters', '~>1.7', require: false
|
10
10
|
gem 'rake', '~>13.1', require: false
|
11
11
|
gem 'rdoc', '~>6.6', require: false
|
12
|
-
gem 'rubocop', '~>1.
|
12
|
+
gem 'rubocop', '~>1.79', require: false
|
13
13
|
gem 'rubocop-minitest', '~>0.38', require: false
|
14
14
|
gem 'rubocop-performance', '~>1.25', require: false
|
15
15
|
gem 'rubocop-rake', '~>0.7', require: false
|
16
16
|
gem 'simplecov', '~>0.22', require: false
|
17
|
-
gem 'simplecov-cobertura', '~>
|
17
|
+
gem 'simplecov-cobertura', '~>3.0', require: false
|
data/Gemfile.lock
CHANGED
@@ -20,38 +20,39 @@ GEM
|
|
20
20
|
ansi (1.5.0)
|
21
21
|
ast (2.4.3)
|
22
22
|
backtrace (0.4.1)
|
23
|
+
base64 (0.3.0)
|
23
24
|
bigdecimal (3.2.2)
|
24
25
|
builder (3.3.0)
|
25
|
-
cucumber (
|
26
|
+
cucumber (10.0.0)
|
27
|
+
base64 (~> 0.2)
|
26
28
|
builder (~> 3.2)
|
27
29
|
cucumber-ci-environment (> 9, < 11)
|
28
|
-
cucumber-core (>
|
29
|
-
cucumber-cucumber-expressions (
|
30
|
-
cucumber-gherkin (> 24, < 28)
|
30
|
+
cucumber-core (> 15, < 17)
|
31
|
+
cucumber-cucumber-expressions (> 17, < 19)
|
31
32
|
cucumber-html-formatter (> 20.3, < 22)
|
32
|
-
cucumber-messages (> 19, < 25)
|
33
33
|
diff-lcs (~> 1.5)
|
34
|
+
logger (~> 1.6)
|
34
35
|
mini_mime (~> 1.1)
|
35
36
|
multi_test (~> 1.1)
|
36
|
-
sys-uname (~> 1.
|
37
|
+
sys-uname (~> 1.3)
|
37
38
|
cucumber-ci-environment (10.0.1)
|
38
|
-
cucumber-core (
|
39
|
-
cucumber-gherkin (
|
40
|
-
cucumber-messages (
|
39
|
+
cucumber-core (15.1.0)
|
40
|
+
cucumber-gherkin (> 27, < 31)
|
41
|
+
cucumber-messages (> 26, < 29)
|
41
42
|
cucumber-tag-expressions (> 5, < 7)
|
42
|
-
cucumber-cucumber-expressions (
|
43
|
+
cucumber-cucumber-expressions (18.0.1)
|
43
44
|
bigdecimal
|
44
|
-
cucumber-gherkin (
|
45
|
-
cucumber-messages (
|
45
|
+
cucumber-gherkin (30.0.4)
|
46
|
+
cucumber-messages (> 25, < 28)
|
46
47
|
cucumber-html-formatter (21.13.0)
|
47
48
|
cucumber-messages (> 19, < 28)
|
48
|
-
cucumber-messages (
|
49
|
+
cucumber-messages (27.2.0)
|
49
50
|
cucumber-tag-expressions (6.1.2)
|
50
51
|
date (3.4.1)
|
51
52
|
diff-lcs (1.6.2)
|
52
53
|
docile (1.4.1)
|
53
|
-
erb (5.0.
|
54
|
-
faraday (2.13.
|
54
|
+
erb (5.0.2)
|
55
|
+
faraday (2.13.4)
|
55
56
|
faraday-net_http (>= 2.0, < 3.5)
|
56
57
|
json
|
57
58
|
logger
|
@@ -61,7 +62,7 @@ GEM
|
|
61
62
|
ffi (1.17.2-x64-mingw-ucrt)
|
62
63
|
ffi (1.17.2-x86_64-linux-gnu)
|
63
64
|
iri (0.11.2)
|
64
|
-
json (2.
|
65
|
+
json (2.13.2)
|
65
66
|
language_server-protocol (3.17.0.5)
|
66
67
|
lint_roller (1.1.0)
|
67
68
|
logger (1.7.0)
|
@@ -77,18 +78,18 @@ GEM
|
|
77
78
|
multi_test (1.1.0)
|
78
79
|
net-http (0.6.0)
|
79
80
|
uri
|
80
|
-
nokogiri (1.18.
|
81
|
+
nokogiri (1.18.9-arm64-darwin)
|
81
82
|
racc (~> 1.4)
|
82
|
-
nokogiri (1.18.
|
83
|
+
nokogiri (1.18.9-x64-mingw-ucrt)
|
83
84
|
racc (~> 1.4)
|
84
|
-
nokogiri (1.18.
|
85
|
+
nokogiri (1.18.9-x86_64-linux-gnu)
|
85
86
|
racc (~> 1.4)
|
86
87
|
obk (0.3.2)
|
87
88
|
octokit (10.0.0)
|
88
89
|
faraday (>= 1, < 3)
|
89
90
|
sawyer (~> 0.9)
|
90
91
|
parallel (1.27.0)
|
91
|
-
parser (3.3.
|
92
|
+
parser (3.3.9.0)
|
92
93
|
ast (~> 2.4.1)
|
93
94
|
racc
|
94
95
|
prism (1.4.0)
|
@@ -102,9 +103,9 @@ GEM
|
|
102
103
|
rdoc (6.14.2)
|
103
104
|
erb
|
104
105
|
psych (>= 4.0.0)
|
105
|
-
regexp_parser (2.
|
106
|
+
regexp_parser (2.11.0)
|
106
107
|
rexml (3.4.1)
|
107
|
-
rubocop (1.
|
108
|
+
rubocop (1.79.2)
|
108
109
|
json (~> 2.3)
|
109
110
|
language_server-protocol (~> 3.17.0.2)
|
110
111
|
lint_roller (~> 1.1.0)
|
@@ -112,10 +113,10 @@ GEM
|
|
112
113
|
parser (>= 3.3.0.2)
|
113
114
|
rainbow (>= 2.2.2, < 4.0)
|
114
115
|
regexp_parser (>= 2.9.3, < 3.0)
|
115
|
-
rubocop-ast (>= 1.
|
116
|
+
rubocop-ast (>= 1.46.0, < 2.0)
|
116
117
|
ruby-progressbar (~> 1.7)
|
117
118
|
unicode-display_width (>= 2.4.0, < 4.0)
|
118
|
-
rubocop-ast (1.
|
119
|
+
rubocop-ast (1.46.0)
|
119
120
|
parser (>= 3.3.7.2)
|
120
121
|
prism (~> 1.4)
|
121
122
|
rubocop-minitest (0.38.1)
|
@@ -137,10 +138,10 @@ GEM
|
|
137
138
|
docile (~> 1.1)
|
138
139
|
simplecov-html (~> 0.11)
|
139
140
|
simplecov_json_formatter (~> 0.1)
|
140
|
-
simplecov-cobertura (
|
141
|
+
simplecov-cobertura (3.0.0)
|
141
142
|
rexml
|
142
143
|
simplecov (~> 0.19)
|
143
|
-
simplecov-html (0.13.
|
144
|
+
simplecov-html (0.13.2)
|
144
145
|
simplecov_json_formatter (0.1.4)
|
145
146
|
slop (4.10.1)
|
146
147
|
stringio (3.1.7)
|
@@ -160,18 +161,18 @@ PLATFORMS
|
|
160
161
|
x86_64-linux
|
161
162
|
|
162
163
|
DEPENDENCIES
|
163
|
-
cucumber (~>
|
164
|
+
cucumber (~> 10.0)
|
164
165
|
mergem!
|
165
166
|
minitest (~> 5.20)
|
166
167
|
minitest-reporters (~> 1.7)
|
167
168
|
rake (~> 13.1)
|
168
169
|
rdoc (~> 6.6)
|
169
|
-
rubocop (~> 1.
|
170
|
+
rubocop (~> 1.79)
|
170
171
|
rubocop-minitest (~> 0.38)
|
171
172
|
rubocop-performance (~> 1.25)
|
172
173
|
rubocop-rake (~> 0.7)
|
173
174
|
simplecov (~> 0.22)
|
174
|
-
simplecov-cobertura (~>
|
175
|
+
simplecov-cobertura (~> 3.0)
|
175
176
|
|
176
177
|
BUNDLED WITH
|
177
178
|
2.5.16
|
data/lib/mergem/askrultor.rb
CHANGED
@@ -48,6 +48,7 @@ class Mergem::AskRultor
|
|
48
48
|
@loog.debug("All #{checks.count} check(s) completed successfully in #{title}")
|
49
49
|
msg = '@rultor please, try to merge'
|
50
50
|
msg += ", since #{checks.count} checks have passed" if checks.any?
|
51
|
+
@api.create_pull_request_review(repo, num, { event: 'APPROVE' })
|
51
52
|
@api.add_comment(repo, num, msg)
|
52
53
|
@loog.info("Comment added to #{title}")
|
53
54
|
true
|
data/lib/mergem/version.rb
CHANGED