circleci-bundle-update-pr 1.0.2 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af467a6c9eafe863a8c192ce6718d95f751623af
4
- data.tar.gz: 1cc7db55fdb12732c895344deb87ffebcf03a397
3
+ metadata.gz: 3cd97af245adf993a4fc46102638c1cabea2356c
4
+ data.tar.gz: 3d8716a2066098a782f1a9094c05dddb27a76f1b
5
5
  SHA512:
6
- metadata.gz: 61cbe70dbc3599687a1ed141c8d1d6ad807d5b11458eb5812aa8fa4b5aa7f090ecb91483a7660249de889ebe55966c68bdeffbd057f4b91ca47c117cf1819199
7
- data.tar.gz: 98fd89a2b09c6a6c87a6212e4ede67bd0bf9f1c67b33892c1872d618df808f30b354692c6ecbdda3090d1880b85374da75ddf6bf13490b8ef63d651257fc6152
6
+ metadata.gz: c77bc4c14b8c0bf2577f2f58e7dd0df8fc833ca6f02701c360cf7bb21991386b30c68f12bc0bda7dbcbcb9e8e20fe09912418cc98678c8001ef97b926257402d
7
+ data.tar.gz: 3fb2e13a5874e53edce4e725b3811ffa6d9501ff615f561deea93140354c9c526bd1d09a035d6b9b5110727a6c408cd9de666ae578c829552768aca94ec95d38
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (1.0.2)
4
+ circleci-bundle-update-pr (1.0.3)
5
5
  compare_linker
6
6
  octokit (~> 3.8)
7
7
 
@@ -9,7 +9,7 @@ GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  addressable (2.3.8)
12
- compare_linker (1.1.5)
12
+ compare_linker (1.1.7)
13
13
  httpclient
14
14
  octokit
15
15
  faraday (0.9.1)
@@ -2,7 +2,7 @@ module Circleci
2
2
  module Bundle
3
3
  module Update
4
4
  module Pr
5
- VERSION = "1.0.2"
5
+ VERSION = "1.0.3"
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.0.2
4
+ version: 1.0.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: 2015-04-04 00:00:00.000000000 Z
11
+ date: 2015-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit