conform 1.0.0.0.530
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/ConfOrm.Shop.dll +0 -0
- data/lib/ConfOrm.dll +0 -0
- metadata +87 -0
|
Binary file
|
data/lib/ConfOrm.dll
ADDED
|
Binary file
|
metadata
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: conform
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 1211
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 0
|
|
9
|
+
- 0
|
|
10
|
+
- 0
|
|
11
|
+
- 530
|
|
12
|
+
version: 1.0.0.0.530
|
|
13
|
+
platform: ruby
|
|
14
|
+
authors:
|
|
15
|
+
- Fabio Maulo
|
|
16
|
+
autorequire:
|
|
17
|
+
bindir: bin
|
|
18
|
+
cert_chain: []
|
|
19
|
+
|
|
20
|
+
date: 2010-07-25 00:00:00 -03:00
|
|
21
|
+
default_executable:
|
|
22
|
+
dependencies:
|
|
23
|
+
- !ruby/object:Gem::Dependency
|
|
24
|
+
name: nhibernate3
|
|
25
|
+
prerelease: false
|
|
26
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
27
|
+
none: false
|
|
28
|
+
requirements:
|
|
29
|
+
- - "="
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
hash: 40199071
|
|
32
|
+
segments:
|
|
33
|
+
- 3
|
|
34
|
+
- 0
|
|
35
|
+
- 0
|
|
36
|
+
- 1001
|
|
37
|
+
- 20100722
|
|
38
|
+
version: 3.0.0.1001.20100722
|
|
39
|
+
type: :runtime
|
|
40
|
+
version_requirements: *id001
|
|
41
|
+
description: Nhibernate ORM configuration by code
|
|
42
|
+
email:
|
|
43
|
+
executables: []
|
|
44
|
+
|
|
45
|
+
extensions: []
|
|
46
|
+
|
|
47
|
+
extra_rdoc_files: []
|
|
48
|
+
|
|
49
|
+
files:
|
|
50
|
+
- lib/ConfOrm.dll
|
|
51
|
+
- lib/ConfOrm.Shop.dll
|
|
52
|
+
has_rdoc: true
|
|
53
|
+
homepage: http://groups.google.com/group/codeconform
|
|
54
|
+
licenses: []
|
|
55
|
+
|
|
56
|
+
post_install_message:
|
|
57
|
+
rdoc_options: []
|
|
58
|
+
|
|
59
|
+
require_paths:
|
|
60
|
+
- lib
|
|
61
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
|
+
none: false
|
|
63
|
+
requirements:
|
|
64
|
+
- - ">="
|
|
65
|
+
- !ruby/object:Gem::Version
|
|
66
|
+
hash: 3
|
|
67
|
+
segments:
|
|
68
|
+
- 0
|
|
69
|
+
version: "0"
|
|
70
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
|
+
none: false
|
|
72
|
+
requirements:
|
|
73
|
+
- - ">="
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
hash: 3
|
|
76
|
+
segments:
|
|
77
|
+
- 0
|
|
78
|
+
version: "0"
|
|
79
|
+
requirements: []
|
|
80
|
+
|
|
81
|
+
rubyforge_project:
|
|
82
|
+
rubygems_version: 1.3.7
|
|
83
|
+
signing_key:
|
|
84
|
+
specification_version: 3
|
|
85
|
+
summary: ConfOrm - NHibernate un-Mapping
|
|
86
|
+
test_files: []
|
|
87
|
+
|