cqm-models 3.0.2 → 3.0.3
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/cqm-models.gemspec +1 -1
- data/package.json +2 -2
- data/yarn.lock +4 -4
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83362482babb18d63be92649ba769910dfa5690ba3c6f0c8207021d7c3a3f9d4
|
|
4
|
+
data.tar.gz: 04c04fec5017ee07a5cc013e03f2183bf9a41bf17cc886e14be594fb2be7c89e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74534970a1ebfb588c06911618313011e2f728e88d7b991680968952d4f659866fc4d989201542fbf94faeaf5462e3af6ff36fcf657e8f1acf9cc93bf8954b6e
|
|
7
|
+
data.tar.gz: cbcd07691bbc4b2ea05b678645eb127bacaa3b66bb226864e6f9120295b44bdf029c1bcd6ecefc6a1f9e647f54291b7c4e8692b4a44201a5fbbab753ea642219
|
data/cqm-models.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = 'cqm-models'
|
|
7
|
-
spec.version = '3.0.
|
|
7
|
+
spec.version = '3.0.3'
|
|
8
8
|
spec.authors = ['aholmes@mitre.org', 'mokeefe@mitre.org', 'lades@mitre.org']
|
|
9
9
|
|
|
10
10
|
spec.summary = 'Mongo models that correspond to the QDM specification.'
|
data/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cqm-models",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "This library contains auto generated Mongo (Mongoose.js) models that correspond to the QDM (Quality Data Model) specification.",
|
|
5
5
|
"main": "app/assets/javascripts/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
],
|
|
17
17
|
"license": "Apache-2.0",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"cql-execution": "~1.4.
|
|
19
|
+
"cql-execution": "~1.4.4",
|
|
20
20
|
"mongoose": "^5.7.5"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
data/yarn.lock
CHANGED
|
@@ -505,10 +505,10 @@ core-util-is@~1.0.0:
|
|
|
505
505
|
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
|
506
506
|
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
|
|
507
507
|
|
|
508
|
-
cql-execution@~1.4.
|
|
509
|
-
version "1.4.
|
|
510
|
-
resolved "https://registry.yarnpkg.com/cql-execution/-/cql-execution-1.4.
|
|
511
|
-
integrity sha512
|
|
508
|
+
cql-execution@~1.4.4:
|
|
509
|
+
version "1.4.4"
|
|
510
|
+
resolved "https://registry.yarnpkg.com/cql-execution/-/cql-execution-1.4.4.tgz#13b1587a7d8739150f25e5c54473d50bf8ab3e81"
|
|
511
|
+
integrity sha512-nQQopJ+c6aGcwBvZe9j6Sv1tBK6ZZyn/Ql+jWr4a+y4h59Qbsu1nd+y4+kxVkH75J9d/g/hLxw0IZl9vapTn+Q==
|
|
512
512
|
dependencies:
|
|
513
513
|
moment "^2.20.1"
|
|
514
514
|
ucum "0.0.7"
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cqm-models
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- aholmes@mitre.org
|
|
8
8
|
- mokeefe@mitre.org
|
|
9
9
|
- lades@mitre.org
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2020-08-
|
|
13
|
+
date: 2020-08-20 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundle-audit
|
|
@@ -154,7 +154,7 @@ dependencies:
|
|
|
154
154
|
version: '0'
|
|
155
155
|
description: This library contains auto generated Mongo (Mongoid) models that correspond
|
|
156
156
|
to the QDM (Quality Data Model) specification.
|
|
157
|
-
email:
|
|
157
|
+
email:
|
|
158
158
|
executables: []
|
|
159
159
|
extensions: []
|
|
160
160
|
extra_rdoc_files: []
|
|
@@ -393,7 +393,7 @@ homepage: https://github.com/projecttacoma/cqm-models
|
|
|
393
393
|
licenses:
|
|
394
394
|
- Apache-2.0
|
|
395
395
|
metadata: {}
|
|
396
|
-
post_install_message:
|
|
396
|
+
post_install_message:
|
|
397
397
|
rdoc_options: []
|
|
398
398
|
require_paths:
|
|
399
399
|
- lib
|
|
@@ -408,8 +408,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
408
408
|
- !ruby/object:Gem::Version
|
|
409
409
|
version: '0'
|
|
410
410
|
requirements: []
|
|
411
|
-
rubygems_version: 3.0.
|
|
412
|
-
signing_key:
|
|
411
|
+
rubygems_version: 3.0.8
|
|
412
|
+
signing_key:
|
|
413
413
|
specification_version: 4
|
|
414
414
|
summary: Mongo models that correspond to the QDM specification.
|
|
415
415
|
test_files: []
|