minitest 6.0.0.a1 → 6.0.0

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
  SHA256:
3
- metadata.gz: a01b47e47e72a229e83d2809ca755928bdd25f359c933e22c72b5ac8a171755f
4
- data.tar.gz: 66fa45d45a03fb1432654237fa2dc74d955667223e22b11c81b589aafce07289
3
+ metadata.gz: a97087937196a27ad6f45b6033d56ff9d222ed878b9916839220e93d65b6f3c4
4
+ data.tar.gz: 4dcf037f192e07d46883351b5f5cd868c2c8cebb1f6715400375d08e9317bd19
5
5
  SHA512:
6
- metadata.gz: 7469ea92dcfe5adfe2ffe53178ad0acd4f5fc699359e52c7cfcb7519ce322294a0cd29c171bef2226618cb5d64f4f73069a2ef54fde664e78a31404e53d9b6bc
7
- data.tar.gz: b12bf7908a6fcf0e22fbac91e2d68b7a30ba86a8cdb87dbe9b55adf617df6275afc6cbb97f0c4e197f762bd836aafe1c7f6e2fe22262eec5aa3eb1bae5e5699d
6
+ metadata.gz: a7eabc337afee3e6326cc8362c0cbd93dd3aafbb6543f735473e81956c09f4fbfb602492bcca88609409a5cb092f3131154c2db3cf21b060e2065fa79a19f4be
7
+ data.tar.gz: 87843ecc0b80e55bf4e56bee0283e985667f8b9e71b3bd27a21cf76dea64397c33c2e53accdcf11448ae7318a8e7615ebdd6aa57461b1a4ff2c4ddcb2f597d1a
checksums.yaml.gz.sig CHANGED
Binary file
data/History.rdoc CHANGED
@@ -1,10 +1,8 @@
1
- === 6.0.0.a.1 / 2025-12-15
1
+ === 6.0.0 / 2025-12-17
2
2
 
3
- This is an alpha level release in order to get feedback. I'm pretty
4
- settled on integrating minitest-sprint's minitest cmdline but less
5
- sold on having bisect+server integrated.
3
+ This is a major release. Read this.
6
4
 
7
- Please give me feedback here: https://github.com/minitest/minitest/issues/1040
5
+ Please give feedback here: https://github.com/minitest/minitest/issues/1040
8
6
 
9
7
  Oh god... here we go... (again)
10
8
 
@@ -30,7 +28,7 @@ Oh god... here we go... (again)
30
28
  * Renamed options[:filter] to options[:include], added --include cmdline option.
31
29
  * --name is still handled, but that will be removed in the future.
32
30
  * Renamed Minitest::Runnable#test_order to #run_order.
33
- * If message is passed a proc then that proc overrides all other output.
31
+ * If #message is passed a proc then that proc overrides all other output.
34
32
  * They are no longer chained!
35
33
  * And it does less for formatting of your output.
36
34
  * Removed reporter arg from with_info_handler as it has never(?) been used. (HACK?)
@@ -41,7 +39,7 @@ Oh god... here we go... (again)
41
39
 
42
40
  * 5 additions:
43
41
 
44
- * Added minitest-sprint's minitest cmdline, now with line support.
42
+ * Added minitest-sprint's minitest cmdline, now with line support!
45
43
  * Added minitest-bisect. Run with minitest --bisect or -b.
46
44
  * Added minitest-server.
47
45
  * Added minitest/complete to help with shell's tab-completion of tests.
@@ -55,10 +53,6 @@ Oh god... here we go... (again)
55
53
  * assert_operator and assert_predicate both call assert_respond_to first.
56
54
  * Assertions reuse themselves a lot more. Bumps assertion count in some places.
57
55
 
58
- * 1 voodoo:
59
-
60
- * HACK: does anyone require minitest/test w/o minitest? that's crazy right?
61
-
62
56
  === 5.27.0 / 2025-12-11
63
57
 
64
58
  * 1 major enhancement:
data/lib/minitest/test.rb CHANGED
@@ -1,4 +1,3 @@
1
- raise "what the fuck?" unless defined? Minitest::Runnable
2
1
  require_relative "../minitest" unless defined? Minitest::Runnable
3
2
 
4
3
  module Minitest
data/lib/minitest.rb CHANGED
@@ -10,7 +10,7 @@ require_relative "minitest/compress"
10
10
  # runtime. See +Minitest.run+ for more information.
11
11
 
12
12
  module Minitest
13
- VERSION = "6.0.0.a1" # :nodoc:
13
+ VERSION = "6.0.0" # :nodoc:
14
14
 
15
15
  @@installed_at_exit ||= false
16
16
  @@after_run = []
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0.a1
4
+ version: 6.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
metadata.gz.sig CHANGED
Binary file