rubyjedi-testunitxml 0.1.5 → 0.1.5.20100616141003
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/test/unit/xml/notationdecl_mixin.rb +3 -3
- metadata +11 -5
metadata
CHANGED
@@ -1,25 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubyjedi-testunitxml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 40201232282053
|
4
5
|
prerelease: false
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 1
|
8
9
|
- 5
|
9
|
-
|
10
|
+
- 20100616141003
|
11
|
+
version: 0.1.5.20100616141003
|
10
12
|
platform: ruby
|
11
13
|
authors:
|
12
|
-
-
|
14
|
+
- Laurence A. Lee, Henrik Martensson
|
13
15
|
autorequire:
|
14
16
|
bindir: bin
|
15
17
|
cert_chain: []
|
16
18
|
|
17
|
-
date: 2010-
|
19
|
+
date: 2010-06-16 00:00:00 -10:00
|
18
20
|
default_executable:
|
19
21
|
dependencies: []
|
20
22
|
|
21
23
|
description: Test::Unit::XML extends the Test::Unit framework with an assertion for testing well-formed XML documents
|
22
|
-
email:
|
24
|
+
email: lalee@pobox.com, self@henrikmartensson.org
|
23
25
|
executables: []
|
24
26
|
|
25
27
|
extensions: []
|
@@ -55,23 +57,27 @@ rdoc_options: []
|
|
55
57
|
require_paths:
|
56
58
|
- lib
|
57
59
|
required_ruby_version: !ruby/object:Gem::Requirement
|
60
|
+
none: false
|
58
61
|
requirements:
|
59
62
|
- - ">="
|
60
63
|
- !ruby/object:Gem::Version
|
64
|
+
hash: 3
|
61
65
|
segments:
|
62
66
|
- 0
|
63
67
|
version: "0"
|
64
68
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
69
|
+
none: false
|
65
70
|
requirements:
|
66
71
|
- - ">="
|
67
72
|
- !ruby/object:Gem::Version
|
73
|
+
hash: 3
|
68
74
|
segments:
|
69
75
|
- 0
|
70
76
|
version: "0"
|
71
77
|
requirements: []
|
72
78
|
|
73
79
|
rubyforge_project:
|
74
|
-
rubygems_version: 1.3.
|
80
|
+
rubygems_version: 1.3.7
|
75
81
|
signing_key:
|
76
82
|
specification_version: 3
|
77
83
|
summary: Unit test suite for XML documents
|