activefacts-metamodel 1.9.10 → 1.9.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cql/Metamodel.cql +2 -0
- data/images/Absorption.png +0 -0
- data/images/Access Paths.png +0 -0
- data/images/Components.png +0 -0
- data/images/Compositions.png +0 -0
- data/images/ContextNote.png +0 -0
- data/images/Nesting.png +0 -0
- data/images/Populations.png +0 -0
- data/images/Queries.png +0 -0
- data/lib/activefacts/metamodel/datatypes.rb +8 -3
- data/lib/activefacts/metamodel/extensions.rb +64 -37
- data/lib/activefacts/metamodel/metamodel.rb +1 -0
- data/lib/activefacts/metamodel/version.rb +1 -1
- data/orm/Metamodel.orm +3661 -3484
- metadata +5 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activefacts-metamodel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.
|
4
|
+
version: 1.9.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Clifford Heath
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -123,7 +123,9 @@ files:
|
|
123
123
|
- Rakefile
|
124
124
|
- activefacts-metamodel.gemspec
|
125
125
|
- cql/Metamodel.cql
|
126
|
+
- images/Absorption.png
|
126
127
|
- images/Access Paths.png
|
128
|
+
- images/Components.png
|
127
129
|
- images/Compositions.png
|
128
130
|
- images/Concepts.png
|
129
131
|
- images/Constraints.png
|
@@ -131,6 +133,7 @@ files:
|
|
131
133
|
- images/Diagrams.png
|
132
134
|
- images/Language.png
|
133
135
|
- images/LinkFactTypes.png
|
136
|
+
- images/Nesting.png
|
134
137
|
- images/Objects.png
|
135
138
|
- images/Populations.png
|
136
139
|
- images/Queries.png
|