fluentmetadata 0.5.1.2069

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
data/lib/Readme.txt ADDED
@@ -0,0 +1,19 @@
1
+
2
+
3
+
4
+ FluentMetadata is a project to provide Metadata and Validation to Entities and ViewModels.
5
+ One Goal of this implementaion is to Don�t Repeat Yourself. So you can define the Metadata (in a fluent way) on one place an use it on several other places like:
6
+
7
+ ASP.NET MVC 2 and 3 Preview 1
8
+ Entity Framework 4 CodeFirst with EF Feature CTP 4
9
+ NHibernate with FluentNHibernate
10
+ More to Come (WPF etc.)
11
+ Also the Metadata can easily copied to ViewModels for ASP.NET MVC 2 Application. So that you don�t to repeat the Metadata for the ViewModels.
12
+
13
+ Rule Based Model-Validation is also part of FluentMetadata, so that the Rule for Entities must only declared on one Place.
14
+
15
+
16
+ Albert Weinert
17
+ http://der-albert.com
18
+
19
+ http://wiki.github.com/DerAlbertCom/FluentMetadata/
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fluentmetadata
3
+ version: !ruby/object:Gem::Version
4
+ hash: 4169
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 5
9
+ - 1
10
+ - 2069
11
+ version: 0.5.1.2069
12
+ platform: ruby
13
+ authors:
14
+ - Albert Weinert
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2010-08-02 00:00:00 +02:00
20
+ default_executable:
21
+ dependencies: []
22
+
23
+ description: FluentMetadata is describing Object-Metadata on one place, and using it from ASP.NET MVC 2 & 3, FluentNHibernate and EntityFramework 4 CodeFirst with EF Feature CTP 4
24
+ email: info@der-albert.com
25
+ executables: []
26
+
27
+ extensions: []
28
+
29
+ extra_rdoc_files: []
30
+
31
+ files:
32
+ - lib/FluentMetadata.Core.dll
33
+ - lib/FluentMetadata.EntityFramework.dll
34
+ - lib/FluentMetadata.FluentNHibernate.dll
35
+ - lib/FluentMetadata.MVC.dll
36
+ - lib/Readme.txt
37
+ has_rdoc: true
38
+ homepage: http://wiki.github.com/DerAlbertCom/FluentMetadata/
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:
67
+ rubygems_version: 1.3.7
68
+ signing_key:
69
+ specification_version: 3
70
+ summary: FluentMetadata - Metadata on one place for .NET
71
+ test_files: []
72
+