moq 3.1.416.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.
- data/docs/Moq.chm +0 -0
- data/lib/Moq.dll +0 -0
- data/lib/Moq.pdb +0 -0
- data/lib/Moq.xml +3467 -0
- metadata +72 -0
metadata
ADDED
@@ -0,0 +1,72 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: moq
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 1779
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 3
|
8
|
+
- 1
|
9
|
+
- 416
|
10
|
+
- 2
|
11
|
+
version: 3.1.416.2
|
12
|
+
platform: ruby
|
13
|
+
authors:
|
14
|
+
- Juan Wajnerman
|
15
|
+
- Daniel Cazzulino
|
16
|
+
autorequire:
|
17
|
+
bindir: bin
|
18
|
+
cert_chain: []
|
19
|
+
|
20
|
+
date: 2010-07-31 00:00:00 +08:00
|
21
|
+
default_executable:
|
22
|
+
dependencies: []
|
23
|
+
|
24
|
+
description: The simplest mocking library for .NET 3.5 and Silverlight with deep C# 3.0 integration.
|
25
|
+
email:
|
26
|
+
executables: []
|
27
|
+
|
28
|
+
extensions: []
|
29
|
+
|
30
|
+
extra_rdoc_files: []
|
31
|
+
|
32
|
+
files:
|
33
|
+
- lib/Moq.dll
|
34
|
+
- lib/Moq.pdb
|
35
|
+
- lib/Moq.xml
|
36
|
+
- docs/Moq.chm
|
37
|
+
has_rdoc: true
|
38
|
+
homepage: http://code.google.com/p/moq/
|
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
|
+
- none
|
66
|
+
rubyforge_project:
|
67
|
+
rubygems_version: 1.3.7
|
68
|
+
signing_key:
|
69
|
+
specification_version: 3
|
70
|
+
summary: moq - A simple mocking library
|
71
|
+
test_files: []
|
72
|
+
|