File: History.txt

package info (click to toggle)
ruby-minitest-excludes 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: ruby: 151; makefile: 6
file content (55 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
=== 2.0.4 / 2026-01-08

* 1 bug fix:

  * Loosened dependency on minitest to include MT6.

=== 2.0.3 / 2024-07-23

* 1 bug fix:

  * Fix errors created when string literals are frozen.

=== 2.0.2 / 2022-10-06

* 1 bug fix:

  * Updated minitest 4 references to minitest 5.

=== 2.0.1 / 2018-03-23

* 2 bug fixes:

  * Fixed OLD require paths
  * Updated deps for MT5.

=== 2.0.0 / 2015-02-02

* 1 major enhancement:

  * Updated for minitest 5.

=== 1.0.2 / 2013-04-22

* 1 bug fix:

  * Fixed dependency on minitest to the 4.x family.

=== 1.0.1 / 2012-02-22

* 2 bug fixes:

  * Fixed instance_eval for better error reporting. (headius)
  * Use undef_method to wipe tests brought in via modules. (headius)

=== 1.0.0 / 2011-12-20

* 1 major enhancement:

  * Split minitest/excludes.rb out to its own gem. (aka Birthday)

* 3 minor enhancements:

  * Don't keep using the env var, since bad tests may modify ENV w/o restoring it. (headius)
  * Map X::Y to X/Y.rb for excludes to deal with nested test classes.
  * Remove method instead of generating a skip to avoid setup/teardown overhead.