storevil 0.5.0.0.20100816 → 0.6.0.0.20100823
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 → Funq.DLL} +0 -0
- data/lib/StorEvil.Core.DLL +0 -0
- data/lib/StorEvil.exe +0 -0
- metadata +10 -27
- data/lib/StorEvil.Assertions.dll +0 -0
- data/lib/StorEvil.Core.dll +0 -0
data/lib/{Funq.dll → Funq.DLL}
RENAMED
File without changes
|
Binary file
|
data/lib/StorEvil.exe
ADDED
Binary file
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: storevil
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 40201585
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
8
|
+
- 6
|
9
9
|
- 0
|
10
10
|
- 0
|
11
|
-
-
|
12
|
-
version: 0.
|
11
|
+
- 20100823
|
12
|
+
version: 0.6.0.0.20100823
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- David M. Foley
|
@@ -17,30 +17,13 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2010-08-
|
20
|
+
date: 2010-08-23 00:00:00 -07:00
|
21
21
|
default_executable:
|
22
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: 111
|
32
|
-
segments:
|
33
|
-
- 2
|
34
|
-
- 4
|
35
|
-
- 8
|
36
|
-
- 0
|
37
|
-
version: 2.4.8.0
|
38
|
-
type: :runtime
|
39
|
-
version_requirements: *id001
|
40
23
|
- !ruby/object:Gem::Dependency
|
41
24
|
name: sparkviewengine
|
42
25
|
prerelease: false
|
43
|
-
requirement: &
|
26
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
44
27
|
none: false
|
45
28
|
requirements:
|
46
29
|
- - ">"
|
@@ -53,7 +36,7 @@ dependencies:
|
|
53
36
|
- 0
|
54
37
|
version: 1.0.0.0
|
55
38
|
type: :runtime
|
56
|
-
version_requirements: *
|
39
|
+
version_requirements: *id001
|
57
40
|
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
41
|
email: storevil@googlegroups.com
|
59
42
|
executables: []
|
@@ -63,9 +46,9 @@ extensions: []
|
|
63
46
|
extra_rdoc_files: []
|
64
47
|
|
65
48
|
files:
|
66
|
-
- lib/Funq.
|
67
|
-
- lib/StorEvil.
|
68
|
-
- lib/StorEvil.
|
49
|
+
- lib/Funq.DLL
|
50
|
+
- lib/StorEvil.Core.DLL
|
51
|
+
- lib/StorEvil.exe
|
69
52
|
has_rdoc: true
|
70
53
|
homepage: http://github.com/davidmfoley/storevil
|
71
54
|
licenses: []
|
data/lib/StorEvil.Assertions.dll
DELETED
Binary file
|
data/lib/StorEvil.Core.dll
DELETED
Binary file
|