travisci-bundle-update-pr 0.0.3 → 0.0.4

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: 255a6381a5d3f78405921c2c258ddb838db8858e
4
- data.tar.gz: c33945ca7251c052598c910dc43ef3d0e060b9f3
3
+ metadata.gz: 734517e56cceccc4eed4a5facb24b94bd55fbf56
4
+ data.tar.gz: 1144b59bf517323928dc04228575c9157bbc8d43
5
5
  SHA512:
6
- metadata.gz: 1d2520ac6b288def2851811dab004aff18273ed67a510b1702b984908b5934e10f39302edf3441bb8c01a49255ea6c6f69d385b158ef4976fc4ce2e4125add4d
7
- data.tar.gz: 8ac1278d520e5c1280f2f72457626332e77f2dc4066c66772f5a6d20e6dd14a28120599fe6a6920910e2b5440ed003bd7a7737e0f24b117d4437b403f80fe132
6
+ metadata.gz: 9114f56c40271ad987d074802753600ba2008658cb53a009f67c5bc392d38e9564e2695be2fab19adb66929b33f124accef28ebaa9e3dcc529908249770656a8
7
+ data.tar.gz: 4e584a3f173c5bc1da645bcd33486125cbb0844a8f193cce907f0c646e1c62322ccf20c58139f0224b22f42097f5595b2eb016a38d1a41ba1040f887761d8e96
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- travisci-bundle-update-pr (0.0.3)
4
+ travisci-bundle-update-pr (0.0.4)
5
5
  octokit (~> 4.0)
6
6
 
7
7
  GEM
@@ -24,7 +24,7 @@ module Travisci
24
24
  system("git checkout -b #{branch}")
25
25
  system("git add Gemfile.lock")
26
26
  system("git commit -m '$ bundle update && bundle update --ruby'")
27
- system('git push --force --quiet "https://${GITHUB_ACCESS_TOKEN}@github.com/#{TRAVIS_REPO_SLUG}.git" #{branch}:#{branch} > /dev/null 2>&1')
27
+ system("git push --force --quiet \"https://${GITHUB_ACCESS_TOKEN}@github.com/#{ENV['TRAVIS_REPO_SLUG']}.git\" #{branch}:#{branch} > /dev/null 2>&1")
28
28
 
29
29
  title = "bundle update #{now}"
30
30
  body = 'Auto generated by [TravisCI]'
@@ -2,7 +2,7 @@ module Travisci
2
2
  module Bundle
3
3
  module Update
4
4
  module Pr
5
- VERSION = "0.0.3"
5
+ VERSION = "0.0.4"
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yasufumi Moritake