circleci-bundle-update-pr 4.0.7 → 4.0.9

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: 497052a7bfce30c20fe0be86c1372a5021411b848bb40723829e53a5356746df
4
- data.tar.gz: 1c903080285a451c816dca07a8b22f83d987adae62812bfbc51a2d491c132c01
3
+ metadata.gz: 1a055da28336315c45120971a0b2628529d8dfa9abd87b70c180c0a95b328fbf
4
+ data.tar.gz: 67b7c379e4c45b45e10c645569880ffae9fb5913075215819d696a8f7223968b
5
5
  SHA512:
6
- metadata.gz: dc398e3602e1db1ee04de36e4c4f6b0fe6bbae5fa5c6bc06c3350b4b3da6871fbfbdb02de0b8f7818ea6736f5deffc4a7175d3ec7db7b328dced739b9a41c633
7
- data.tar.gz: 7742816d0450fe04764a27677dc508f6c36f73e346b7e07f3c1fc4e44ea8609696c70e2f4d07bbc61018079103ddfc928f2742e48cf7dd825059c71399732ca0
6
+ metadata.gz: 903036c70c260a4aa184617e857ef3716ab38e3db5d9b2bafddcf4eda46ca5407ea5bd78fb26dcc3143248f08efe076fce53591c3f91ab28f13ca0ab455a56b9
7
+ data.tar.gz: 19d1f210f2d4803b6ae68983f28a97c9541d626d2c5bf6bf8dda33d30dd61b923c78498eae500f0dd73fc97187da3a045247f90711cc6c1a6c579b5005fc01ad
data/.circleci/config.yml CHANGED
@@ -108,6 +108,6 @@ workflows:
108
108
  cron: "00 10 1 * *"
109
109
  filters:
110
110
  branches:
111
- only: master
111
+ only: main
112
112
  jobs:
113
113
  - continuous_bundle_update
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (4.0.7)
4
+ circleci-bundle-update-pr (4.0.9)
5
5
  compare_linker (>= 1.4.0)
6
6
  octokit
7
7
 
@@ -11,31 +11,31 @@ GEM
11
11
  addressable (2.8.5)
12
12
  public_suffix (>= 2.0.2, < 6.0)
13
13
  ast (2.4.2)
14
- base64 (0.1.1)
14
+ base64 (0.2.0)
15
15
  compare_linker (1.4.4)
16
16
  httpclient
17
17
  octokit
18
18
  diff-lcs (1.5.0)
19
- faraday (2.7.11)
19
+ faraday (2.7.12)
20
20
  base64
21
21
  faraday-net_http (>= 2.0, < 3.1)
22
22
  ruby2_keywords (>= 0.0.4)
23
23
  faraday-net_http (3.0.2)
24
24
  httpclient (2.8.3)
25
- json (2.6.3)
25
+ json (2.7.0)
26
26
  language_server-protocol (3.17.0.3)
27
- octokit (7.2.0)
27
+ octokit (8.0.0)
28
28
  faraday (>= 1, < 3)
29
29
  sawyer (~> 0.9)
30
30
  parallel (1.23.0)
31
- parser (3.2.2.3)
31
+ parser (3.2.2.4)
32
32
  ast (~> 2.4.1)
33
33
  racc
34
- public_suffix (5.0.3)
35
- racc (1.7.1)
34
+ public_suffix (5.0.4)
35
+ racc (1.7.3)
36
36
  rainbow (3.1.1)
37
- rake (13.0.6)
38
- regexp_parser (2.8.1)
37
+ rake (13.1.0)
38
+ regexp_parser (2.8.2)
39
39
  rexml (3.2.6)
40
40
  rspec (3.12.0)
41
41
  rspec-core (~> 3.12.0)
@@ -50,19 +50,18 @@ GEM
50
50
  diff-lcs (>= 1.2.0, < 2.0)
51
51
  rspec-support (~> 3.12.0)
52
52
  rspec-support (3.12.1)
53
- rubocop (1.56.4)
54
- base64 (~> 0.1.1)
53
+ rubocop (1.57.2)
55
54
  json (~> 2.3)
56
55
  language_server-protocol (>= 3.17.0)
57
56
  parallel (~> 1.10)
58
- parser (>= 3.2.2.3)
57
+ parser (>= 3.2.2.4)
59
58
  rainbow (>= 2.2.2, < 4.0)
60
59
  regexp_parser (>= 1.8, < 3.0)
61
60
  rexml (>= 3.2.5, < 4.0)
62
61
  rubocop-ast (>= 1.28.1, < 2.0)
63
62
  ruby-progressbar (~> 1.7)
64
63
  unicode-display_width (>= 2.4.0, < 3.0)
65
- rubocop-ast (1.29.0)
64
+ rubocop-ast (1.30.0)
66
65
  parser (>= 3.2.1.0)
67
66
  rubocop-capybara (2.19.0)
68
67
  rubocop (~> 1.41)
@@ -70,8 +69,8 @@ GEM
70
69
  rubocop (~> 1.33)
71
70
  rubocop-rake (0.6.0)
72
71
  rubocop (~> 1.0)
73
- rubocop-rspec (2.24.1)
74
- rubocop (~> 1.33)
72
+ rubocop-rspec (2.25.0)
73
+ rubocop (~> 1.40)
75
74
  rubocop-capybara (~> 2.17)
76
75
  rubocop-factory_bot (~> 2.22)
77
76
  ruby-progressbar (1.13.0)
@@ -79,7 +78,7 @@ GEM
79
78
  sawyer (0.9.2)
80
79
  addressable (>= 2.3.5)
81
80
  faraday (>= 0.17.3, < 3)
82
- unicode-display_width (2.4.2)
81
+ unicode-display_width (2.5.0)
83
82
 
84
83
  PLATFORMS
85
84
  ruby
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # Circleci::Bundle::Update::Pr
2
2
 
3
- [![Build Status](https://img.shields.io/circleci/project/github/masutaka/circleci-bundle-update-pr/master.svg?logo=circieci&style=flat-square)][circleci]
3
+ [![Build Status](https://img.shields.io/circleci/project/github/masutaka/circleci-bundle-update-pr/main.svg?logo=circieci&style=flat-square)][circleci]
4
4
  [![License](https://img.shields.io/github/license/masutaka/circleci-bundle-update-pr.svg?style=flat-square)][license]
5
5
  [![Gem](https://img.shields.io/gem/v/circleci-bundle-update-pr.svg?logo=ruby&style=flat-square)][gem-link]
6
6
 
7
7
  [circleci]: https://circleci.com/gh/masutaka/circleci-bundle-update-pr
8
- [license]: https://github.com/masutaka/circleci-bundle-update-pr/blob/master/LICENSE.txt
8
+ [license]: https://github.com/masutaka/circleci-bundle-update-pr/blob/main/LICENSE.txt
9
9
  [gem-link]: http://badge.fury.io/rb/circleci-bundle-update-pr
10
10
 
11
11
  `circleci-bundle-update-pr` is an automation script for continuous bundle update and for sending a pull request using [`Scheduling a Workflow of CircleCI`](https://circleci.com/docs/2.0/workflows/#scheduling-a-workflow).
@@ -84,7 +84,7 @@ workflows:
84
84
  cron: "00 10 * * 5"
85
85
  filters:
86
86
  branches:
87
- only: master
87
+ only: main
88
88
  jobs:
89
89
  - continuous_bundle_update
90
90
  ```
@@ -104,7 +104,7 @@ $ circleci-bundle-update-pr <git username> <git email address>
104
104
  By default, it works only on master or main branches, but you can also explicitly specify any branches rather than only these branches by adding them to the arguments.
105
105
 
106
106
  ```
107
- $ circleci-bundle-update-pr <git username> <git email address> master develop topic
107
+ $ circleci-bundle-update-pr <git username> <git email address> main develop topic
108
108
  ```
109
109
 
110
110
  You can also add the following options:
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '4.0.7'
7
+ VERSION = '4.0.9'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: circleci-bundle-update-pr
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.7
4
+ version: 4.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-01 00:00:00.000000000 Z
11
+ date: 2024-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  - !ruby/object:Gem::Version
169
169
  version: '0'
170
170
  requirements: []
171
- rubygems_version: 3.4.10
171
+ rubygems_version: 3.5.3
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: Provide continues bundle update using CircleCI