circleci-bundle-update-pr 1.0.6 → 1.0.7

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: 94639141a96f05fb4954fe2f68ba0dd5350e65b7
4
- data.tar.gz: 9807a8f0340211c9bf8adc4cfb3fa20e446096db
3
+ metadata.gz: f123c3a51428efa2c4dc9b6f0bec7b91f2827082
4
+ data.tar.gz: 9d3354026cd54ae176813a51ae230e895723ed4f
5
5
  SHA512:
6
- metadata.gz: a483f92099d46401b8c615f3e8a519ca5dd58a39e4449f5f2a0ff9b62a2feac3a9d8ded2d258f54b2363b5f65f2741999b8651410f4c31ddc498be3463e8a7cc
7
- data.tar.gz: 4af78076a170460773fc7ce724fb4e5d3cd0e9880bf9f48755532b91f196134ea08f3a396058aabd1e699089db9c8e60c33b5ccb817d7570d6418829ba8de814
6
+ metadata.gz: 5c508721289a6d2d615eb8e9d9bb27c4d390d2e30baf4f64d8f701b1b58bf7d654dadd13d37d5edc252ea34d376fe790e34a0d80197e011a823af9145d7a8923
7
+ data.tar.gz: 2f5d48d340627ba34096072014b609b9b95a636eea29b57d2194996647a02c0b9f5da8d0a50768b8f5027a432d18cb85b54fb10b11e919cc762cc9f6fc2f66fd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (1.0.6)
4
+ circleci-bundle-update-pr (1.0.7)
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.8)
12
+ compare_linker (1.1.9)
13
13
  httpclient
14
14
  octokit
15
15
  faraday (0.9.1)
@@ -30,3 +30,6 @@ DEPENDENCIES
30
30
  bundler (~> 1.7)
31
31
  circleci-bundle-update-pr!
32
32
  rake (~> 10.0)
33
+
34
+ BUNDLED WITH
35
+ 1.10.5
@@ -2,7 +2,7 @@ module Circleci
2
2
  module Bundle
3
3
  module Update
4
4
  module Pr
5
- VERSION = "1.0.6"
5
+ VERSION = "1.0.7"
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.6
4
+ version: 1.0.7
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-06-13 00:00:00.000000000 Z
11
+ date: 2015-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit