gitlabci-bundle-update-mr 2.0.1.rc1 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d95d0d354233223f51c803a17a114e71674a18810699e2073104502398516b5f
4
- data.tar.gz: dae0bbf254380bec0b164717ec41f0be1959e380bb70010361a7d25384bae20d
3
+ metadata.gz: 13f02806291c3bd64687527306c061267fc9cf06e1d14efcdd0f6b9101783457
4
+ data.tar.gz: ba1de07172b076189a9a292bfcc11edbfc1929370eac41c0bbc6766981b92e89
5
5
  SHA512:
6
- metadata.gz: 15fed20615d18efc697d91e4b22cdf60592914b3ba1f785b854fd07d47e9fcdf2bb8a43c57956c4c6e1341a7a677898de87771cb452f49a77d4f7d2c3f688f19
7
- data.tar.gz: cafc08d057ceb050a6ca57ddb54466389947cf216ca7806009ea36df2623df9d52fe2564e5b76a17ff6bc84c5cd4b3f447bc22d527932ba0ab36fa197899e55b
6
+ metadata.gz: 3e62cc96fb9e06ed70db80745df88f96191addd4c0a397e8901bc270287d4ec2083a2b00512bef6707fc730fdfe25c96212f03775747f8ea53685bbf8f9d7027
7
+ data.tar.gz: 11cb47203ad97220c5898272f77c001b777dca546a407052ba634b7e895e273fbad3da2c2d9349a26001530381024bb013dafc7a3b5f41a0d74dc31ad71cc67f
data/.gitlab-ci.yml CHANGED
@@ -14,7 +14,6 @@ continuous_bundle_update:
14
14
  GIT_USER: "GitLab CI"
15
15
  OPTIONS: "--merge-when-pipeline-succeeds"
16
16
  ASSIGNEES: "sue445"
17
- GEM_VERSION: "2.0.1.rc1"
18
17
 
19
18
  before_script:
20
19
  # Set timezone to Asia/Tokyo
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.0...master)
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlabci-bundle-update-mr (2.0.1.rc1)
4
+ gitlabci-bundle-update-mr (2.0.1)
5
5
  bundler
6
6
  compare_linker (>= 1.4.3)
7
7
  git (= 1.7.0)
@@ -2,7 +2,7 @@ module Gitlabci
2
2
  module Bundle
3
3
  module Update
4
4
  module Mr
5
- VERSION = "2.0.1.rc1".freeze
5
+ VERSION = "2.0.1".freeze
6
6
  end
7
7
  end
8
8
  end
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.rc1
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: 1.3.1
358
+ version: '0'
359
359
  requirements: []
360
360
  rubygems_version: 3.3.7
361
361
  signing_key: