Skip to content

Commit

Permalink
archive_locations not yet supported for crossref posted_content
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Nov 4, 2023
1 parent 0dd5f8e commit 6dcb4a0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
commonmeta-ruby (3.7.0)
commonmeta-ruby (3.7.1)
activesupport (>= 4.2.5, < 8.0)
addressable (~> 2.8.1, < 2.8.2)
base32-url (>= 0.7.0, < 1)
Expand Down
1 change: 0 additions & 1 deletion lib/commonmeta/crossref_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def insert_posted_content(xml)
insert_funding_references(xml)
insert_crossref_access_indicators(xml)
insert_crossref_relations(xml)
insert_archive_locations(xml)
insert_doi_data(xml)
insert_citation_list(xml)
end
Expand Down
2 changes: 1 addition & 1 deletion lib/commonmeta/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Commonmeta
VERSION = '3.7.0'
VERSION = '3.7.1'
end
2 changes: 1 addition & 1 deletion resources/commonmeta_v0.10.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
"type": "array",
"items": {
"type": "string",
"enum": ["CLOCKSS", "Internet Archive", "KB", "LOCKSS", "Portico", "Other"]
"enum": ["CLOCKSS", "LOCKSS", "Portico", "KB", "Internet Archive", "DWT"]
},
"uniqueItems": true
}
Expand Down

0 comments on commit 6dcb4a0

Please sign in to comment.