cocina-models 0.61.3 → 0.62.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4303e7447ac07d23ba4075ed7a9ff66a098cf95f2b397fffee3cdd1a6f86a9b1
4
- data.tar.gz: 5535dc06f87a9fd75490c71eae76a5db211a5a055e84956a2775c14703a9033e
3
+ metadata.gz: 84700c2e6a407806e02239fdf2e9bb02c464e6fd37486a11a59c029bc3a2674f
4
+ data.tar.gz: d89ab88841ba72ca95e694f3ca937e2aab2ae07d7c2ea09d8a880c559ec57e63
5
5
  SHA512:
6
- metadata.gz: ccb5589caceaea881e141bb1c152fffa638b23c095a38cf8d3c767b063cc963727f91dc6f55dbf501f1df5e05e41f6ee501e71ea823bd7858fbbfedc85449e56
7
- data.tar.gz: 7352328c35d6c5bb1e479545712b5d5d5355cfa73e06fe6961b7fdf3e47b620641cf0dc265b51c37915758117d86eee8ddf9fae42b7aeaf1287ae694e9a550c1
6
+ metadata.gz: 6d474a66dee1dfb3a51b4793bf7714470a48ee2a8ecc43e45370a148beb84c87d4e035cc0b8417bb6e01bbfbd05c42d9f8cac20f456d3eee6c8d9506604f6964
7
+ data.tar.gz: d9c66e8953c4d4f386f7d4d87f6bf5ca305d06cee6c1ff304fb41c6d9a1d9a7536cfe415f223f05bcb9415a1c8d8a8701a32e2f463f22a5f31dcac7611e9b517
@@ -944,7 +944,7 @@ xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/
944
944
  <note>Submitted to the Graduate School of Education.</note>
945
945
  <note type="thesis">Thesis (Ph.D.)--Stanford University, 2015.</note>
946
946
  <location>
947
- <url displayLabel="electronic resource" usage="primary display">http://purl.stanford.edu/xn109qc9773</url>
947
+ <url displayLabel="electronic resource" usage="primary display">https://purl.stanford.edu/xn109qc9773</url>
948
948
  </location>
949
949
  <recordInfo>
950
950
  <recordContentSource authority="marcorg">CSt</recordContentSource>
@@ -86,7 +86,7 @@
86
86
 
87
87
  :xn109qc9773_item [ a bf:Item ;
88
88
  bf:electronicLocator [ a rdf:Resource ;
89
- rdf:value <http://purl.stanford.edu/xn109qc9773> ;
89
+ rdf:value <https://purl.stanford.edu/xn109qc9773> ;
90
90
  bf:note [ a bf:Note ;
91
91
  rdfs:label "primary display" ;
92
92
  bf:noteType "URL usage"
@@ -151,7 +151,7 @@
151
151
  ],
152
152
  "accessURL": [{
153
153
  "type": "purl",
154
- "url": "http://purl.stanford.edu/xn109qc9773",
154
+ "url": "https://purl.stanford.edu/xn109qc9773",
155
155
  "primary": "TRUE"
156
156
  }]
157
157
  }
@@ -3,7 +3,7 @@
3
3
  module Cocina
4
4
  module Models
5
5
  Purl = Types::String.constrained(
6
- format: %r{^http://}i
6
+ format: %r{^https://}i
7
7
  )
8
8
  end
9
9
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Cocina
4
4
  module Models
5
- VERSION = '0.61.3'
5
+ VERSION = '0.62.0'
6
6
  end
7
7
  end
data/openapi.yml CHANGED
@@ -1396,8 +1396,8 @@ components:
1396
1396
  description: Stanford persistent URL associated with the related resource. Note this is http, not https.
1397
1397
  type: string
1398
1398
  format: uri
1399
- # Canonical URI is http, even though this redirects to https.
1400
- pattern: '^http:\/\/'
1399
+ # Canonical URI is https
1400
+ pattern: '^https:\/\/'
1401
1401
  RelatedResource:
1402
1402
  description: Other resource associated with the described resource.
1403
1403
  type: object
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.61.3
4
+ version: 0.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-07-22 00:00:00.000000000 Z
11
+ date: 2021-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport