adiwg-mdcodes 2.1.7 → 2.2.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 +4 -4
- data/lib/adiwg/mdcodes/version.rb +2 -1
- data/package.json +1 -1
- data/resources/adiwg_namespace.yml +16 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8dc83edaea53d8da1a6576625a71c558d08b761a
|
|
4
|
+
data.tar.gz: 476f57b5346dff3428a3bce965431da311c450b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7b0a9df2a76a3ed5e399b95e2f38f50d6acb67c36ef7625095f8b7474ca79b5b578d002aee492d7ddf954ce032bba51a1d2d3af8db89cf89cd2e3bdc32d92c0
|
|
7
|
+
data.tar.gz: 005ff0a2e0d434db056c698d49d505def9542ab9c69a577bdb6053978daf90cef9a61c79f95880a72f4e0f29fcdd44854695e76e607370eb19ebbaf0a88f589f
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# adiwg mdCodes
|
|
2
2
|
|
|
3
3
|
# version 2 history
|
|
4
|
+
# 2.2.0 2017-06-29 added adiwg namespace codelist
|
|
4
5
|
# 2.1.7 2017-06-08 added scienceBase date codes to dateType
|
|
5
6
|
# 2.1.6 2017-05-16 added 'isoTopicCategory' to keyword type code list
|
|
6
7
|
# 2.1.5 2017-03-15 added adiwg_entityType codelist
|
|
@@ -28,6 +29,6 @@
|
|
|
28
29
|
|
|
29
30
|
module ADIWG
|
|
30
31
|
module Mdcodes
|
|
31
|
-
VERSION = "2.
|
|
32
|
+
VERSION = "2.2.0"
|
|
32
33
|
end
|
|
33
34
|
end
|
data/package.json
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
# mdJson codelists
|
|
3
|
+
# base codelist for mdEditor
|
|
4
|
+
|
|
5
|
+
codelistType: "staticList"
|
|
6
|
+
codelistName: "adiwg_namespace"
|
|
7
|
+
source: "Alaska Data Integration working group"
|
|
8
|
+
sourceName: "ADIwg_Namespace"
|
|
9
|
+
extensible: true
|
|
10
|
+
description: "namespace of frequently referenced organizations"
|
|
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"}
|
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.
|
|
4
|
+
version: 2.2.0
|
|
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-
|
|
11
|
+
date: 2017-06-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -94,6 +94,7 @@ files:
|
|
|
94
94
|
- resources/adiwg_entityType.yml
|
|
95
95
|
- resources/adiwg_metadataRepository.yml
|
|
96
96
|
- resources/adiwg_metadataStandard.yml
|
|
97
|
+
- resources/adiwg_namespace.yml
|
|
97
98
|
- resources/iso_DCPList.yml
|
|
98
99
|
- resources/iso_associationType.yml
|
|
99
100
|
- resources/iso_bandDefinition.yml
|