gdlc 2.5.4.0 → 2.5.4.1
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.
- checksums.yaml +4 -4
- data/README.md +5 -0
- data/docs/GDLC_manual.html +8 -8
- data/docs/GDLC_manual.md +8 -8
- data/lib/gdlc/version.rb +1 -1
- data/res/gdlc.jar +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 09b80f059c41b1e501474f9512f2ce00fa018c30
|
|
4
|
+
data.tar.gz: 950dd3a435fe13bbc58d58ddf19fc18eebddd89b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90458bf54864f1c848178e99ada61134d27e43ae50c31c3ef7ca781ae0dbc0cccf508a4d9edf77121f86c75531706570a89500665f9636c84f129b544a1ecc51
|
|
7
|
+
data.tar.gz: a34cbe44b5703d57bd364c1058ecc90a564e89954ec7f39f91c26ab1a77c2d67e19f8f7018694a7f1a4c299315cd171c84e87c23fb628d7c6826a6ba2a9c0040
|
data/README.md
CHANGED
|
@@ -16,6 +16,11 @@ Or install it yourself as:
|
|
|
16
16
|
|
|
17
17
|
$ gem install gdlc
|
|
18
18
|
|
|
19
|
+
## Dependencies
|
|
20
|
+
|
|
21
|
+
The GDLC binary is written in Java. To use GDLC, you must have a Java runtime
|
|
22
|
+
of version 1.7 (Java 7) or better.
|
|
23
|
+
|
|
19
24
|
## Usage
|
|
20
25
|
|
|
21
26
|
Here's an example rake file, stored in my project's `rakelib/` directory
|
data/docs/GDLC_manual.html
CHANGED
|
@@ -468,7 +468,7 @@ dpm money loanAmount "Loan Amount";
|
|
|
468
468
|
</ul>
|
|
469
469
|
|
|
470
470
|
|
|
471
|
-
<p>
|
|
471
|
+
<p>TODO: NUMERIC PRECISION</p>
|
|
472
472
|
|
|
473
473
|
<a name="References"></a>
|
|
474
474
|
<h4>References</h4>
|
|
@@ -476,9 +476,9 @@ dpm money loanAmount "Loan Amount";
|
|
|
476
476
|
<a name="DSMs"></a>
|
|
477
477
|
<h3>DSMs</h3>
|
|
478
478
|
|
|
479
|
-
<p>DSM variables are a special subset of DPM variables. They
|
|
480
|
-
<code>decision</code> keyword that begins the variable definition.
|
|
481
|
-
description for further restrictions/applications.</p>
|
|
479
|
+
<p>DSM variables are Decision Parameters, a special subset of DPM variables. They
|
|
480
|
+
are indicated by the <code>decision</code> keyword that begins the variable definition.
|
|
481
|
+
Refer to the DPM variable description for further restrictions/applications.</p>
|
|
482
482
|
|
|
483
483
|
<a name="Definitions.1"></a>
|
|
484
484
|
<h4>Definitions</h4>
|
|
@@ -540,7 +540,7 @@ for how to load lookup data.</p>
|
|
|
540
540
|
<a name="Definitions.3"></a>
|
|
541
541
|
<h3>Definitions</h3>
|
|
542
542
|
|
|
543
|
-
<p>Need more info here.</p>
|
|
543
|
+
<p>TODO: Need more info here.</p>
|
|
544
544
|
|
|
545
545
|
<pre><code>Example needed.
|
|
546
546
|
</code></pre>
|
|
@@ -716,7 +716,7 @@ has already been defined, use this syntax:</p>
|
|
|
716
716
|
<a name="Definitions.5"></a>
|
|
717
717
|
<h3>Definitions</h3>
|
|
718
718
|
|
|
719
|
-
<p>Missing info about 'PL' modifier keyword.</p>
|
|
719
|
+
<p>TODO: Missing info about 'PL' modifier keyword.</p>
|
|
720
720
|
|
|
721
721
|
<pre><code>ruleset InitAppraisedValue(continue)
|
|
722
722
|
|
|
@@ -919,9 +919,9 @@ When using DPM variables within messages, if the DPM/DSM has an alias
|
|
|
919
919
|
defined, the alias must be used; the engine only recognizes/knows about the
|
|
920
920
|
alias.</p>
|
|
921
921
|
|
|
922
|
-
<p>TODO:IS THIS STILL TRUE (ABOUT ALIASES)?</p>
|
|
922
|
+
<p>TODO: IS THIS STILL TRUE (ABOUT ALIASES)?</p>
|
|
923
923
|
|
|
924
|
-
<p>TODO:DISCUSS THE ABILITY TO UNDERSTAND ALIAS' WHEN PULLING FROM PLKS.</p>
|
|
924
|
+
<p>TODO: DISCUSS THE ABILITY TO UNDERSTAND ALIAS' WHEN PULLING FROM PLKS.</p>
|
|
925
925
|
|
|
926
926
|
<p>Message definition statements must be terminated with a <code>;</code>.</p>
|
|
927
927
|
|
data/docs/GDLC_manual.md
CHANGED
|
@@ -206,15 +206,15 @@ The type of data the variable will contain:
|
|
|
206
206
|
+ `text`
|
|
207
207
|
+ `datetime`
|
|
208
208
|
|
|
209
|
-
|
|
209
|
+
TODO: NUMERIC PRECISION
|
|
210
210
|
|
|
211
211
|
#### References
|
|
212
212
|
|
|
213
213
|
### DSMs
|
|
214
214
|
|
|
215
|
-
DSM variables are a special subset of DPM variables. They
|
|
216
|
-
`decision` keyword that begins the variable definition.
|
|
217
|
-
description for further restrictions/applications.
|
|
215
|
+
DSM variables are Decision Parameters, a special subset of DPM variables. They
|
|
216
|
+
are indicated by the `decision` keyword that begins the variable definition.
|
|
217
|
+
Refer to the DPM variable description for further restrictions/applications.
|
|
218
218
|
|
|
219
219
|
#### Definitions
|
|
220
220
|
|
|
@@ -262,7 +262,7 @@ All lookup definition/reference statements must be terminated with a `;`.
|
|
|
262
262
|
|
|
263
263
|
### Definitions
|
|
264
264
|
|
|
265
|
-
Need more info here.
|
|
265
|
+
TODO: Need more info here.
|
|
266
266
|
|
|
267
267
|
Example needed.
|
|
268
268
|
|
|
@@ -420,7 +420,7 @@ has already been defined, use this syntax:
|
|
|
420
420
|
|
|
421
421
|
### Definitions
|
|
422
422
|
|
|
423
|
-
Missing info about 'PL' modifier keyword.
|
|
423
|
+
TODO: Missing info about 'PL' modifier keyword.
|
|
424
424
|
|
|
425
425
|
ruleset InitAppraisedValue(continue)
|
|
426
426
|
|
|
@@ -590,9 +590,9 @@ When using DPM variables within messages, if the DPM/DSM has an alias
|
|
|
590
590
|
defined, the alias must be used; the engine only recognizes/knows about the
|
|
591
591
|
alias.
|
|
592
592
|
|
|
593
|
-
TODO:IS THIS STILL TRUE (ABOUT ALIASES)?
|
|
593
|
+
TODO: IS THIS STILL TRUE (ABOUT ALIASES)?
|
|
594
594
|
|
|
595
|
-
TODO:DISCUSS THE ABILITY TO UNDERSTAND ALIAS' WHEN PULLING FROM PLKS.
|
|
595
|
+
TODO: DISCUSS THE ABILITY TO UNDERSTAND ALIAS' WHEN PULLING FROM PLKS.
|
|
596
596
|
|
|
597
597
|
Message definition statements must be terminated with a `;`.
|
|
598
598
|
|
data/lib/gdlc/version.rb
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
#
|
|
17
17
|
|
|
18
18
|
module Gdlc
|
|
19
|
-
VERSION = "2.5.4.
|
|
19
|
+
VERSION = "2.5.4.1" unless constants.include?("VERSION")
|
|
20
20
|
APPNAME = "GDLC" unless constants.include?("APPNAME")
|
|
21
21
|
COPYRIGHT = "Copyright (c) 2015 Jeff McAffee. All rights reserved" unless constants.include?("COPYRIGHT")
|
|
22
22
|
end
|
data/res/gdlc.jar
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gdlc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.5.4.
|
|
4
|
+
version: 2.5.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeff McAffee
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|