nbuilder 2.1.9
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/README +16 -0
- data/lib/FizzWare.NBuilder.dll +0 -0
- metadata +69 -0
data/docs/README
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
NBuilder
|
|
2
|
+
========
|
|
3
|
+
|
|
4
|
+
# Introduction
|
|
5
|
+
|
|
6
|
+
Through a fluent, extensible interface, NBuilder allows you to rapidly
|
|
7
|
+
create test data, automatically assigning values to properties and public
|
|
8
|
+
fields that are of type of the built in .NET data types (e.g. ints and
|
|
9
|
+
strings). NBuilder allows you to override for properties you are
|
|
10
|
+
interested in using lambda expressions.
|
|
11
|
+
|
|
12
|
+
NBuilder is an open source project, hosted on (google code)[1].
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
[1]: http://code.google.com/p/nbuilder/
|
|
16
|
+
|
|
Binary file
|
metadata
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: nbuilder
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 25
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 2
|
|
8
|
+
- 1
|
|
9
|
+
- 9
|
|
10
|
+
version: 2.1.9
|
|
11
|
+
platform: ruby
|
|
12
|
+
authors:
|
|
13
|
+
- garethdown44
|
|
14
|
+
- kevinkuebler
|
|
15
|
+
autorequire:
|
|
16
|
+
bindir: bin
|
|
17
|
+
cert_chain: []
|
|
18
|
+
|
|
19
|
+
date: 2010-08-21 00:00:00 -07:00
|
|
20
|
+
default_executable:
|
|
21
|
+
dependencies: []
|
|
22
|
+
|
|
23
|
+
description: " Through a fluent, extensible interface, NBuilder allows you to rapidly \n create test data, automatically assigning values to properties and public \n fields that are of type of the built in .NET data types (e.g. ints and \n strings). NBuilder allows you to override for properties you are \n interested in using lambda expressions.\n"
|
|
24
|
+
email: cbilson@pobox.com
|
|
25
|
+
executables: []
|
|
26
|
+
|
|
27
|
+
extensions: []
|
|
28
|
+
|
|
29
|
+
extra_rdoc_files: []
|
|
30
|
+
|
|
31
|
+
files:
|
|
32
|
+
- lib/FizzWare.NBuilder.dll
|
|
33
|
+
- docs/README
|
|
34
|
+
has_rdoc: true
|
|
35
|
+
homepage: http://code.google.com/p/nbuilder/
|
|
36
|
+
licenses: []
|
|
37
|
+
|
|
38
|
+
post_install_message:
|
|
39
|
+
rdoc_options: []
|
|
40
|
+
|
|
41
|
+
require_paths:
|
|
42
|
+
- lib
|
|
43
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
44
|
+
none: false
|
|
45
|
+
requirements:
|
|
46
|
+
- - ">="
|
|
47
|
+
- !ruby/object:Gem::Version
|
|
48
|
+
hash: 3
|
|
49
|
+
segments:
|
|
50
|
+
- 0
|
|
51
|
+
version: "0"
|
|
52
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
|
+
none: false
|
|
54
|
+
requirements:
|
|
55
|
+
- - ">="
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
hash: 3
|
|
58
|
+
segments:
|
|
59
|
+
- 0
|
|
60
|
+
version: "0"
|
|
61
|
+
requirements: []
|
|
62
|
+
|
|
63
|
+
rubyforge_project: nbuilder
|
|
64
|
+
rubygems_version: 1.3.7
|
|
65
|
+
signing_key:
|
|
66
|
+
specification_version: 3
|
|
67
|
+
summary: NBuilder - Rapid generation of test objects in .NET
|
|
68
|
+
test_files: []
|
|
69
|
+
|