mezza-testunitxml 0.1.6.1 → 0.1.6.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module REXML
2
4
 
3
5
  # The REXML::Attributes mix-in adds methods that are useful for
@@ -1,3 +1,4 @@
1
+ # encoding: utf-8
1
2
 
2
3
  module Test
3
4
  module Unit
@@ -1,3 +1,4 @@
1
+ # encoding: utf-8
1
2
 
2
3
  require 'test/unit/xml/notationdecl_mixin'
3
4
 
@@ -1,4 +1,5 @@
1
1
  #! /usr/bin/ruby
2
+ # encoding: utf-8
2
3
 
3
4
  module Test
4
5
  module Unit
@@ -57,5 +58,5 @@ module Test
57
58
  end
58
59
  end
59
60
  end
60
- end
61
+ end
61
62
  end
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module REXML
2
4
 
3
5
  # The REXML::NotationDecl mix-in adds methods that are useful for
@@ -1,4 +1,5 @@
1
1
  #! /usr/bin/ruby
2
+ # encoding: utf-8
2
3
 
3
4
  require 'rexml/document'
4
5
  require 'test/unit/xml/attributes_mixin' # Must be required after rexml/document
@@ -1,4 +1,5 @@
1
1
  #! /usr/bin/ruby
2
+ # encoding: utf-8
2
3
 
3
4
  module Test
4
5
  module Unit
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
- - "Henrik M\xC3\xA5rtensson"
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.8.6
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: "0"
45
+ requirements:
46
+ - - ! '>='
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
58
49
  requirements: []
59
-
60
50
  rubyforge_project:
61
- rubygems_version: 1.5.2
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 well-formed XML documents.
54
+ summary: testunitxml extends the Test::Unit framework with an assertion for testing
55
+ well-formed XML documents.
65
56
  test_files: []
66
-