circleci-bundle-update-pr 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/circleci/bundle/update/pr.rb +1 -1
- data/lib/circleci/bundle/update/pr/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f63b2d85cb6199c09220e56b3ec55471c4725305
|
4
|
+
data.tar.gz: 528a80a936ac4541c8996d213b8604dc598b09a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce355628177181cbd8e954f97568dda199a7572a136a871504103c0ebb27053859d6a2173218d06aeb7342fa82c2909ed5156e8efeb332a9df8f21eacf9ae873
|
7
|
+
data.tar.gz: 0688bbfacdf37574d39024c14e5bb5c892b608201d36302d0fbe82ed1004a80bf1161fbad0781fef7b5cb9872ed59beb23aee4102a57c6edc85d6b006d7acac3
|
data/Gemfile.lock
CHANGED
@@ -37,7 +37,7 @@ module Circleci
|
|
37
37
|
private_class_method :create_branch
|
38
38
|
|
39
39
|
def self.create_pull_request(repo_full_name, branch, now)
|
40
|
-
title = "bundle update at #{now.strftime('%Y-%m-%d %H:%M:%S')}"
|
40
|
+
title = "bundle update at #{now.strftime('%Y-%m-%d %H:%M:%S %Z')}"
|
41
41
|
body = "auto generated by [CircleCI of #{ENV['CIRCLE_PROJECT_REPONAME']}](https://circleci.com/gh/#{repo_full_name})"
|
42
42
|
client = Octokit::Client.new(access_token: ENV["GITHUB_ACCESS_TOKEN"])
|
43
43
|
client.create_pull_request(repo_full_name, "master", branch, title, body)
|
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.1.
|
4
|
+
version: 1.1.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-08-
|
11
|
+
date: 2015-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: octokit
|