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 +4 -4
- data/.circleci/config.yml +3 -1
- data/.codecov.yml +4 -0
- data/Gemfile.lock +18 -18
- data/README.md +1 -2
- data/description_types.yml +2 -0
- data/lib/cocina/models/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41bd326d5fc785d050467a40c155db810ff7b9d639d314654ccab38d4496eb4f
|
4
|
+
data.tar.gz: 7af9ccf5082bb028c3af2b7a11e3a1bffc60e17d79d4ef7c296497c3fc3f8723
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f30cf1b9d9ebbbe8e98bcc489248841689518badbd047ba5647115d706a9c7716ed596dee81ebc8579843f89b2ffa513e98e2b82ca8e4d5d45781bbdc5f96574
|
7
|
+
data.tar.gz: 76d24ee0f27114027027cefaff3a2ff4ddc96b580da7979c873c6bce8a7d3f881b0c71515ae74dde98957136fa298feec2aab9f978cf0c9b128f5afc38e06c9a
|
data/.circleci/config.yml
CHANGED
data/.codecov.yml
ADDED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cocina-models (0.99.
|
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.
|
46
|
-
connection_pool (2.
|
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.
|
63
|
-
dry-core (~> 1.
|
64
|
-
dry-types (
|
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.
|
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.
|
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.
|
86
|
-
logger (1.6.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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://
|
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
|
|
data/description_types.yml
CHANGED
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.
|
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-
|
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.
|
540
|
+
rubygems_version: 3.5.11
|
540
541
|
signing_key:
|
541
542
|
specification_version: 4
|
542
543
|
summary: Data models for the SDR
|