circleci-bundle-update-pr 1.2.0 → 1.2.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
  SHA1:
3
- metadata.gz: 510fa3c63edd70e0a6456c137248660cc154e8af
4
- data.tar.gz: 597d69606f5fd3c1c74aa4961e4d1a39cb333dc2
3
+ metadata.gz: b92460fe0cfdd1706a38fe463042c1021addee2d
4
+ data.tar.gz: e5364b661ad4d37298b5ca579b9fa2797b876455
5
5
  SHA512:
6
- metadata.gz: cbd17d8127543ea30d020136e10aa657ce0ab03b1d748badced7095c502014be9e6d0e9230db7e0cffda3fa76ae8da3d9c5760a01adaf93e3fca4fe89264dfed
7
- data.tar.gz: af6da9087d6e5bbf8fd7b6a91f0994de2ba03606a5234c323c314b2056a45b280c65698b67e5b25b944e4ea2fcc4ffbc30413e2498d9ac2826476415b48ea0e4
6
+ metadata.gz: bbc87f79f07452f0051e0b3452ca10ac51095f96e93173ee66972ab23aa95c0aa2a01c2f4e3c0f7ba31cc8c28208796439716c6fac7418db416a28d3d42cb6ee
7
+ data.tar.gz: 8f4521c054a78a59766121c657fb39bc152ff2808c325390cb833ac3e6621f18403b5b7138abad35dd615369852918cd9ebaf34c328d83b6ac0c4fc87738a1c4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (1.2.0)
4
+ circleci-bundle-update-pr (1.2.1)
5
5
  compare_linker
6
6
  octokit (~> 3.8)
7
7
 
@@ -14,7 +14,7 @@ GEM
14
14
  octokit
15
15
  faraday (0.9.2)
16
16
  multipart-post (>= 1.2, < 3)
17
- httpclient (2.6.0.1)
17
+ httpclient (2.7.0)
18
18
  multipart-post (2.0.0)
19
19
  octokit (3.8.0)
20
20
  sawyer (~> 0.6.0, >= 0.5.3)
@@ -2,7 +2,7 @@ module Circleci
2
2
  module Bundle
3
3
  module Update
4
4
  module Pr
5
- VERSION = "1.2.0"
5
+ VERSION = "1.2.1"
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.2.0
4
+ version: 1.2.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: 2015-10-09 00:00:00.000000000 Z
11
+ date: 2015-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  version: '0'
105
105
  requirements: []
106
106
  rubyforge_project:
107
- rubygems_version: 2.4.5.1
107
+ rubygems_version: 2.4.8
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: Create GitHub PullRequest of bundle update in CircleCI