travisci-bundle-update-pr 0.0.5 → 0.0.6

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: 785c68164580aafc95f9d6155ff8f03d86ac55dd
4
- data.tar.gz: dca903d0d72e2161047cc4318b4111d4349008f4
3
+ metadata.gz: 2c184cd381a944dd894580121ac578f316f0193a
4
+ data.tar.gz: 6a3500d06b92814beeb5c86a2be9e0973e046be0
5
5
  SHA512:
6
- metadata.gz: 6048758b8a3c6a6ac7b40ba6079a45331fbd24d297819b385415f31ae659ba1d61bc538931744b8da9b729bbb8ff3b31e4f151daf647517a82586062449c78c2
7
- data.tar.gz: 49d73b697b52155f2f8c513f431fb9800a84be89bebdc7bc1e23ffd4e53fee60e64373a6cbafd3b5364ef1da9fd72759ae3f6ac9b1104552e7ae306c575a083f
6
+ metadata.gz: 06aea5c1badc7e22b68644ad9bb2a257d7fc0b5191926176c9623be1cfcc547459670bdd0ce02ba43c921e3a9181f790eb16bf62bbbfc8e50741a95eee529e2f
7
+ data.tar.gz: 76f8a43ee690b5fdc3144b0240bbbb4082b4e3c5ca568cabd6e5e2ccafc30c6beaba585f5f0522944ac7a8e732aa7195d178c325db48b989e63c37273ff48d23
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- travisci-bundle-update-pr (0.0.5)
4
+ travisci-bundle-update-pr (0.0.6)
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 system("git status -s 2> /dev/null").include?('Gemfile.lock')
15
+ unless `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.5"
5
+ VERSION = "0.0.6"
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.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yasufumi Moritake