circleci-bundle-update-pr 1.3.0 → 1.3.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: 7e0b523fa54d4c022d06def3817c1f066b956491
4
- data.tar.gz: bb96632512394aa32a14e15631290439e660272a
3
+ metadata.gz: d304427643da8e74c1db7225d8c5b9251241cad0
4
+ data.tar.gz: e63c867db373a15534a8fa1cd94b13f500f23fd0
5
5
  SHA512:
6
- metadata.gz: 0bc037c1762dd54bafff5b7578f1082d1988cf7e844e0ab24d4e7bc13d50effe1b0a92c0215ecf934c417e98fe398b768e8bc17200819e84e8dfe5ba8dc37803
7
- data.tar.gz: 580eb8bb08d85256a6fd351fb7bc9f9f000d470403ef0de7048492f4c0b082a4ee0552285afe1db62eb551085293e73689c4a550dd8df19a1a15bac0fd5b90d8
6
+ metadata.gz: 91c4ae846fd5b66163c21ada9b976da39d257dc826b34dfba590a5ac1f2d2fcc34a99236e35175a49670ece0af76930aef5afdae0b692d816b65769f97ce0d35
7
+ data.tar.gz: ee7ec83c19c1f1393bccca53cad5a201df36f5af02facb1dbe00e6f2761c9fe97e55b7a6d9ba26e155278a941515dd5dceba7bc0bd3c8f959e96b88b8cc7f343
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (1.3.0)
4
+ circleci-bundle-update-pr (1.3.1)
5
5
  compare_linker
6
6
  octokit (~> 3.8)
7
7
 
@@ -2,7 +2,7 @@ module Circleci
2
2
  module Bundle
3
3
  module Update
4
4
  module Pr
5
- VERSION = "1.3.0"
5
+ VERSION = "1.3.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.3.0
4
+ version: 1.3.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-11-25 00:00:00.000000000 Z
11
+ date: 2015-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit