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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6dda1087187e97bacfe4e8a071d4949be18a1fcd
4
- data.tar.gz: 73876ce1864ed2d7fe29c4445b3e31a050d00d25
3
+ metadata.gz: f63b2d85cb6199c09220e56b3ec55471c4725305
4
+ data.tar.gz: 528a80a936ac4541c8996d213b8604dc598b09a5
5
5
  SHA512:
6
- metadata.gz: 87266f58b01f76553cc2c3a71a6089660d29f0ac29d52a4f4ee1531fe6ba11d2ef21ecf74bdc4422eedc181fefbdb95636856c0ffb46024978fa49e6aeaf7c7f
7
- data.tar.gz: 0af21ac436a419e532abebd7368908e98423c8621485653ffcb4a963fd6b4fb1568684a569ca3be50618fd2954b137125bfdc08cb096cee988976de3a4029bce
6
+ metadata.gz: ce355628177181cbd8e954f97568dda199a7572a136a871504103c0ebb27053859d6a2173218d06aeb7342fa82c2909ed5156e8efeb332a9df8f21eacf9ae873
7
+ data.tar.gz: 0688bbfacdf37574d39024c14e5bb5c892b608201d36302d0fbe82ed1004a80bf1161fbad0781fef7b5cb9872ed59beb23aee4102a57c6edc85d6b006d7acac3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (1.1.0)
4
+ circleci-bundle-update-pr (1.1.1)
5
5
  compare_linker
6
6
  octokit (~> 3.8)
7
7
 
@@ -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)
@@ -2,7 +2,7 @@ module Circleci
2
2
  module Bundle
3
3
  module Update
4
4
  module Pr
5
- VERSION = "1.1.0"
5
+ VERSION = "1.1.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.1.0
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-29 00:00:00.000000000 Z
11
+ date: 2015-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit