cqm-models 3.0.3 → 3.1.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cqm-models
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - aholmes@mitre.org
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2020-08-20 00:00:00.000000000 Z
13
+ date: 2021-06-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundle-audit
@@ -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
@@ -408,7 +408,7 @@ 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.8
411
+ rubygems_version: 3.1.4
412
412
  signing_key:
413
413
  specification_version: 4
414
414
  summary: Mongo models that correspond to the QDM specification.
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