cqm-models 4.0.2 → 4.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/.gitignore +1 -0
- data/app/assets/javascripts/basetypes/Any.js +1 -1
- data/app/models/qdm/basetypes/data_element.rb +1 -0
- data/cqm-models.gemspec +1 -1
- data/dist/browser.js +10639 -15168
- data/dist/index.js +10639 -15168
- data/package-lock.json +4083 -0
- data/package.json +6 -5
- data/yarn.lock +951 -402
- metadata +8 -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: 4.
|
4
|
+
version: 4.1.1
|
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:
|
13
|
+
date: 2022-10-04 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: []
|
@@ -379,6 +379,7 @@ files:
|
|
379
379
|
- modelinfo/qdm-modelinfo-5.5.xml
|
380
380
|
- modelinfo/qdm-modelinfo-5.6.xml
|
381
381
|
- notice.md
|
382
|
+
- package-lock.json
|
382
383
|
- package.json
|
383
384
|
- templates/all_data_elements_template.js.erb
|
384
385
|
- templates/entity_extension.rb.erb
|
@@ -395,7 +396,7 @@ homepage: https://github.com/projecttacoma/cqm-models
|
|
395
396
|
licenses:
|
396
397
|
- Apache-2.0
|
397
398
|
metadata: {}
|
398
|
-
post_install_message:
|
399
|
+
post_install_message:
|
399
400
|
rdoc_options: []
|
400
401
|
require_paths:
|
401
402
|
- lib
|
@@ -410,8 +411,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
410
411
|
- !ruby/object:Gem::Version
|
411
412
|
version: '0'
|
412
413
|
requirements: []
|
413
|
-
rubygems_version: 3.1.
|
414
|
-
signing_key:
|
414
|
+
rubygems_version: 3.1.6
|
415
|
+
signing_key:
|
415
416
|
specification_version: 4
|
416
417
|
summary: Mongo models that correspond to the QDM specification.
|
417
418
|
test_files: []
|