minitest-excludes 1.0.1 → 1.0.2
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.tar.gz.sig +0 -0
- data/History.txt +6 -0
- data/Rakefile +1 -1
- data/lib/minitest/excludes.rb +1 -1
- metadata +17 -17
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.txt
CHANGED
data/Rakefile
CHANGED
data/lib/minitest/excludes.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minitest-excludes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ryan Davis
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
FBHgymkyj/AOSqKRIpXPhjC6
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
38
|
|
|
39
|
-
date:
|
|
39
|
+
date: 2013-04-23 00:00:00 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: minitest
|
|
@@ -46,11 +46,11 @@ dependencies:
|
|
|
46
46
|
requirements:
|
|
47
47
|
- - ~>
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
hash:
|
|
49
|
+
hash: 27
|
|
50
50
|
segments:
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
version: "
|
|
51
|
+
- 4
|
|
52
|
+
- 0
|
|
53
|
+
version: "4.0"
|
|
54
54
|
type: :runtime
|
|
55
55
|
version_requirements: *id001
|
|
56
56
|
- !ruby/object:Gem::Dependency
|
|
@@ -61,11 +61,11 @@ dependencies:
|
|
|
61
61
|
requirements:
|
|
62
62
|
- - ~>
|
|
63
63
|
- !ruby/object:Gem::Version
|
|
64
|
-
hash:
|
|
64
|
+
hash: 27
|
|
65
65
|
segments:
|
|
66
|
-
-
|
|
67
|
-
-
|
|
68
|
-
version: "
|
|
66
|
+
- 4
|
|
67
|
+
- 0
|
|
68
|
+
version: "4.0"
|
|
69
69
|
type: :development
|
|
70
70
|
version_requirements: *id002
|
|
71
71
|
- !ruby/object:Gem::Dependency
|
|
@@ -76,11 +76,11 @@ dependencies:
|
|
|
76
76
|
requirements:
|
|
77
77
|
- - ~>
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
hash:
|
|
79
|
+
hash: 11
|
|
80
80
|
segments:
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
version: "
|
|
81
|
+
- 3
|
|
82
|
+
- 6
|
|
83
|
+
version: "3.6"
|
|
84
84
|
type: :development
|
|
85
85
|
version_requirements: *id003
|
|
86
86
|
description: |-
|
|
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
137
137
|
requirements: []
|
|
138
138
|
|
|
139
139
|
rubyforge_project: minitest-excludes
|
|
140
|
-
rubygems_version: 1.8.
|
|
140
|
+
rubygems_version: 1.8.25
|
|
141
141
|
signing_key:
|
|
142
142
|
specification_version: 3
|
|
143
143
|
summary: minitest/excludes.rb extends MiniTest::Unit::TestCase to provide a clean API for excluding certain tests you don't want to run under certain conditions.
|
metadata.gz.sig
CHANGED
|
Binary file
|