naturalspec 1.0.68.0

Sign up to get free protection for your applications and to get access to all the features.
Binary file
metadata ADDED
@@ -0,0 +1,115 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: naturalspec
3
+ version: !ruby/object:Gem::Version
4
+ hash: 335
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 68
10
+ - 0
11
+ version: 1.0.68.0
12
+ platform: ruby
13
+ authors:
14
+ - Steffen Forkmann
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2010-08-04 00:00:00 +02:00
20
+ default_executable:
21
+ dependencies:
22
+ - !ruby/object:Gem::Dependency
23
+ name: nunit
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - "="
29
+ - !ruby/object:Gem::Version
30
+ hash: 20307
31
+ segments:
32
+ - 2
33
+ - 5
34
+ - 5
35
+ - 10112
36
+ version: 2.5.5.10112
37
+ type: :runtime
38
+ version_requirements: *id001
39
+ description: NaturalSpec is a .NET UnitTest framework which provides automatically testable specs in natural language. NaturalSpec is based on NUnit and completely written in F# - but you don't have to learn F# to use it.
40
+ email: forkmann@gmx.de
41
+ executables: []
42
+
43
+ extensions: []
44
+
45
+ extra_rdoc_files: []
46
+
47
+ files:
48
+ - lib/FSharp.Core.xml
49
+ - lib/FSharp.PowerPack.xml
50
+ - lib/NaturalSpec.dll
51
+ - lib/NaturalSpec.XML
52
+ - docs/index.htm
53
+ - docs/js/jquery-1.3.2.min.js
54
+ - docs/js/jquery.scrollTo-min.js
55
+ - docs/js/navigation.js
56
+ - docs/main.css
57
+ - docs/NaturalSpec/AssemblyInfo.htm
58
+ - docs/NaturalSpec/AssertType.htm
59
+ - docs/NaturalSpec/Expectations.htm
60
+ - docs/NaturalSpec/Fails.htm
61
+ - docs/NaturalSpec/FailsWith.htm
62
+ - docs/NaturalSpec/FailsWithType.htm
63
+ - docs/NaturalSpec/File.htm
64
+ - docs/NaturalSpec/IlHelper.htm
65
+ - docs/NaturalSpec/index.htm
66
+ - docs/NaturalSpec/Math.htm
67
+ - docs/NaturalSpec/Mock.htm
68
+ - docs/NaturalSpec/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm
69
+ - docs/NaturalSpec/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm
70
+ - docs/NaturalSpec/Scenario.htm
71
+ - docs/NaturalSpec/ScenarioSource.htm
72
+ - docs/NaturalSpec/ScenarioTemplate.htm
73
+ - docs/NaturalSpec/SequenceFunctions.htm
74
+ - docs/NaturalSpec/Source.htm
75
+ - docs/NaturalSpec/Syntax.htm
76
+ - docs/NaturalSpec/Tags.htm
77
+ - docs/NaturalSpec/TestCaseParam.htm
78
+ - docs/NaturalSpec/TimeMeasurement.htm
79
+ - docs/NaturalSpec/Utils.htm
80
+ has_rdoc: true
81
+ homepage: http://github.com/forki/NaturalSpec
82
+ licenses: []
83
+
84
+ post_install_message:
85
+ rdoc_options: []
86
+
87
+ require_paths:
88
+ - lib
89
+ required_ruby_version: !ruby/object:Gem::Requirement
90
+ none: false
91
+ requirements:
92
+ - - ">="
93
+ - !ruby/object:Gem::Version
94
+ hash: 3
95
+ segments:
96
+ - 0
97
+ version: "0"
98
+ required_rubygems_version: !ruby/object:Gem::Requirement
99
+ none: false
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ hash: 3
104
+ segments:
105
+ - 0
106
+ version: "0"
107
+ requirements: []
108
+
109
+ rubyforge_project:
110
+ rubygems_version: 1.3.7
111
+ signing_key:
112
+ specification_version: 3
113
+ summary: NaturalSpec is a .NET UnitTest framework which provides automatically testable specs in natural language.
114
+ test_files: []
115
+