circleci-bundle-update-pr 1.14.0 → 1.14.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
  SHA256:
3
- metadata.gz: 241236ccdbb295ae0cdc591030ae68f962e60b39b8ca72dd90c1761ac2473a38
4
- data.tar.gz: aeeafc7e65b66ad9e8042a88fe763d21ead19dc0b62bd971a7640f5b6f3a669e
3
+ metadata.gz: 3206baebdd126d8048e87a99e2ac614b055c2b46ac990095e15bf137c58a6aad
4
+ data.tar.gz: 4018a752ba7da398598b5d1c9f246cb703019377c0a41b4da683f6f1d365d7b4
5
5
  SHA512:
6
- metadata.gz: df2bd5da29378b5f2608b942c33d484eeb772a05b13e6b6c1134ab907fa4d606c50d6db95d2e4636278d9b569b958e0a71d2647b186a84302b45d1ee31c29871
7
- data.tar.gz: 971933e80b2149bbae90601d48ef6a56f3d0491d1f7a1cef4767a1f16c0962c0a1dc11372d66f77b1983d98164e16518b67d017f64861a2a53f60899acb4ea3c
6
+ metadata.gz: 633b5552f68f38e0e353e193f3b5183c80e2636b3a7590604f840d357a1f53885ea051aad6a5bb3fd88ac034b10e919a70e2f0645d0058bebd5383f7a817e6a5
7
+ data.tar.gz: fd0c9ed5c1b01bcf7d99e0c4e44a7074b0d05e19c5bd90e0c1ce4d11e7b869b6b1f4a2355145204721c87ccc101c7815fa4d0781c64c171e6073f9485439af0a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (1.14.0)
4
+ circleci-bundle-update-pr (1.14.1)
5
5
  compare_linker (>= 1.4.0)
6
6
  octokit
7
7
 
@@ -51,4 +51,4 @@ DEPENDENCIES
51
51
  rspec (~> 3.7)
52
52
 
53
53
  BUNDLED WITH
54
- 1.16.6
54
+ 1.17.1
@@ -2,7 +2,7 @@ module Circleci
2
2
  module Bundle
3
3
  module Update
4
4
  module Pr
5
- VERSION = '1.14.0'
5
+ VERSION = '1.14.1'
6
6
  end
7
7
  end
8
8
  end
@@ -88,7 +88,7 @@ module Circleci
88
88
  branch = "#{BRANCH_PREFIX}#{now.strftime('%Y%m%d%H%M%S')}"
89
89
  remote = "https://#{github_access_token}@#{github_host}/#{repo_full_name}"
90
90
  system("git remote add github-url-with-token #{remote}")
91
- system("git config user.name #{git_username}")
91
+ system("git config user.name '#{git_username}'")
92
92
  system("git config user.email #{git_email}")
93
93
  system("git add Gemfile.lock")
94
94
  system("git commit -m '$ bundle update && bundle update --ruby'")
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.14.0
4
+ version: 1.14.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: 2018-10-14 00:00:00.000000000 Z
11
+ date: 2018-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit