minitest-bisect 1.2.0 → 1.2.1
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/History.rdoc +6 -0
- data/lib/minitest/bisect.rb +2 -2
- metadata +6 -6
- metadata.gz.sig +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67b362eaa2e8e1e19a978058f3e71ff2f70dc99c
|
|
4
|
+
data.tar.gz: 9ecb07d739b2fe6ed7d103d41aecd01f2f030f8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf3b3b231ca91dd0a291a4c461bd5abbffcd46989be1f0bb2d763c36171a545865d7adbaed2445fd8310cc4a988a363a5cc1450b5bfb326a10af847095fa6a66
|
|
7
|
+
data.tar.gz: a0d419ca93f933b57f2c9c41ac946bcb617f39d852f7a4d0defa94d1686cb948e22c72318a55210dc9801dcd569fa00fa35901b51cd5380c21097a7945e8bfb7
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.rdoc
CHANGED
data/lib/minitest/bisect.rb
CHANGED
|
@@ -3,7 +3,7 @@ require "minitest/server"
|
|
|
3
3
|
require "shellwords"
|
|
4
4
|
|
|
5
5
|
class Minitest::Bisect
|
|
6
|
-
VERSION = "1.2.
|
|
6
|
+
VERSION = "1.2.1"
|
|
7
7
|
|
|
8
8
|
SHH = ENV["MTB_VERBOSE"].to_i >= 2 ? nil : " &> /dev/null"
|
|
9
9
|
|
|
@@ -31,7 +31,7 @@ class Minitest::Bisect
|
|
|
31
31
|
|
|
32
32
|
cmd = nil
|
|
33
33
|
|
|
34
|
-
if :until_I_have_negative_filtering_in_minitest then
|
|
34
|
+
if :until_I_have_negative_filtering_in_minitest != 0 then
|
|
35
35
|
files, flags = files.partition { |arg| File.file? arg }
|
|
36
36
|
rb_flags, mt_flags = flags.partition { |arg| arg =~ /^-I/ }
|
|
37
37
|
mt_flags += ["--server", $$]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minitest-bisect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Davis
|
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
|
29
29
|
xJcC6UN6NHMOVMyAXsr2HR0gRRx4ofN1LoP2KhXzSr8UMvQYlwPmE0N5GQv1b5AO
|
|
30
30
|
VpzF30vNaJK6ZT7xlIsIlwmH
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
|
-
date: 2014-
|
|
32
|
+
date: 2014-12-13 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: minitest-server
|
|
@@ -51,14 +51,14 @@ dependencies:
|
|
|
51
51
|
requirements:
|
|
52
52
|
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '5.
|
|
54
|
+
version: '5.5'
|
|
55
55
|
type: :development
|
|
56
56
|
prerelease: false
|
|
57
57
|
version_requirements: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - ~>
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '5.
|
|
61
|
+
version: '5.5'
|
|
62
62
|
- !ruby/object:Gem::Dependency
|
|
63
63
|
name: rdoc
|
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -79,14 +79,14 @@ dependencies:
|
|
|
79
79
|
requirements:
|
|
80
80
|
- - ~>
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '3.
|
|
82
|
+
version: '3.13'
|
|
83
83
|
type: :development
|
|
84
84
|
prerelease: false
|
|
85
85
|
version_requirements: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - ~>
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '3.
|
|
89
|
+
version: '3.13'
|
|
90
90
|
description: |-
|
|
91
91
|
Hunting down random test failures can be very very difficult,
|
|
92
92
|
sometimes impossible, but minitest-bisect makes it easy.
|
metadata.gz.sig
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
�_?^����N)��e��y�ԑ3��4�tr,X�E/0�"*؞� He�n��8A�x�ؼ��F���`�-,��N p��p�[�6��m��5�s+�
|
|
2
|
+
����=*�8W���.�IJ�,o�?�#���y����Xt*RY�M~�HC�ؠA���'GR ����Ѫ5�^�B�@x��?���+)C�e~3�qHs;~f�Q��̐Iq70�<�EZ�Ӳ_�G�-F�V�נ5�i�%��]�+��Ԅ�[bc�~�.7ć�w0���%
|