commonmeta-ruby 3.7.0 → 3.7.1

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: 1dac29584f1bdb4c76e200aa6ec5b0bc29d35afb356d3bc989cc9e58de06c7c7
4
- data.tar.gz: 111511119b2c69e406db7575fd7fb5f576c4d490784224570619a6f1a84f128a
3
+ metadata.gz: e60c424c5990d121493b7cdc7db9d0b2b9a7697044c0278d5e8c3be16157d62b
4
+ data.tar.gz: cd24f41eff23c37f380ec8818301bec32839bcf332711701b135bdb41e0dfe30
5
5
  SHA512:
6
- metadata.gz: f65384ec8af14670156ec9f7103b1722c298e2ca4cd753346b22ceb115a9a568afb8da4158a56f09a7a3e7eaaa738f3956c1282f2daff68c2d86c736c34a5fc7
7
- data.tar.gz: 3146795dc05d4a5d358cd38c1502cc19e16de7297a0e8ce43269242790adf2ca0916b94be80ddfe215842637bcca301bf1a31cd4b7cc8e5ecc114d641b15f507
6
+ metadata.gz: aa0286bb0aceb0619a97bc43a7ffca61b7d6400b46e64e435f98ec7e83645a3eee7ef8fb3a2c76770a75ac43c8a5f7d6187c8101c1f279fc58e3ffa4649105be
7
+ data.tar.gz: e6720fa86ee5f18bf71f83ea076f2bf7103b2617a36eecb9216b92840ae0d4966b25c8fb10cafb9ad335f648f2c0d632bc800afd785e08584bde643db37ddfb9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- commonmeta-ruby (3.7.0)
4
+ commonmeta-ruby (3.7.1)
5
5
  activesupport (>= 4.2.5, < 8.0)
6
6
  addressable (~> 2.8.1, < 2.8.2)
7
7
  base32-url (>= 0.7.0, < 1)
@@ -86,7 +86,6 @@ module Commonmeta
86
86
  insert_funding_references(xml)
87
87
  insert_crossref_access_indicators(xml)
88
88
  insert_crossref_relations(xml)
89
- insert_archive_locations(xml)
90
89
  insert_doi_data(xml)
91
90
  insert_citation_list(xml)
92
91
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commonmeta
4
- VERSION = '3.7.0'
4
+ VERSION = '3.7.1'
5
5
  end
@@ -522,7 +522,7 @@
522
522
  "type": "array",
523
523
  "items": {
524
524
  "type": "string",
525
- "enum": ["CLOCKSS", "Internet Archive", "KB", "LOCKSS", "Portico", "Other"]
525
+ "enum": ["CLOCKSS", "LOCKSS", "Portico", "KB", "Internet Archive", "DWT"]
526
526
  },
527
527
  "uniqueItems": true
528
528
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commonmeta-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.0
4
+ version: 3.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner