cocina-models 0.99.3 → 0.99.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7084352ad6644805e589d4326dc33d8fa24bf552e2477388f214a631787a6c1c
4
- data.tar.gz: 9f79866b2045957d92b106951c56d1b9921c5f73e0c402cace570bfc5b1d1b8b
3
+ metadata.gz: 41bd326d5fc785d050467a40c155db810ff7b9d639d314654ccab38d4496eb4f
4
+ data.tar.gz: 7af9ccf5082bb028c3af2b7a11e3a1bffc60e17d79d4ef7c296497c3fc3f8723
5
5
  SHA512:
6
- metadata.gz: 10d995ae9c4e178cab0217cda005fd017f94c07f46430e9e0553adbcc58f143602b7cf8c12c180c3d1f571be44f1acb27f045360a3dc0615158c3b794e4b1b5d
7
- data.tar.gz: 172a116805b32a6ee40a1a14fde6e4f87b95359e59d1ee0604c0205bb33b19e3ff7fe20ce262742803b88e80794055c2aaeaa947767cb10cc6bde6ab8ba03c7c
6
+ metadata.gz: f30cf1b9d9ebbbe8e98bcc489248841689518badbd047ba5647115d706a9c7716ed596dee81ebc8579843f89b2ffa513e98e2b82ca8e4d5d45781bbdc5f96574
7
+ data.tar.gz: 76d24ee0f27114027027cefaff3a2ff4ddc96b580da7979c873c6bce8a7d3f881b0c71515ae74dde98957136fa298feec2aab9f978cf0c9b128f5afc38e06c9a
data/.circleci/config.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  version: 2.1
2
2
  orbs:
3
- ruby-rails: sul-dlss/ruby-rails@4.2.3
3
+ ruby-rails: sul-dlss/ruby-rails@4.4.0
4
4
  workflows:
5
5
  build:
6
6
  jobs:
@@ -10,3 +10,5 @@ workflows:
10
10
  name: lint
11
11
  - ruby-rails/test-gem:
12
12
  name: test
13
+ context: dlss
14
+ use-codecov: true
data/.codecov.yml ADDED
@@ -0,0 +1,4 @@
1
+ comment: false
2
+ coverage:
3
+ status:
4
+ project: true
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocina-models (0.99.3)
4
+ cocina-models (0.99.4)
5
5
  activesupport
6
6
  deprecation
7
7
  dry-struct (~> 1.0)
@@ -42,8 +42,8 @@ GEM
42
42
  json_schema (~> 0.14, >= 0.14.3)
43
43
  openapi_parser (~> 1.0)
44
44
  rack (>= 1.5)
45
- concurrent-ruby (1.3.4)
46
- connection_pool (2.4.1)
45
+ concurrent-ruby (1.3.5)
46
+ connection_pool (2.5.0)
47
47
  deprecation (1.1.0)
48
48
  activesupport
49
49
  diff-lcs (1.5.1)
@@ -59,12 +59,12 @@ GEM
59
59
  concurrent-ruby (~> 1.0)
60
60
  dry-core (~> 1.1)
61
61
  zeitwerk (~> 2.6)
62
- dry-struct (1.6.0)
63
- dry-core (~> 1.0, < 2)
64
- dry-types (>= 1.7, < 2)
62
+ dry-struct (1.7.1)
63
+ dry-core (~> 1.1)
64
+ dry-types (~> 1.8, >= 1.8.2)
65
65
  ice_nine (~> 0.11)
66
66
  zeitwerk (~> 2.6)
67
- dry-types (1.7.2)
67
+ dry-types (1.8.2)
68
68
  bigdecimal (~> 3.0)
69
69
  concurrent-ruby (~> 1.0)
70
70
  dry-core (~> 1.0)
@@ -75,31 +75,31 @@ GEM
75
75
  activesupport (>= 3.0, < 9.0)
76
76
  equivalent-xml (0.6.0)
77
77
  nokogiri (>= 1.4.3)
78
- i18n (1.14.6)
78
+ i18n (1.14.7)
79
79
  concurrent-ruby (~> 1.0)
80
80
  ice_nine (0.11.2)
81
81
  json (2.9.1)
82
82
  json_schema (0.21.0)
83
83
  jsonpath (1.1.5)
84
84
  multi_json
85
- language_server-protocol (3.17.0.3)
86
- logger (1.6.4)
85
+ language_server-protocol (3.17.0.4)
86
+ logger (1.6.5)
87
87
  mini_portile2 (2.8.8)
88
88
  minitest (5.25.4)
89
89
  multi_json (1.15.0)
90
- nokogiri (1.18.1)
90
+ nokogiri (1.18.2)
91
91
  mini_portile2 (~> 2.8.2)
92
92
  racc (~> 1.4)
93
93
  openapi_parser (1.0.0)
94
94
  optimist (3.2.0)
95
95
  parallel (1.26.3)
96
- parser (3.3.6.0)
96
+ parser (3.3.7.0)
97
97
  ast (~> 2.4.1)
98
98
  racc
99
99
  patience_diff (1.2.0)
100
100
  optimist (~> 3.0)
101
101
  racc (1.8.1)
102
- rack (3.1.8)
102
+ rack (3.1.9)
103
103
  rainbow (3.1.1)
104
104
  rake (13.2.1)
105
105
  regexp_parser (2.10.0)
@@ -118,17 +118,17 @@ GEM
118
118
  rspec-support (3.13.2)
119
119
  rspec_junit_formatter (0.6.0)
120
120
  rspec-core (>= 2, < 4, != 2.12.0)
121
- rubocop (1.69.2)
121
+ rubocop (1.71.1)
122
122
  json (~> 2.3)
123
123
  language_server-protocol (>= 3.17.0)
124
124
  parallel (~> 1.10)
125
125
  parser (>= 3.3.0.2)
126
126
  rainbow (>= 2.2.2, < 4.0)
127
127
  regexp_parser (>= 2.9.3, < 3.0)
128
- rubocop-ast (>= 1.36.2, < 2.0)
128
+ rubocop-ast (>= 1.38.0, < 2.0)
129
129
  ruby-progressbar (~> 1.7)
130
130
  unicode-display_width (>= 2.4.0, < 4.0)
131
- rubocop-ast (1.37.0)
131
+ rubocop-ast (1.38.0)
132
132
  parser (>= 3.3.1.0)
133
133
  rubocop-capybara (2.21.0)
134
134
  rubocop (~> 1.41)
@@ -151,14 +151,14 @@ GEM
151
151
  simplecov_json_formatter (~> 0.1)
152
152
  simplecov-html (0.13.1)
153
153
  simplecov_json_formatter (0.1.4)
154
- super_diff (0.14.0)
154
+ super_diff (0.15.0)
155
155
  attr_extras (>= 6.2.4)
156
156
  diff-lcs
157
157
  patience_diff
158
158
  thor (1.3.2)
159
159
  tzinfo (2.0.6)
160
160
  concurrent-ruby (~> 1.0)
161
- unicode-display_width (3.1.3)
161
+ unicode-display_width (3.1.4)
162
162
  unicode-emoji (~> 4.0, >= 4.0.4)
163
163
  unicode-emoji (4.0.4)
164
164
  uri (1.0.2)
data/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  [![CircleCI](https://circleci.com/gh/sul-dlss/cocina-models.svg?style=svg)](https://circleci.com/gh/sul-dlss/cocina-models)
2
- [![Test Coverage](https://api.codeclimate.com/v1/badges/472273351516ac01dce1/test_coverage)](https://codeclimate.com/github/sul-dlss/cocina-models/test_coverage)
3
- [![Maintainability](https://api.codeclimate.com/v1/badges/472273351516ac01dce1/maintainability)](https://codeclimate.com/github/sul-dlss/cocina-models/maintainability)
2
+ [![Test Coverage](https://codecov.io/github/sul-dlss/cocina-models/graph/badge.svg?token=FG1SRYCME2)](https://codecov.io/github/sul-dlss/cocina-models)
4
3
  [![Gem Version](https://badge.fury.io/rb/cocina-models.svg)](https://badge.fury.io/rb/cocina-models)
5
4
  [![OpenAPI Validator](http://validator.swagger.io/validator?url=https://raw.githubusercontent.com/sul-dlss/cocina-models/main/openapi.yml)](http://validator.swagger.io/validator/debug?url=https://raw.githubusercontent.com/sul-dlss/cocina-models/main/openapi.yml)
6
5
 
@@ -51,6 +51,8 @@ contributor:
51
51
  contributor.identifier:
52
52
  - value: ORCID
53
53
  description: Identifier from orcid.org.
54
+ - value: ROR
55
+ code: ror
54
56
  - value: Wikidata
55
57
  description: Identifier from wikidata.org.
56
58
  contributor.name:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Cocina
4
4
  module Models
5
- VERSION = '0.99.3'
5
+ VERSION = '0.99.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocina-models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.3
4
+ version: 0.99.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-08 00:00:00.000000000 Z
11
+ date: 2025-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -313,6 +313,7 @@ extensions: []
313
313
  extra_rdoc_files: []
314
314
  files:
315
315
  - ".circleci/config.yml"
316
+ - ".codecov.yml"
316
317
  - ".github/pull_request_template.md"
317
318
  - ".gitignore"
318
319
  - ".rspec"
@@ -536,7 +537,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
536
537
  - !ruby/object:Gem::Version
537
538
  version: '0'
538
539
  requirements: []
539
- rubygems_version: 3.5.22
540
+ rubygems_version: 3.5.11
540
541
  signing_key:
541
542
  specification_version: 4
542
543
  summary: Data models for the SDR