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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/exe/rubyfarm-bisect +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ab767fdb377d6485ce6aab31942107d0babfa8cb7589eb5bcfe8a2fee658b3c
|
|
4
|
+
data.tar.gz: af26e69390cd64818e9ccc4c76e0b955fa76f897882610e0ce1705ebfbd47c29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f972d7a415061e2c02f27fae6047d58a69bca93e3ebc6a4645205b5697b1ebb00483de0c64f4ad8822754f57e40ce14b9a8ab91b82c713a76e7849834c6d0676
|
|
7
|
+
data.tar.gz: 53afc098affd5a753e7ac747aa52505ec79d309e98f8d50b8d74c7ca02dedb2285752b75e8673113e91895de26241a4c07178e6c5b61d9ec4321fc26161e220d
|
data/README.md
CHANGED
data/exe/rubyfarm-bisect
CHANGED
|
@@ -4,7 +4,7 @@ require "tmpdir"
|
|
|
4
4
|
require "optparse"
|
|
5
5
|
require "open3"
|
|
6
6
|
|
|
7
|
-
Version = "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.
|
|
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:
|
|
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.
|
|
77
|
+
rubygems_version: 3.1.2
|
|
78
78
|
signing_key:
|
|
79
79
|
specification_version: 4
|
|
80
80
|
summary: '"git bisect" ruby without compilation trouble'
|