gitlabci-bundle-update-mr 2.0.1.rc1 → 2.0.1
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 +0 -1
- data/CHANGELOG.md +7 -1
- data/Gemfile.lock +1 -1
- data/lib/gitlabci/bundle/update/mr/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13f02806291c3bd64687527306c061267fc9cf06e1d14efcdd0f6b9101783457
|
|
4
|
+
data.tar.gz: ba1de07172b076189a9a292bfcc11edbfc1929370eac41c0bbc6766981b92e89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e62cc96fb9e06ed70db80745df88f96191addd4c0a397e8901bc270287d4ec2083a2b00512bef6707fc730fdfe25c96212f03775747f8ea53685bbf8f9d7027
|
|
7
|
+
data.tar.gz: 11cb47203ad97220c5898272f77c001b777dca546a407052ba634b7e895e273fbad3da2c2d9349a26001530381024bb013dafc7a3b5f41a0d74dc31ad71cc67f
|
data/.gitlab-ci.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
## Unreleased
|
|
2
|
-
[full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v2.0.
|
|
2
|
+
[full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v2.0.1...master)
|
|
3
|
+
|
|
4
|
+
## v2.0.1
|
|
5
|
+
[full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v2.0.0...v2.0.1)
|
|
6
|
+
|
|
7
|
+
* Auto retry when`Gitlab::Error::Unprocessable` is returned [!224](https://gitlab.com/sue445/gitlabci-bundle-update-mr/merge_requests/224) *@sue445*
|
|
8
|
+
* Add `$GEM_VERSION` to template [!223](https://gitlab.com/sue445/gitlabci-bundle-update-mr/merge_requests/223) *@sue445*
|
|
3
9
|
|
|
4
10
|
## v2.0.0
|
|
5
11
|
[full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v1.1.3...v2.0.0)
|
data/Gemfile.lock
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gitlabci-bundle-update-mr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.1
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sue445
|
|
@@ -353,9 +353,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
353
353
|
version: 2.6.0
|
|
354
354
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
355
355
|
requirements:
|
|
356
|
-
- - "
|
|
356
|
+
- - ">="
|
|
357
357
|
- !ruby/object:Gem::Version
|
|
358
|
-
version:
|
|
358
|
+
version: '0'
|
|
359
359
|
requirements: []
|
|
360
360
|
rubygems_version: 3.3.7
|
|
361
361
|
signing_key:
|