adiwg-mdcodes 2.7.2 → 2.7.4

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: 6e24243e3e60ee10bfb19485f79fe30353911523
4
- data.tar.gz: 689d34875ec2123408424ceaf44e5b287b8e9937
3
+ metadata.gz: 8f33b8db087d75451b032e5da8a5edc60b7f44d1
4
+ data.tar.gz: 0b28d587a9a3745094ff04a2afcc8824c4b7d1f6
5
5
  SHA512:
6
- metadata.gz: 5e5e176cf912f5c2db4b80d52cb36fde1322a4a73c922767dcf751507d3e0b2f795ef72714eaf6a83dbbb9752e951ee2fcd93cc1df7bd058e32852ced6238df0
7
- data.tar.gz: 341ee5d3cbb78e13ebe1f972d8b3c9d0fe0afaafc80b4c5991c4c4a12895ad31fe30aac256e65fbc3eaf245ef6b5203b592756e4c383b4bc801214a03a8442c0
6
+ metadata.gz: f3548081beb7983e00c9fc7fd890082cdefaffd48933deb4d972a2273b704dabbbdbfaf40765a29a3387ed919714a710b27a342ca4b107b2cf045537f890bbb5
7
+ data.tar.gz: 4206416eb1777221d2aef21ee19164b24c5fd2789c064091549e9021c95f44f35ad495004c71c3a6d92192d37cb16aabee99938745473ff5dde416961e8f5dcc
@@ -1,12 +1,11 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.2
4
- - 2.1.0
5
- - 2.0.0
6
- - 1.9.3
7
- - jruby-19mode
3
+ - 2.3
4
+ - 2.4
5
+ - 2.5
6
+ - jruby-head
8
7
  - ruby-head
9
8
  sudo: false
10
9
  matrix:
11
10
  allow_failures:
12
- - rvm: 1.9.3
11
+ - rvm: jruby-head
@@ -1,6 +1,10 @@
1
1
  # adiwg mdCodes
2
2
 
3
3
  # version 2 history
4
+ # 2.7.4 2019-04-12 fixed iso_telephone changed sourceName to CI_TelephoneTypeCode
5
+ # 2.7.4 2019-04-12 fixed iso_countries changed sourceName 'CountryCode'
6
+ # 2.7.3 2018-11-04 updated ruby version in travis.yml
7
+ # 2.7.2 2018-11-02 added 'methodology' to keywordType
4
8
  # 2.7.2 2018-10-15 added 'other' to mapProjection
5
9
  # 2.7.1 2018-10-06 added 'localPlanar' and 'localSystem' to mapProjection
6
10
  # 2.6.2 2018-04-05 renamed iso_dataType to iso_entityType
@@ -23,7 +27,7 @@
23
27
 
24
28
  module ADIWG
25
29
  module Mdcodes
26
- VERSION = "2.7.2"
30
+ VERSION = "2.7.4"
27
31
  end
28
32
  end
29
33
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.7.2",
3
+ "version": "2.7.4",
4
4
  "main": "index.js",
5
5
  "description": "CodeLists for ADIwg mdJSON",
6
6
  "repository": {
@@ -5,7 +5,7 @@
5
5
  codelistType: "staticList"
6
6
  codelistName: "iso_countries"
7
7
  source: "ISO"
8
- sourceName: "Country"
8
+ sourceName: "CountryCode"
9
9
  extensible: true
10
10
  description: "three letter country codes from ISO 3166-1 alpha-3 code list"
11
11
  codelist:
@@ -27,3 +27,4 @@ codelist:
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
29
  - {code: "adiwg002", codeName: isoTopicCategory, description: "high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets"}
30
+ - {code: "adiwg003", codeName: methodology, description: "keyword or phrase that summarizes a field or laboratory methods used"}
@@ -5,7 +5,7 @@
5
5
  codelistType: "staticList"
6
6
  codelistName: "iso_telephone"
7
7
  source: "ISO"
8
- sourceName: "MD_TelephoneTypeCode"
8
+ sourceName: "CI_TelephoneTypeCode"
9
9
  extensible: true
10
10
  description: "type of telephone"
11
11
  codelist:
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.7.2
4
+ version: 2.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - stansmith907, jlblcc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-17 00:00:00.000000000 Z
11
+ date: 2019-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler