minitest-wscolor 0.0.2 → 0.0.3
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.
- data/minitest-wscolor.gemspec +1 -2
- metadata +4 -16
data/minitest-wscolor.gemspec
CHANGED
|
@@ -2,8 +2,7 @@ Gem::Specification.new do |s|
|
|
|
2
2
|
s.name = "minitest-wscolor"
|
|
3
3
|
s.license = "MIT"
|
|
4
4
|
s.summary = "Yet another test colorizer."
|
|
5
|
-
s.
|
|
6
|
-
s.version = "0.0.2"
|
|
5
|
+
s.version = "0.0.3"
|
|
7
6
|
s.author = "Will St. Clair"
|
|
8
7
|
s.email = "will@willstclair.com"
|
|
9
8
|
s.homepage = "http://github.com/wsc/minitest-wscolor"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minitest-wscolor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -14,7 +14,7 @@ default_executable:
|
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: minitest
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &2157161160 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - ! '>='
|
|
@@ -22,19 +22,8 @@ dependencies:
|
|
|
22
22
|
version: 2.3.1
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
26
|
-
description:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
`minitest/wscolor` is my test colorizer for MiniTest. I wrote it because I couldn''t
|
|
30
|
-
find
|
|
31
|
-
|
|
32
|
-
anything that worked and wasn''t stupid (e.g., `minitest/pride`).
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
To use it, add `require ''minitest/minicolor''` to your `test_helper.rb`.
|
|
36
|
-
|
|
37
|
-
'
|
|
25
|
+
version_requirements: *2157161160
|
|
26
|
+
description:
|
|
38
27
|
email: will@willstclair.com
|
|
39
28
|
executables: []
|
|
40
29
|
extensions: []
|
|
@@ -42,7 +31,6 @@ extra_rdoc_files: []
|
|
|
42
31
|
files:
|
|
43
32
|
- lib/minitest/wscolor.rb
|
|
44
33
|
- LICENSE
|
|
45
|
-
- minitest-wscolor-0.0.2.gem
|
|
46
34
|
- minitest-wscolor.gemspec
|
|
47
35
|
- README.md
|
|
48
36
|
has_rdoc: true
|