adiwg-mdcodes 2.1.5 → 2.1.6
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/iso_keywordType.yml +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a037f9a64683948a7d2daca1ad503d6ccdc96b9
|
|
4
|
+
data.tar.gz: 7f198e76f8785e6915a75d7564e6ffc8eb09afde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d16a18a44926e157e0da1be835a3d18b40309cbbf5404c376f915032a61a7926e5bec7ddf962c7be87fc35c720fb0639398e01534f1f6068d91f4a0de75d7aa0
|
|
7
|
+
data.tar.gz: a89153f382a6f713ab2240fbeb4860f203d82eb762fba55085328b5164a8ac86abcc824f9ae10a011fe25c9e4d855522a05511003d0509b3577ac0fe06c68d8b
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# adiwg mdCodes
|
|
2
2
|
|
|
3
3
|
# version 2 history
|
|
4
|
+
# 2.1.6 2017-05-16 added 'isoTopicCategory' to keyword type code list
|
|
4
5
|
# 2.1.5 2017-03-15 added adiwg_entityType codelist
|
|
5
6
|
# 2.1.4 2017-03-07 added phone types to telephone codes
|
|
6
7
|
# 2.1.4 2017-02-13 added adiwg_metadataStandard, adiwg_metadataRepository codelists
|
|
@@ -26,6 +27,6 @@
|
|
|
26
27
|
|
|
27
28
|
module ADIWG
|
|
28
29
|
module Mdcodes
|
|
29
|
-
VERSION = "2.1.
|
|
30
|
+
VERSION = "2.1.6"
|
|
30
31
|
end
|
|
31
32
|
end
|
data/package.json
CHANGED
|
@@ -26,3 +26,4 @@ codelist:
|
|
|
26
26
|
- {code: "014", codeName: subTopicCategory, description: "refinement of a topic category for the purpose of geographic data classification"}
|
|
27
27
|
- {code: "015", codeName: taxon, description: "keyword identifies a taxonomy of the resource"}
|
|
28
28
|
- {code: "adiwg001", codeName: region, description: "keyword identifies a known geographic region (such as US Census Area, ecoregion type, etc.)"}
|
|
29
|
+
- {code: "adiwg002", codeName: isoTopicCategory, description: "high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets"}
|
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.
|
|
4
|
+
version: 2.1.6
|
|
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-
|
|
11
|
+
date: 2017-05-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
159
159
|
version: '0'
|
|
160
160
|
requirements: []
|
|
161
161
|
rubyforge_project:
|
|
162
|
-
rubygems_version: 2.
|
|
162
|
+
rubygems_version: 2.5.2
|
|
163
163
|
signing_key:
|
|
164
164
|
specification_version: 4
|
|
165
165
|
summary: adiwg-mdcodes provides code lists for mdJSON.
|