adiwg-mdcodes 2.2.0 → 2.2.1

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
  SHA1:
3
- metadata.gz: 8dc83edaea53d8da1a6576625a71c558d08b761a
4
- data.tar.gz: 476f57b5346dff3428a3bce965431da311c450b4
3
+ metadata.gz: bc61decf67e030035b0da5576a109879806a7b98
4
+ data.tar.gz: f70e5eb5da91deb3444fc9cc03af88161bef5b5e
5
5
  SHA512:
6
- metadata.gz: b7b0a9df2a76a3ed5e399b95e2f38f50d6acb67c36ef7625095f8b7474ca79b5b578d002aee492d7ddf954ce032bba51a1d2d3af8db89cf89cd2e3bdc32d92c0
7
- data.tar.gz: 005ff0a2e0d434db056c698d49d505def9542ab9c69a577bdb6053978daf90cef9a61c79f95880a72f4e0f29fcdd44854695e76e607370eb19ebbaf0a88f589f
6
+ metadata.gz: b5e7351fdb66d2f1a6da3c96f96bc40f5f98f761ad7143035e69d0e5402a7dacf837fe364e3c8bedc39d14e2c73925bc65ab64ff5e274a241c5396c08e80564b
7
+ data.tar.gz: 2b0cf1d94ec22e7087d41dfa9c4a98b01ee8c78528b64d84586f473ccb6ca08bb4ed5fac6849a11c200d09fbfb4df197f6af52e2e476e2480f24afe425166169
@@ -29,6 +29,6 @@
29
29
 
30
30
  module ADIWG
31
31
  module Mdcodes
32
- VERSION = "2.2.0"
32
+ VERSION = "2.2.1"
33
33
  end
34
34
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "CodeLists for ADIwg mdJSON",
5
5
  "repository": {
6
6
  "type": "git",
@@ -7,10 +7,13 @@ codelistName: "adiwg_namespace"
7
7
  source: "Alaska Data Integration working group"
8
8
  sourceName: "ADIwg_Namespace"
9
9
  extensible: true
10
- description: "namespace of frequently referenced organizations"
10
+ description: "frequently referenced namespaces"
11
11
  codelist:
12
- - {code: "001", codeName: scienceBase, description: "ScienceBase is a U.S. Geological Survey cataloging and collaborative data management platform."}
13
- - {code: "002", codeName: isbn, description: "International Standard Book Number"}
14
- - {code: "003", codeName: issn, description: "International Standard Serial Number"}
15
- - {code: "004", codeName: doi, description: "Digital Object Identifier"}
16
- - {code: "005", codeName: ark, description: "Archival Resource Key"}
12
+ - {code: "info:ark/", codeName: ark, description: "Archival Resource Key"}
13
+ - {code: "info:doi/", codeName: doi, description: "Digital Object Identifier"}
14
+ - {code: "urn:isan", codeName: isan, description: "International Standard Audiovisual Number"}
15
+ - {code: "urn:isbn", codeName: isbn, description: "International Standard Book Number"}
16
+ - {code: "urn:ISSN", codeName: issn, description: "International Standard Serial Number"}
17
+ - {code: "gov.sciencebase.catalog", codeName: scienceBase, description: "ScienceBase is a U.S. Geological Survey cataloging and collaborative data management platform."}
18
+ - {code: "itis.gov", codeName: itis, description: "Integrated Taxonomic Information System"}
19
+ - {code: "urn:uuid", codeName: issn, description: "Universally unique identifier"}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdcodes
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - stansmith907, jlblcc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-29 00:00:00.000000000 Z
11
+ date: 2017-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler