rubyfarm-bisect 1.1.1 → 1.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/exe/rubyfarm-bisect +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a527fb0dc4d69347f99bcde33ef73a41b370e937af65a80f9078f5f13071da6a
4
- data.tar.gz: f5cb183be738d72f993c64e9135df9b0392d30bacac810eb215cc114b4a4c8b5
3
+ metadata.gz: 8ab767fdb377d6485ce6aab31942107d0babfa8cb7589eb5bcfe8a2fee658b3c
4
+ data.tar.gz: af26e69390cd64818e9ccc4c76e0b955fa76f897882610e0ce1705ebfbd47c29
5
5
  SHA512:
6
- metadata.gz: 859976d4af7916606fe434a4c0c7f254a78f9dc08fe034b8467682173aa04b5e6f2550f7119812f0cc76872ed129f15ce07e844223470c7e56cda0fa231734af
7
- data.tar.gz: 8f0f2a05bcf729f29699c70fa21a85c44859ad7ce24add56dbf7bf04fc4b16c181de1e41701c507bd7707a3ad75075a7ed1617f00490b5cbd342652d934047a3
6
+ metadata.gz: f972d7a415061e2c02f27fae6047d58a69bca93e3ebc6a4645205b5697b1ebb00483de0c64f4ad8822754f57e40ce14b9a8ab91b82c713a76e7849834c6d0676
7
+ data.tar.gz: 53afc098affd5a753e7ac747aa52505ec79d309e98f8d50b8d74c7ca02dedb2285752b75e8673113e91895de26241a4c07178e6c5b61d9ec4321fc26161e220d
data/README.md CHANGED
@@ -14,7 +14,7 @@ By using rubyfarm-bisect, you don't have to worry about:
14
14
  You need to install rubyfarm-bisect.
15
15
 
16
16
  ```
17
- $ gem install rubyfarm-biesct
17
+ $ gem install rubyfarm-bisect
18
18
  ```
19
19
 
20
20
  You also need to be able to use "docker" command without "sudo".
@@ -4,7 +4,7 @@ require "tmpdir"
4
4
  require "optparse"
5
5
  require "open3"
6
6
 
7
- Version = "1.1.1"
7
+ Version = "1.1.2"
8
8
 
9
9
  FIRST_COMMIT = "7c1b30a602ab109d8d5388d7dfb3c5b180ba24e1" # r57410
10
10
  ORIGINAL_GIT_PATH = "https://git.ruby-lang.org/ruby.git"
@@ -76,7 +76,7 @@ Dir.mktmpdir do |dir|
76
76
  order = "normal"
77
77
  if auto
78
78
  system("git", "checkout", solve_rev[good_commit])
79
- if !system(CORE, "--", *ARGV)
79
+ if !system(CORE, *mounts, "--", *ARGV)
80
80
  puts "\e[1m\e[32mThe beginning commit #{ good_commit } doesn't pass the test. Find the first good commit. \e[0m"
81
81
  order = "reversed"
82
82
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyfarm-bisect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusuke Endoh
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-26 00:00:00.000000000 Z
11
+ date: 2020-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.0.3
77
+ rubygems_version: 3.1.2
78
78
  signing_key:
79
79
  specification_version: 4
80
80
  summary: '"git bisect" ruby without compilation trouble'