maventhought.testing 0.3.1 → 0.3.2
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.
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: maventhought.testing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.3.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Amir Barylko
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2011-01-12 00:00:00 -06:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -93,6 +93,20 @@ dependencies:
|
|
|
93
93
|
- 0
|
|
94
94
|
version: "0"
|
|
95
95
|
requirement: *id005
|
|
96
|
+
- !ruby/object:Gem::Dependency
|
|
97
|
+
type: :runtime
|
|
98
|
+
prerelease: false
|
|
99
|
+
name: xunitnet
|
|
100
|
+
version_requirements: &id006 !ruby/object:Gem::Requirement
|
|
101
|
+
none: false
|
|
102
|
+
requirements:
|
|
103
|
+
- - ">="
|
|
104
|
+
- !ruby/object:Gem::Version
|
|
105
|
+
hash: 3
|
|
106
|
+
segments:
|
|
107
|
+
- 0
|
|
108
|
+
version: "0"
|
|
109
|
+
requirement: *id006
|
|
96
110
|
description: Base classes to use for testing (based on MbUnit or Nunit) that enforce Given, When, Then style with auto mocking facilities
|
|
97
111
|
email: amir@barylko.com
|
|
98
112
|
executables: []
|
|
@@ -102,8 +116,10 @@ extensions: []
|
|
|
102
116
|
extra_rdoc_files:
|
|
103
117
|
- README.txt
|
|
104
118
|
files:
|
|
119
|
+
- lib/MavenThought.Commons.Testing.MsTest.dll
|
|
105
120
|
- lib/MavenThought.Commons.Testing.NUnit.dll
|
|
106
121
|
- lib/MavenThought.Commons.Testing.dll
|
|
122
|
+
- lib/MavenThought.Commons.Testing.xunit.dll
|
|
107
123
|
- README.txt
|
|
108
124
|
has_rdoc: true
|
|
109
125
|
homepage: http://orthocoders.com
|