adiwg-mdcodes 2.1.7 → 2.2.0

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
  SHA1:
3
- metadata.gz: 7de2bf92d65c25d9ac357b68ecad2deab874c158
4
- data.tar.gz: 2160ff264eaf3e3628701fc1cb2cf833f9df9547
3
+ metadata.gz: 8dc83edaea53d8da1a6576625a71c558d08b761a
4
+ data.tar.gz: 476f57b5346dff3428a3bce965431da311c450b4
5
5
  SHA512:
6
- metadata.gz: 8e0cd699b6f9082cfdb4e09a2a7d94964795e5e2601dea855887bc81f47947572edd560fe0a71e89b296a2e8f463d758936481ff66f195001f85f74a46b490c4
7
- data.tar.gz: fe57f89fd061bea0330baddbaef95eed8a80b8f05b54859a647680e94f47213c211d5940b8198cac7a2eec9582e7495d470662e0f9ef640701056897ac945bce
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.1.7"
32
+ VERSION = "2.2.0"
32
33
  end
33
34
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.1.7",
3
+ "version": "2.2.0",
4
4
  "description": "CodeLists for ADIwg mdJSON",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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.1.7
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-21 00:00:00.000000000 Z
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