gitlabci-bundle-update-mr 3.0.0 → 4.0.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/.gitlab-ci.yml +1 -1
- data/.rubocop.yml +1 -1
- data/CHANGELOG.md +6 -1
- data/Gemfile.lock +39 -33
- data/README.md +7 -0
- data/gitlabci-bundle-update-mr.gemspec +1 -1
- data/lib/gitlabci/bundle/update/mr/version.rb +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: beb563308300820b9110ea14d4c57c58335dae73c76d7a25146b60b2376a0f2c
|
4
|
+
data.tar.gz: c1132291986a4cc9d9e971a973677dd8e6ffbf1c20b4c52f3716e54290aa037c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c0aac8994e7db8368518ef7f943c19db11fae07b5cf080a4858370b5b708b8074324418dd6d4ddad181bbc303f077225cc7561b3bb012c797d0e16e6ace073b
|
7
|
+
data.tar.gz: 963d446f3a577cc8aec16e8e40bbd6589cafece4304091e0e028945be33571db57c9963997b89339130a7dc83fc9a75fb734505f1d452e739cbba134ba1d13e5
|
data/.gitlab-ci.yml
CHANGED
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
## Unreleased
|
2
|
-
[full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/
|
2
|
+
[full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v4.0.0...master)
|
3
|
+
|
4
|
+
## v4.0.0
|
5
|
+
[full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v3.0.0...v4.0.0)
|
6
|
+
|
7
|
+
* Drop support ruby < 3.0 [!294](https://gitlab.com/sue445/gitlabci-bundle-update-mr/merge_requests/294) *@sue445*
|
3
8
|
|
4
9
|
## v3.0.0
|
5
10
|
[full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v2.0.1...v3.0.0)
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gitlabci-bundle-update-mr (
|
4
|
+
gitlabci-bundle-update-mr (4.0.0)
|
5
5
|
bundler
|
6
6
|
compare_linker (>= 1.4.3)
|
7
7
|
git (= 1.7.0)
|
@@ -11,7 +11,7 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
addressable (2.8.
|
14
|
+
addressable (2.8.6)
|
15
15
|
public_suffix (>= 2.0.2, < 6.0)
|
16
16
|
ast (2.4.2)
|
17
17
|
compare_linker (1.4.4)
|
@@ -22,10 +22,10 @@ GEM
|
|
22
22
|
diff-lcs (1.5.0)
|
23
23
|
docile (1.4.0)
|
24
24
|
dotenv (2.8.1)
|
25
|
-
faraday (2.
|
26
|
-
faraday-net_http (>= 2.0, < 3.
|
27
|
-
|
28
|
-
|
25
|
+
faraday (2.9.0)
|
26
|
+
faraday-net_http (>= 2.0, < 3.2)
|
27
|
+
faraday-net_http (3.1.0)
|
28
|
+
net-http
|
29
29
|
git (1.7.0)
|
30
30
|
rchardet (~> 1.8)
|
31
31
|
gitlab (4.19.0)
|
@@ -35,32 +35,37 @@ GEM
|
|
35
35
|
dotenv
|
36
36
|
gitlab (>= 4.0.0)
|
37
37
|
thor
|
38
|
-
hashdiff (1.0
|
38
|
+
hashdiff (1.1.0)
|
39
39
|
httparty (0.21.0)
|
40
40
|
mini_mime (>= 1.0.0)
|
41
41
|
multi_xml (>= 0.5.2)
|
42
42
|
httpclient (2.8.3)
|
43
|
-
json (2.
|
44
|
-
|
43
|
+
json (2.7.1)
|
44
|
+
language_server-protocol (3.17.0.3)
|
45
|
+
mini_mime (1.1.5)
|
45
46
|
multi_xml (0.6.0)
|
47
|
+
net-http (0.4.1)
|
48
|
+
uri
|
46
49
|
octokit (4.25.1)
|
47
50
|
faraday (>= 1, < 3)
|
48
51
|
sawyer (~> 0.9)
|
49
52
|
onkcop (1.0.0.0)
|
50
53
|
rubocop (>= 0.80.0)
|
51
54
|
rubocop-rspec (>= 1.34.0)
|
52
|
-
parallel (1.
|
53
|
-
parser (3.
|
55
|
+
parallel (1.24.0)
|
56
|
+
parser (3.3.0.3)
|
54
57
|
ast (~> 2.4.1)
|
55
|
-
|
58
|
+
racc
|
59
|
+
public_suffix (5.0.4)
|
60
|
+
racc (1.7.3)
|
56
61
|
rainbow (3.1.1)
|
57
|
-
rake (13.0
|
62
|
+
rake (13.1.0)
|
58
63
|
rchardet (1.8.0)
|
59
|
-
regexp_parser (2.
|
64
|
+
regexp_parser (2.9.0)
|
60
65
|
restore_bundled_with (1.0.0)
|
61
66
|
git
|
62
67
|
thor
|
63
|
-
rexml (3.2.
|
68
|
+
rexml (3.2.6)
|
64
69
|
rspec (3.12.0)
|
65
70
|
rspec-core (~> 3.12.0)
|
66
71
|
rspec-expectations (~> 3.12.0)
|
@@ -73,39 +78,39 @@ GEM
|
|
73
78
|
rspec-its (1.3.0)
|
74
79
|
rspec-core (>= 3.0.0)
|
75
80
|
rspec-expectations (>= 3.0.0)
|
76
|
-
rspec-mocks (3.12.
|
81
|
+
rspec-mocks (3.12.6)
|
77
82
|
diff-lcs (>= 1.2.0, < 2.0)
|
78
83
|
rspec-support (~> 3.12.0)
|
79
|
-
rspec-support (3.12.
|
84
|
+
rspec-support (3.12.1)
|
80
85
|
rspec-temp_dir (1.1.1)
|
81
86
|
rspec (>= 3.0)
|
82
|
-
rubocop (1.
|
87
|
+
rubocop (1.59.0)
|
83
88
|
json (~> 2.3)
|
89
|
+
language_server-protocol (>= 3.17.0)
|
84
90
|
parallel (~> 1.10)
|
85
|
-
parser (>= 3.2.
|
91
|
+
parser (>= 3.2.2.4)
|
86
92
|
rainbow (>= 2.2.2, < 4.0)
|
87
93
|
regexp_parser (>= 1.8, < 3.0)
|
88
94
|
rexml (>= 3.2.5, < 4.0)
|
89
|
-
rubocop-ast (>= 1.
|
95
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
90
96
|
ruby-progressbar (~> 1.7)
|
91
97
|
unicode-display_width (>= 2.4.0, < 3.0)
|
92
|
-
rubocop-ast (1.
|
98
|
+
rubocop-ast (1.30.0)
|
93
99
|
parser (>= 3.2.1.0)
|
94
|
-
rubocop-capybara (2.
|
100
|
+
rubocop-capybara (2.20.0)
|
95
101
|
rubocop (~> 1.41)
|
96
|
-
rubocop-factory_bot (2.
|
97
|
-
rubocop (~> 1.
|
98
|
-
rubocop-performance (1.
|
99
|
-
rubocop (>= 1.
|
100
|
-
rubocop-ast (>=
|
101
|
-
rubocop-rspec (2.
|
102
|
-
rubocop (~> 1.
|
102
|
+
rubocop-factory_bot (2.25.1)
|
103
|
+
rubocop (~> 1.41)
|
104
|
+
rubocop-performance (1.20.2)
|
105
|
+
rubocop (>= 1.48.1, < 2.0)
|
106
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
107
|
+
rubocop-rspec (2.26.1)
|
108
|
+
rubocop (~> 1.40)
|
103
109
|
rubocop-capybara (~> 2.17)
|
104
110
|
rubocop-factory_bot (~> 2.22)
|
105
111
|
rubocop_auto_corrector (0.4.4)
|
106
112
|
rubocop (>= 1.3.0)
|
107
113
|
ruby-progressbar (1.13.0)
|
108
|
-
ruby2_keywords (0.0.5)
|
109
114
|
sawyer (0.9.2)
|
110
115
|
addressable (>= 2.3.5)
|
111
116
|
faraday (>= 0.17.3, < 3)
|
@@ -117,9 +122,10 @@ GEM
|
|
117
122
|
simplecov_json_formatter (0.1.4)
|
118
123
|
terminal-table (3.0.2)
|
119
124
|
unicode-display_width (>= 1.1.1, < 3)
|
120
|
-
thor (1.
|
121
|
-
unicode-display_width (2.
|
122
|
-
|
125
|
+
thor (1.3.0)
|
126
|
+
unicode-display_width (2.5.0)
|
127
|
+
uri (0.13.0)
|
128
|
+
webmock (3.19.1)
|
123
129
|
addressable (>= 2.8.0)
|
124
130
|
crack (>= 0.3.2)
|
125
131
|
hashdiff (>= 0.4.0, < 2.0.0)
|
data/README.md
CHANGED
@@ -9,6 +9,13 @@ Create MergeRequest of bundle update in GitLab CI
|
|
9
9
|
|
10
10
|
This is inspired by [circleci-bundle-update-pr](https://github.com/masutaka/circleci-bundle-update-pr)
|
11
11
|
|
12
|
+
<details>
|
13
|
+
<summary>TOC</summary>
|
14
|
+
|
15
|
+
[[_TOC_]]
|
16
|
+
|
17
|
+
</details>
|
18
|
+
|
12
19
|
## Requirements
|
13
20
|
* GitLab v9.0.0+
|
14
21
|
* GitLab API v4
|
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
|
|
35
35
|
spec.executables = spec.files.grep(%r{^exe/}) {|f| File.basename(f) }
|
36
36
|
spec.require_paths = ["lib"]
|
37
37
|
|
38
|
-
spec.required_ruby_version = ">=
|
38
|
+
spec.required_ruby_version = ">= 3.0.0"
|
39
39
|
|
40
40
|
spec.add_dependency "bundler"
|
41
41
|
spec.add_dependency "compare_linker", ">= 1.4.3"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlabci-bundle-update-mr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -336,14 +336,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
336
336
|
requirements:
|
337
337
|
- - ">="
|
338
338
|
- !ruby/object:Gem::Version
|
339
|
-
version:
|
339
|
+
version: 3.0.0
|
340
340
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
341
341
|
requirements:
|
342
342
|
- - ">="
|
343
343
|
- !ruby/object:Gem::Version
|
344
344
|
version: '0'
|
345
345
|
requirements: []
|
346
|
-
rubygems_version: 3.4.
|
346
|
+
rubygems_version: 3.4.6
|
347
347
|
signing_key:
|
348
348
|
specification_version: 4
|
349
349
|
summary: Create MergeRequest of bundle update in GitLab CI
|