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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f26ab7b72a58f9670933861d5cf5cc1f084c09e6
4
- data.tar.gz: ef1ee77fbc08e80d00ebf78d79ddcd4d93693c96
3
+ metadata.gz: 1a037f9a64683948a7d2daca1ad503d6ccdc96b9
4
+ data.tar.gz: 7f198e76f8785e6915a75d7564e6ffc8eb09afde
5
5
  SHA512:
6
- metadata.gz: e482bbd4f7068022f53b990b79956c54d8042033b30479d5c13489e14a950bac7e86f3df9d88977800094dde78188590bea966461da7fb8b134092b7d3a1e37b
7
- data.tar.gz: 72d06397e059f62368a7a5d723e4ecddccf9d5c6d02204476f37a563a0034af2138dbbe6ee66e1f6d111e89e98a9cb822cbb365547c970caf21c7ca927305244
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.5"
30
+ VERSION = "2.1.6"
30
31
  end
31
32
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "CodeLists for ADIwg mdJSON",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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.5
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-03-25 00:00:00.000000000 Z
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.4.5
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.