minitest 5.25.3 → 5.25.4

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: a27292f346c716aae8b4a43bcb3297cb71155663c66b60e4f2db2713fb38ba21
4
- data.tar.gz: 61e9d14ed5c142a0e16a185137f7ed2e7fd0703975232ebbaa3b0b98283045cd
3
+ metadata.gz: 7ea765a693b5e0ff21498e24a2880144f5e407283d225a6052dde11fbe6165a5
4
+ data.tar.gz: 73f500c0dd7bbd0cbedcfa7c68d72da8f089f9397cd17d4a03e8f5bad0b40537
5
5
  SHA512:
6
- metadata.gz: 35c6a79d2bb013e251f4a216e28c7170170691669f4a31eb65d6c078bfeafba31992631c1f6071511a81ac510a8abc93cdb6dfeefa8a9a988f33abcb0d9c6ed9
7
- data.tar.gz: ceb3c98cfa67aa52743f2a197dacf19175d7eb68b32401a54d55212714f2700132349a01189b050865002c95840845f95d3f73c423ebf383c8e4f0250ddb764e
6
+ metadata.gz: 1028ca9777f3dc15155dbe813565e886df7c6d1b69d3074fdae470784c4bd8f96ee49602d2ea048832a71647b84b2d42ab9dcba0c2d948b8ec1cfb40c0e304b3
7
+ data.tar.gz: 05fb281d6ba736c47ade5c871472ab339ef8a7f14d68c88f9fbb7190d3f2e9c7d387f571e6d45fa9d25076b0794e6eb16cc993b79637b67e55996954e51678d8
checksums.yaml.gz.sig CHANGED
@@ -1,2 +1,2 @@
1
- �@���b�Bz"`�#�piB�ʊW�iά�b��i0 $��Vb@-��
2
- '��bִ������蛟5Z�LA�'nj%ɰ��\,������D��n��DQyj�M*(���r���.0�'9�} ��$���Qf=Z�ᗫg~(�������B�½bAk�����[�/i��0}�'�<�GR�F�A]�8z��F�bX;��m.'���q0��rNcH�%�qZX��T_����g3�(�e/����P]+I�L
1
+ A kb�㢩��)8)����H�����sF=2�/�|d��b~8x(K�h�ԡ`�m��F�`�Bz� ��`8��W�$G4m0�-rp�7K��8}�Ҳ�LN�!�/:k�s���p�D]��k/c97�^ �GHN‰]�j��s-��~L K�o=���C
2
+ y2��=O��Y򫑣&�&�0�0�?�N�ե��fW1 ���-�|��d��3���R5O�+B_��)Cڡ���Q�#EOLF}��&�����}��
data/History.rdoc CHANGED
@@ -1,3 +1,9 @@
1
+ === 5.25.4 / 2024-12-03
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fix for must_verify definition if only requiring minitest/mock (but why?).
6
+
1
7
  === 5.25.3 / 2024-12-03
2
8
 
3
9
  * 5 bug fixes:
data/lib/minitest/mock.rb CHANGED
@@ -266,7 +266,8 @@ module Minitest::Expectations
266
266
  #
267
267
  # :method: must_verify
268
268
 
269
- infect_an_assertion :assert_mock, :must_verify, :unary
269
+ infect_an_assertion :assert_mock, :must_verify, :unary if
270
+ defined?(infect_an_assertion)
270
271
  end
271
272
 
272
273
  ##
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 = "5.25.3" # :nodoc:
13
+ VERSION = "5.25.4" # :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: 5.25.3
4
+ version: 5.25.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -29,7 +29,7 @@ cert_chain:
29
29
  S7043fq9EbQdBr2AXdj92+CDwuTfHI6/Hj5FVBDULufrJaan4xUgL70Hvc6pTTeW
30
30
  deKfBjgVAq7EYHu1AczzlUly
31
31
  -----END CERTIFICATE-----
32
- date: 2024-12-03 00:00:00.000000000 Z
32
+ date: 2024-12-04 00:00:00.000000000 Z
33
33
  dependencies:
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: rdoc
metadata.gz.sig CHANGED
Binary file