xunitnet 1.6.0

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.
metadata ADDED
@@ -0,0 +1,91 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: xunitnet
3
+ version: !ruby/object:Gem::Version
4
+ hash: 15
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 6
9
+ - 0
10
+ version: 1.6.0
11
+ platform: ruby
12
+ authors:
13
+ - Brad Wilson
14
+ - James Newkirk
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2010-07-31 00:00:00 +08:00
20
+ default_executable:
21
+ dependencies: []
22
+
23
+ description: xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.
24
+ email:
25
+ executables: []
26
+
27
+ extensions: []
28
+
29
+ extra_rdoc_files: []
30
+
31
+ files:
32
+ - lib/HTML.xslt
33
+ - lib/NUnitXml.xslt
34
+ - lib/xunit.console.clr4.exe
35
+ - lib/xunit.console.clr4.exe.config
36
+ - lib/xunit.console.clr4.x86.exe
37
+ - lib/xunit.console.clr4.x86.exe.config
38
+ - lib/xunit.console.exe
39
+ - lib/xunit.console.exe.config
40
+ - lib/xunit.console.x86.exe
41
+ - lib/xunit.console.x86.exe.config
42
+ - lib/xunit.dll
43
+ - lib/xunit.dll.tdnet
44
+ - lib/xunit.extensions.dll
45
+ - lib/xunit.extensions.xml
46
+ - lib/xunit.gui.clr4.exe
47
+ - lib/xunit.gui.clr4.x86.exe
48
+ - lib/xunit.gui.exe
49
+ - lib/xunit.gui.x86.exe
50
+ - lib/xunit.installer.exe
51
+ - lib/xunit.runner.msbuild.dll
52
+ - lib/xunit.runner.tdnet.dll
53
+ - lib/xunit.runner.utility.dll
54
+ - lib/xunit.runner.utility.xml
55
+ - lib/xunit.xml
56
+ has_rdoc: true
57
+ homepage: http://xunit.codeplex.com
58
+ licenses: []
59
+
60
+ post_install_message:
61
+ rdoc_options: []
62
+
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ none: false
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ hash: 3
71
+ segments:
72
+ - 0
73
+ version: "0"
74
+ required_rubygems_version: !ruby/object:Gem::Requirement
75
+ none: false
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ hash: 3
80
+ segments:
81
+ - 0
82
+ version: "0"
83
+ requirements:
84
+ - none
85
+ rubyforge_project:
86
+ rubygems_version: 1.3.7
87
+ signing_key:
88
+ specification_version: 3
89
+ summary: xUnit.net - A Unit Testing Framework, Duh
90
+ test_files: []
91
+