storevil 0.5.0.0.20100812
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/Funq.dll +0 -0
- data/lib/StorEvil.Assertions.dll +0 -0
- data/lib/StorEvil.Core.dll +0 -0
- metadata +104 -0
data/lib/Funq.dll
ADDED
Binary file
|
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,104 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: storevil
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 40201591
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 5
|
9
|
+
- 0
|
10
|
+
- 0
|
11
|
+
- 20100812
|
12
|
+
version: 0.5.0.0.20100812
|
13
|
+
platform: ruby
|
14
|
+
authors:
|
15
|
+
- David M. Foley
|
16
|
+
autorequire:
|
17
|
+
bindir: bin
|
18
|
+
cert_chain: []
|
19
|
+
|
20
|
+
date: 2010-08-12 00:00:00 -06:00
|
21
|
+
default_executable:
|
22
|
+
dependencies:
|
23
|
+
- !ruby/object:Gem::Dependency
|
24
|
+
name: nunit
|
25
|
+
prerelease: false
|
26
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
27
|
+
none: false
|
28
|
+
requirements:
|
29
|
+
- - ">"
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
hash: 79
|
32
|
+
segments:
|
33
|
+
- 2
|
34
|
+
- 4
|
35
|
+
- 0
|
36
|
+
- 0
|
37
|
+
version: 2.4.0.0
|
38
|
+
type: :runtime
|
39
|
+
version_requirements: *id001
|
40
|
+
- !ruby/object:Gem::Dependency
|
41
|
+
name: sparkviewengine
|
42
|
+
prerelease: false
|
43
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
44
|
+
none: false
|
45
|
+
requirements:
|
46
|
+
- - ">"
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
hash: 95
|
49
|
+
segments:
|
50
|
+
- 1
|
51
|
+
- 0
|
52
|
+
- 0
|
53
|
+
- 0
|
54
|
+
version: 1.0.0.0
|
55
|
+
type: :runtime
|
56
|
+
version_requirements: *id002
|
57
|
+
description: StorEvil is a BDD tool for .NET that you can use to write specifications in English, and then execute those specifications. It parses the text using conventions and removes the need to write regular expressions in most cases. It supports .NET languages such as C#.
|
58
|
+
email: storevil@googlegroups.com
|
59
|
+
executables: []
|
60
|
+
|
61
|
+
extensions: []
|
62
|
+
|
63
|
+
extra_rdoc_files: []
|
64
|
+
|
65
|
+
files:
|
66
|
+
- lib/Funq.dll
|
67
|
+
- lib/StorEvil.Assertions.dll
|
68
|
+
- lib/StorEvil.Core.dll
|
69
|
+
has_rdoc: true
|
70
|
+
homepage: http://github.com/davidmfoley/storevil
|
71
|
+
licenses: []
|
72
|
+
|
73
|
+
post_install_message:
|
74
|
+
rdoc_options: []
|
75
|
+
|
76
|
+
require_paths:
|
77
|
+
- lib
|
78
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
79
|
+
none: false
|
80
|
+
requirements:
|
81
|
+
- - ">="
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
hash: 3
|
84
|
+
segments:
|
85
|
+
- 0
|
86
|
+
version: "0"
|
87
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
88
|
+
none: false
|
89
|
+
requirements:
|
90
|
+
- - ">="
|
91
|
+
- !ruby/object:Gem::Version
|
92
|
+
hash: 3
|
93
|
+
segments:
|
94
|
+
- 0
|
95
|
+
version: "0"
|
96
|
+
requirements: []
|
97
|
+
|
98
|
+
rubyforge_project: storevil
|
99
|
+
rubygems_version: 1.3.7
|
100
|
+
signing_key:
|
101
|
+
specification_version: 3
|
102
|
+
summary: StorEvil is a natural language BDD framework for .NET.
|
103
|
+
test_files: []
|
104
|
+
|