should 1.0.0.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.
- data/lib/Should.Core.dll +0 -0
- data/lib/Should.Fluent.dll +0 -0
- data/lib/should.dll +0 -0
- metadata +72 -0
data/lib/Should.Core.dll
ADDED
|
Binary file
|
|
Binary file
|
data/lib/should.dll
ADDED
|
Binary file
|
metadata
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: should
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 95
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 0
|
|
9
|
+
- 0
|
|
10
|
+
- 0
|
|
11
|
+
version: 1.0.0.0
|
|
12
|
+
platform: ruby
|
|
13
|
+
authors:
|
|
14
|
+
- Eric Hexter
|
|
15
|
+
- Tim "timtas" Scott
|
|
16
|
+
- David Alpert
|
|
17
|
+
autorequire:
|
|
18
|
+
bindir: bin
|
|
19
|
+
cert_chain: []
|
|
20
|
+
|
|
21
|
+
date: 2010-08-25 00:00:00 -05:00
|
|
22
|
+
default_executable:
|
|
23
|
+
dependencies: []
|
|
24
|
+
|
|
25
|
+
description: Should provides a set of extension methods for test assertions for AAA and BDD Style tests. It only provids assertions and as a result is Test runner agnositic. The assertions are a based on the xUnit.NET assertions.
|
|
26
|
+
email: david@spinthemoose.com
|
|
27
|
+
executables: []
|
|
28
|
+
|
|
29
|
+
extensions: []
|
|
30
|
+
|
|
31
|
+
extra_rdoc_files: []
|
|
32
|
+
|
|
33
|
+
files:
|
|
34
|
+
- lib/Should.Core.dll
|
|
35
|
+
- lib/should.dll
|
|
36
|
+
- lib/Should.Fluent.dll
|
|
37
|
+
has_rdoc: true
|
|
38
|
+
homepage: http://should.codeplex.com
|
|
39
|
+
licenses: []
|
|
40
|
+
|
|
41
|
+
post_install_message:
|
|
42
|
+
rdoc_options: []
|
|
43
|
+
|
|
44
|
+
require_paths:
|
|
45
|
+
- lib
|
|
46
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
47
|
+
none: false
|
|
48
|
+
requirements:
|
|
49
|
+
- - ">="
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
hash: 3
|
|
52
|
+
segments:
|
|
53
|
+
- 0
|
|
54
|
+
version: "0"
|
|
55
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
|
+
none: false
|
|
57
|
+
requirements:
|
|
58
|
+
- - ">="
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
hash: 3
|
|
61
|
+
segments:
|
|
62
|
+
- 0
|
|
63
|
+
version: "0"
|
|
64
|
+
requirements: []
|
|
65
|
+
|
|
66
|
+
rubyforge_project: should
|
|
67
|
+
rubygems_version: 1.3.7
|
|
68
|
+
signing_key:
|
|
69
|
+
specification_version: 3
|
|
70
|
+
summary: Should - a set of test framework agnostic extensions assetion extensions - because test runners Should be independent of the the assertions!
|
|
71
|
+
test_files: []
|
|
72
|
+
|