mezza-testunitxml 0.1.6.1 → 0.1.6.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/lib/test/unit/xml/attributes_mixin.rb +2 -0
- data/lib/test/unit/xml/conditionals.rb +1 -0
- data/lib/test/unit/xml/doctype_mixin.rb +1 -0
- data/lib/test/unit/xml/nodeiterator.rb +2 -1
- data/lib/test/unit/xml/notationdecl_mixin.rb +2 -0
- data/lib/test/unit/xml/xml_assertions.rb +1 -0
- data/lib/test/unit/xml/xmlequalfilter.rb +1 -0
- data/lib/test/unit/xml.rb +6 -4
- metadata +22 -32
data/lib/test/unit/xml.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
|
1
3
|
=begin rdoc
|
2
4
|
This file mixes in XML assertions in the Test::Unit::TestCase
|
3
5
|
class.
|
@@ -8,14 +10,14 @@ that are mixed in.
|
|
8
10
|
|
9
11
|
require 'test/unit/xml/xml_assertions'
|
10
12
|
|
11
|
-
module Test
|
12
|
-
module Unit
|
13
|
+
module Test
|
14
|
+
module Unit
|
13
15
|
|
14
16
|
# The module Test::Unit::XML is mixed in into the class
|
15
17
|
# Test::Unit::TestCase
|
16
18
|
class TestCase
|
17
19
|
include Test::Unit::XML
|
18
|
-
end
|
19
|
-
end
|
20
|
+
end
|
21
|
+
end
|
20
22
|
end
|
21
23
|
|
metadata
CHANGED
@@ -1,31 +1,25 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: mezza-testunitxml
|
3
|
-
version: !ruby/object:Gem::Version
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.6.2
|
4
5
|
prerelease:
|
5
|
-
version: 0.1.6.1
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
8
|
-
-
|
7
|
+
authors:
|
8
|
+
- Henrik Mårtensson
|
9
9
|
- Merul Patel
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
|
14
|
-
date: 2011-06-02 00:00:00 +01:00
|
15
|
-
default_executable:
|
13
|
+
date: 2014-10-20 00:00:00.000000000 Z
|
16
14
|
dependencies: []
|
17
|
-
|
18
15
|
description:
|
19
|
-
email:
|
16
|
+
email:
|
20
17
|
- dag.henrik.martensson@gmail.com
|
21
18
|
- merul.patel@gmail.com
|
22
19
|
executables: []
|
23
|
-
|
24
20
|
extensions: []
|
25
|
-
|
26
21
|
extra_rdoc_files: []
|
27
|
-
|
28
|
-
files:
|
22
|
+
files:
|
29
23
|
- lib/test/unit/xml/attributes_mixin.rb
|
30
24
|
- lib/test/unit/xml/conditionals.rb
|
31
25
|
- lib/test/unit/xml/doctype_mixin.rb
|
@@ -34,33 +28,29 @@ files:
|
|
34
28
|
- lib/test/unit/xml/xml_assertions.rb
|
35
29
|
- lib/test/unit/xml/xmlequalfilter.rb
|
36
30
|
- lib/test/unit/xml.rb
|
37
|
-
has_rdoc: true
|
38
31
|
homepage: https://github.com/mezza/testunitxml
|
39
32
|
licenses: []
|
40
|
-
|
41
33
|
post_install_message:
|
42
34
|
rdoc_options: []
|
43
|
-
|
44
|
-
require_paths:
|
35
|
+
require_paths:
|
45
36
|
- lib
|
46
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
37
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
47
38
|
none: false
|
48
|
-
requirements:
|
49
|
-
- -
|
50
|
-
- !ruby/object:Gem::Version
|
51
|
-
version: 1.
|
52
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - ! '>='
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: 1.9.3
|
43
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
53
44
|
none: false
|
54
|
-
requirements:
|
55
|
-
- -
|
56
|
-
- !ruby/object:Gem::Version
|
57
|
-
version:
|
45
|
+
requirements:
|
46
|
+
- - ! '>='
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
version: '0'
|
58
49
|
requirements: []
|
59
|
-
|
60
50
|
rubyforge_project:
|
61
|
-
rubygems_version: 1.
|
51
|
+
rubygems_version: 1.8.23.2
|
62
52
|
signing_key:
|
63
53
|
specification_version: 3
|
64
|
-
summary: testunitxml extends the Test::Unit framework with an assertion for testing
|
54
|
+
summary: testunitxml extends the Test::Unit framework with an assertion for testing
|
55
|
+
well-formed XML documents.
|
65
56
|
test_files: []
|
66
|
-
|