travisci-bundle-update-pr 0.0.4 → 0.0.5

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: 734517e56cceccc4eed4a5facb24b94bd55fbf56
4
- data.tar.gz: 1144b59bf517323928dc04228575c9157bbc8d43
3
+ metadata.gz: 785c68164580aafc95f9d6155ff8f03d86ac55dd
4
+ data.tar.gz: dca903d0d72e2161047cc4318b4111d4349008f4
5
5
  SHA512:
6
- metadata.gz: 9114f56c40271ad987d074802753600ba2008658cb53a009f67c5bc392d38e9564e2695be2fab19adb66929b33f124accef28ebaa9e3dcc529908249770656a8
7
- data.tar.gz: 4e584a3f173c5bc1da645bcd33486125cbb0844a8f193cce907f0c646e1c62322ccf20c58139f0224b22f42097f5595b2eb016a38d1a41ba1040f887761d8e96
6
+ metadata.gz: 6048758b8a3c6a6ac7b40ba6079a45331fbd24d297819b385415f31ae659ba1d61bc538931744b8da9b729bbb8ff3b31e4f151daf647517a82586062449c78c2
7
+ data.tar.gz: 49d73b697b52155f2f8c513f431fb9800a84be89bebdc7bc1e23ffd4e53fee60e64373a6cbafd3b5364ef1da9fd72759ae3f6ac9b1104552e7ae306c575a083f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- travisci-bundle-update-pr (0.0.4)
4
+ travisci-bundle-update-pr (0.0.5)
5
5
  octokit (~> 4.0)
6
6
 
7
7
  GEM
@@ -12,7 +12,7 @@ module Travisci
12
12
  unless system("bundle update && bundle update --ruby")
13
13
  raise "Unable to execute `bundle update && bundle update --ruby`"
14
14
  end
15
- unless `git status -s 2> /dev/null`.include?('Gemfile.lock')
15
+ unless system("git status -s 2> /dev/null").include?('Gemfile.lock')
16
16
  return
17
17
  end
18
18
 
@@ -2,7 +2,7 @@ module Travisci
2
2
  module Bundle
3
3
  module Update
4
4
  module Pr
5
- VERSION = "0.0.4"
5
+ VERSION = "0.0.5"
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.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yasufumi Moritake