circleci-bundle-update-pr 1.19.0 → 1.19.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d5cc504a8708bd911a1547a56cf6734dc9280a1abb914c1e1028c27f4d79dc5
4
- data.tar.gz: 47dbf8ecf966463318a76f43795a8fcba8e253e42900739efe3f01ad2bf60905
3
+ metadata.gz: 730cf45188a3e7ade4a86888213ad67b10fa42361e4756981742bf4860a2f367
4
+ data.tar.gz: 7ac1b4bb2bbf24b5d1f9e99eff77daed08ce47b8dbf7303a2ada5c632813febe
5
5
  SHA512:
6
- metadata.gz: 1f79769e8e306cfb43d985a0db49a5a264e5542e07993ca359d66bda2d783b4510d045a77e5dd54520f920a9eb71da878d271f92db9e3003f48d6c618a7e4076
7
- data.tar.gz: e898ecce0b82c6d9901e8a8e7a904e0bfb7677839b3b5002f64a7965c03e79375f38b33eaf240b5c8415197fb88f92e1aaa17f5e2e539376754e1c79854babde
6
+ metadata.gz: c495fb836efa260792e4566196535ea6e303a0cb381f986c28cc17dc6fe0acaa8eb6dfd06cbdd64a25669bef0a4a675b3e5b35b86863497d956f185aac26885e
7
+ data.tar.gz: 3895f662650e7fcffb41b487b30eee9645765799dabf70d99d3add75e22776cb5e938f8b2197a2ab6a0f2b8fcfbd006b1ebd7b44767c9b27f6012db881f0d038
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (1.19.0)
4
+ circleci-bundle-update-pr (1.19.1)
5
5
  compare_linker (>= 1.4.0)
6
6
  octokit
7
7
 
@@ -11,7 +11,7 @@ GEM
11
11
  addressable (2.7.0)
12
12
  public_suffix (>= 2.0.2, < 5.0)
13
13
  ast (2.4.0)
14
- compare_linker (1.4.3)
14
+ compare_linker (1.4.4)
15
15
  httpclient
16
16
  octokit
17
17
  diff-lcs (1.3)
@@ -20,7 +20,7 @@ GEM
20
20
  httpclient (2.8.3)
21
21
  jaro_winkler (1.5.4)
22
22
  multipart-post (2.1.1)
23
- octokit (4.15.0)
23
+ octokit (4.17.0)
24
24
  faraday (>= 0.9)
25
25
  sawyer (~> 0.8.0, >= 0.5.3)
26
26
  parallel (1.19.1)
@@ -49,7 +49,7 @@ GEM
49
49
  rainbow (>= 2.2.2, < 4.0)
50
50
  ruby-progressbar (~> 1.7)
51
51
  unicode-display_width (>= 1.4.0, < 1.7)
52
- rubocop-rspec (1.37.1)
52
+ rubocop-rspec (1.38.1)
53
53
  rubocop (>= 0.68.1)
54
54
  ruby-progressbar (1.10.1)
55
55
  sawyer (0.8.2)
@@ -73,4 +73,4 @@ DEPENDENCIES
73
73
  rubocop-rspec
74
74
 
75
75
  BUNDLED WITH
76
- 1.17.2
76
+ 1.17.3
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '1.19.0'
7
+ VERSION = '1.19.1'
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: 1.19.0
4
+ version: 1.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-29 00:00:00.000000000 Z
11
+ date: 2020-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  - !ruby/object:Gem::Version
154
154
  version: '0'
155
155
  requirements: []
156
- rubygems_version: 3.1.2
156
+ rubygems_version: 3.0.3
157
157
  signing_key:
158
158
  specification_version: 4
159
159
  summary: Provide continues bundle update using CircleCI