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 +4 -4
- data/.travis.yml +5 -6
- data/lib/adiwg/mdcodes/version.rb +5 -1
- data/package.json +1 -1
- data/resources/iso_countries.yml +1 -1
- data/resources/iso_keywordType.yml +1 -0
- data/resources/iso_telephone.yml +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f33b8db087d75451b032e5da8a5edc60b7f44d1
|
|
4
|
+
data.tar.gz: 0b28d587a9a3745094ff04a2afcc8824c4b7d1f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3548081beb7983e00c9fc7fd890082cdefaffd48933deb4d972a2273b704dabbbdbfaf40765a29a3387ed919714a710b27a342ca4b107b2cf045537f890bbb5
|
|
7
|
+
data.tar.gz: 4206416eb1777221d2aef21ee19164b24c5fd2789c064091549e9021c95f44f35ad495004c71c3a6d92192d37cb16aabee99938745473ff5dde416961e8f5dcc
|
data/.travis.yml
CHANGED
|
@@ -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.
|
|
30
|
+
VERSION = "2.7.4"
|
|
27
31
|
end
|
|
28
32
|
end
|
|
29
33
|
|
data/package.json
CHANGED
data/resources/iso_countries.yml
CHANGED
|
@@ -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"}
|
data/resources/iso_telephone.yml
CHANGED
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.
|
|
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:
|
|
11
|
+
date: 2019-05-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|