travisci-bundle-update-pr 0.0.2 → 0.0.3

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: 470698ba869a39a79809415ee8a02be1b6a86b1e
4
- data.tar.gz: 2af3905733d08781dd2ba6a6dc57d23e9ca3396f
3
+ metadata.gz: 255a6381a5d3f78405921c2c258ddb838db8858e
4
+ data.tar.gz: c33945ca7251c052598c910dc43ef3d0e060b9f3
5
5
  SHA512:
6
- metadata.gz: ba103c713b8e9d29982b64c733b1031fc0ffee30ed7280e1fc4990c0ac16db7ccbc96ff4909ab78254610b94b40f1c3322eee74a6ecd3382c18a5cb389b2aca8
7
- data.tar.gz: 281d82c4bff319d83045e4e012af1ac043f511a2c170e6d4a1776c197018a8b66125e2ea4cfb1fe349efd36e96aef2f089605526058a78b89491fc9cf95129b3
6
+ metadata.gz: 1d2520ac6b288def2851811dab004aff18273ed67a510b1702b984908b5934e10f39302edf3441bb8c01a49255ea6c6f69d385b158ef4976fc4ce2e4125add4d
7
+ data.tar.gz: 8ac1278d520e5c1280f2f72457626332e77f2dc4066c66772f5a6d20e6dd14a28120599fe6a6920910e2b5440ed003bd7a7737e0f24b117d4437b403f80fe132
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- travisci-bundle-update-pr (0.0.2)
4
+ travisci-bundle-update-pr (0.0.3)
5
5
  octokit (~> 4.0)
6
6
 
7
7
  GEM
@@ -2,4 +2,4 @@
2
2
 
3
3
  require "travisci/bundle/update/pr"
4
4
 
5
- Travisci::Bundle::Update::Pr.start(git_username: ARGV.shift, git_email: ARGV.shift, git_branches: ARGV.empty? ? ["master"] : ARGV)
5
+ Travisci::Bundle::Update::Pr.start(git_username: ARGV.shift, git_email: ARGV.shift, git_branch: ARGV.empty? ? ["master"] : ARGV)
@@ -2,7 +2,7 @@ module Travisci
2
2
  module Bundle
3
3
  module Update
4
4
  module Pr
5
- VERSION = "0.0.2"
5
+ VERSION = "0.0.3"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travisci-bundle-update-pr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yasufumi Moritake