circleci-bundle-update-pr 1.14.1 → 1.14.2

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: 3206baebdd126d8048e87a99e2ac614b055c2b46ac990095e15bf137c58a6aad
4
- data.tar.gz: 4018a752ba7da398598b5d1c9f246cb703019377c0a41b4da683f6f1d365d7b4
3
+ metadata.gz: 1246bfc3db79fcb480bd1bea3c0b8c3a44abca5c62d7b8cd84d0601dd5f5411d
4
+ data.tar.gz: 7be7ca4d5f9d44a9598889467b6a8b8414db314fcfefa78361039cb10d85c418
5
5
  SHA512:
6
- metadata.gz: 633b5552f68f38e0e353e193f3b5183c80e2636b3a7590604f840d357a1f53885ea051aad6a5bb3fd88ac034b10e919a70e2f0645d0058bebd5383f7a817e6a5
7
- data.tar.gz: fd0c9ed5c1b01bcf7d99e0c4e44a7074b0d05e19c5bd90e0c1ce4d11e7b869b6b1f4a2355145204721c87ccc101c7815fa4d0781c64c171e6073f9485439af0a
6
+ metadata.gz: dd1f5819660bb06e28ee811891920a0a5770418ca0d372351f0a0554dd698b4f4202246fbf47a62ebb3f66ef6df78e6e249a7c405fa000af8ace461be13663dc
7
+ data.tar.gz: e1512fccbfe43ba92288fb11ff910f94d7d794056fe23ffbf2ba6ec9f67595ff8326a72bc01532859b03ab1919d1606f2c7bd654bd22714aa65f41fd623b0657
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (1.14.1)
4
+ circleci-bundle-update-pr (1.14.2)
5
5
  compare_linker (>= 1.4.0)
6
6
  octokit
7
7
 
@@ -10,18 +10,18 @@ GEM
10
10
  specs:
11
11
  addressable (2.5.2)
12
12
  public_suffix (>= 2.0.2, < 4.0)
13
- compare_linker (1.4.2)
13
+ compare_linker (1.4.3)
14
14
  httpclient
15
15
  octokit
16
16
  diff-lcs (1.3)
17
- faraday (0.15.3)
17
+ faraday (0.15.4)
18
18
  multipart-post (>= 1.2, < 3)
19
19
  httpclient (2.8.3)
20
20
  multipart-post (2.0.0)
21
21
  octokit (4.13.0)
22
22
  sawyer (~> 0.8.0, >= 0.5.3)
23
23
  public_suffix (3.0.3)
24
- rake (12.3.1)
24
+ rake (12.3.2)
25
25
  rspec (3.8.0)
26
26
  rspec-core (~> 3.8.0)
27
27
  rspec-expectations (~> 3.8.0)
@@ -43,6 +43,7 @@ PLATFORMS
43
43
  ruby
44
44
  x86_64-darwin-16
45
45
  x86_64-darwin-17
46
+ x86_64-darwin-18
46
47
 
47
48
  DEPENDENCIES
48
49
  bundler
@@ -51,4 +52,4 @@ DEPENDENCIES
51
52
  rspec (~> 3.7)
52
53
 
53
54
  BUNDLED WITH
54
- 1.17.1
55
+ 1.17.2
@@ -2,7 +2,7 @@ module Circleci
2
2
  module Bundle
3
3
  module Update
4
4
  module Pr
5
- VERSION = '1.14.1'
5
+ VERSION = '1.14.2'
6
6
  end
7
7
  end
8
8
  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.14.1
4
+ version: 1.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-22 00:00:00.000000000 Z
11
+ date: 2019-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit
@@ -123,8 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  requirements: []
126
- rubyforge_project:
127
- rubygems_version: 2.7.6
126
+ rubygems_version: 3.0.1
128
127
  signing_key:
129
128
  specification_version: 4
130
129
  summary: Create GitHub PullRequest of bundle update in CircleCI