circleci-bundle-update-pr 1.8.2 → 1.8.3
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 +5 -5
- data/Gemfile.lock +3 -2
- data/lib/circleci/bundle/update/pr/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 16889c3a5f19c91ff71c80131baac4538800bd67c4930c6ce3f1770cb26c63b3
|
|
4
|
+
data.tar.gz: 712a3f8ee06861568dc60af76985f6acda1ed62e71e2bcd9cc57e88d6ca819e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3cd83f9b3595f1df0a60909328bdf4bf6517d14f28ba2d0fc3efd04733fd9acd8fe65abdbb678db2a772729fe96a4679f68cc7de2accc67f4d1f1feece330d6
|
|
7
|
+
data.tar.gz: 49c046ca4e28b93cc71b2c75afcb2b3e55e3fd4754f686e5fdbe22a325f2e4b20fc1afdac48b418cf6eb1a7f02beca054aaf1a1dba2933479d60ce633ba45160
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
circleci-bundle-update-pr (1.8.
|
|
4
|
+
circleci-bundle-update-pr (1.8.3)
|
|
5
5
|
compare_linker
|
|
6
6
|
octokit
|
|
7
7
|
|
|
@@ -13,7 +13,7 @@ GEM
|
|
|
13
13
|
compare_linker (1.3.8)
|
|
14
14
|
httpclient
|
|
15
15
|
octokit
|
|
16
|
-
faraday (0.
|
|
16
|
+
faraday (0.14.0)
|
|
17
17
|
multipart-post (>= 1.2, < 3)
|
|
18
18
|
httpclient (2.8.3)
|
|
19
19
|
multipart-post (2.0.0)
|
|
@@ -28,6 +28,7 @@ GEM
|
|
|
28
28
|
PLATFORMS
|
|
29
29
|
ruby
|
|
30
30
|
x86_64-darwin-16
|
|
31
|
+
x86_64-darwin-17
|
|
31
32
|
|
|
32
33
|
DEPENDENCIES
|
|
33
34
|
bundler
|
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.8.
|
|
4
|
+
version: 1.8.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takashi Masuda
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: octokit
|
|
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
106
|
version: '0'
|
|
107
107
|
requirements: []
|
|
108
108
|
rubyforge_project:
|
|
109
|
-
rubygems_version: 2.
|
|
109
|
+
rubygems_version: 2.7.3
|
|
110
110
|
signing_key:
|
|
111
111
|
specification_version: 4
|
|
112
112
|
summary: Create GitHub PullRequest of bundle update in CircleCI
|