cqm-models 3.0.2 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
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.2
4
+ version: 3.1.0
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-19 00:00:00.000000000 Z
13
+ date: 2021-03-12 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: []
@@ -162,11 +162,11 @@ files:
162
162
  - ".eslintignore"
163
163
  - ".eslintrc.json"
164
164
  - ".github/PULL_REQUEST_TEMPLATE.md"
165
+ - ".github/workflows/ci.yml"
165
166
  - ".github/workflows/gitleaks_github_actions.yml"
166
167
  - ".gitignore"
167
168
  - ".rspec"
168
169
  - ".rubocop.yml"
169
- - ".travis.yml"
170
170
  - Gemfile
171
171
  - LICENSE.txt
172
172
  - README.md
@@ -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.6
412
- signing_key:
411
+ rubygems_version: 3.1.4
412
+ signing_key:
413
413
  specification_version: 4
414
414
  summary: Mongo models that correspond to the QDM specification.
415
415
  test_files: []
data/.travis.yml DELETED
@@ -1,52 +0,0 @@
1
- matrix:
2
- include:
3
- - language: ruby
4
- cache: bundler
5
- rvm:
6
- - 2.4.6
7
- services:
8
- - mongodb
9
- before_install:
10
- - "find /home/travis/.rvm/rubies -wholename '*default/bundler-*.gemspec' -delete"
11
- - rvm @global do gem uninstall bundler -a -x -I || true
12
- - gem install bundler -v "2.1.4"
13
- script:
14
- - bundle exec rake
15
- - bundle exec rubocop
16
- - bundle exec bundle-audit update && bundle exec bundle-audit check
17
- - language: ruby
18
- cache: bundler
19
- rvm:
20
- - 2.3.8
21
- services:
22
- - mongodb
23
- before_install:
24
- - "find /home/travis/.rvm/rubies -wholename '*default/bundler-*.gemspec' -delete"
25
- - rvm @global do gem uninstall bundler -a -x -I || true
26
- - gem install bundler -v "2.1.4"
27
- script:
28
- - bundle exec rake
29
- - bundle exec rubocop
30
- - bundle exec bundle-audit update && bundle exec bundle-audit check
31
- - language: node_js
32
- before_install:
33
- - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.3
34
- - export PATH=$HOME/.yarn/bin:$PATH
35
- install:
36
- - npm install -g codecov
37
- - npm install -g istanbul
38
- node_js:
39
- - "node"
40
- - "lts/*"
41
- cache:
42
- directories:
43
- - "node_modules"
44
- script:
45
- - yarn install
46
- - yarn run lint
47
- - yarn run test
48
- - yarn audit
49
- - ./bin/validate_dist.sh
50
- - ./bin/validate_browser.sh
51
- - ./bin/validate_generator.sh
52
- - codecov