adiwg-mdcodes 2.1.3.pre.beta5 → 2.1.5.pre.beta2

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: b7b3191b55342f8bd47c27e169b4596d4326427f
4
- data.tar.gz: 49c4b6385da9e183c9940e718900312c7b5a201c
3
+ metadata.gz: 951951dd1b5aa8586bdd3f2f8fbfe17696fd0b2e
4
+ data.tar.gz: 3a0b7af94d9ff99d67483e4170799807e383997a
5
5
  SHA512:
6
- metadata.gz: 5a338e6131a990ec20aa5f73293b37599e496dfee7f931e8a9b4c74c82a9b0d78d348dd0dcbc464f8101cb1848245a11ceda5e0ed6b1b5fcfac203c2d4c9aec0
7
- data.tar.gz: d5e0cdb983a6560ae7e126f2cf00b727b93a58a4c1c2219b1e5b4ba51de6bea327b719dce90d42286fca3986044c5510a914e98824e4b1b098994284bee312bc
6
+ metadata.gz: d1692ee19eafd668b7daf5e1d77737885d4cef93c4c3f7f388a4bffa9f00dfbd9a8f9c70db309f89158e97878580955bc270d0db6b0bc2c134f70c2c59b361fa
7
+ data.tar.gz: 589e643370b3e79e065184fcba16be570fff396c2c11a97fc14a6b63785ac4dc707c9b3c1d768afca7998ea4a8b9dcd198cddec32e46cbd00b03e6792b7bd170
data/lib/adiwg-mdcodes.rb CHANGED
@@ -1 +1,2 @@
1
+ require 'adiwg/mdcodes/version'
1
2
  require 'adiwg/mdcodes'
@@ -1,6 +1,8 @@
1
1
  # adiwg mdCodes
2
2
 
3
3
  # version 2 history
4
+ # 2.1.4 2017-03-07 added phone types to telephone codes
5
+ # 2.1.4 2017-02-13 added adiwg_metadataStandard, adiwg_metadataRepository codelists
4
6
  # 2.1.3 2017-02-07 added adiwg_addressType codelist
5
7
  # 2.1.1 2016-12-18 change to European spelling 'polarisation'
6
8
  # 2.1.0 2016-11-27 added 10 MI codelists
@@ -22,9 +24,7 @@
22
24
  # 1.2.1 2015-09-28 bumped version number to match gem
23
25
 
24
26
  module ADIWG
25
-
26
27
  module Mdcodes
27
- VERSION = "2.1.3-beta5"
28
+ VERSION = "2.1.5-beta2"
28
29
  end
29
-
30
30
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.1.2-beta5",
3
+ "version": "2.1.5-beta2",
4
4
  "description": "CodeLists for ADIwg mdJSON",
5
5
  "repository": {
6
6
  "type": "git",
@@ -0,0 +1,14 @@
1
+ ---
2
+ # mdJson codelists
3
+ # base codelist for ISO mdEditor
4
+
5
+ codelistType: "staticList"
6
+ codelistName: "adiwg_metadataRepository"
7
+ source: "Alaska Data Integration working group"
8
+ sourceName: "ADIwg_MetadataRepository"
9
+ extensible: true
10
+ description: "established repositories for scientific data and metadata"
11
+ codelist:
12
+ - {code: "cdddf5c7-eec4-4e0c-9b54-d75b763a88fc", codeName: data.gov, description: "U.S. Government repository of open data"}
13
+ - {code: "da0336c4-a8f6-4010-99b3-1b848d14ff2f", codeName: ScienceBase, description: "U.S. Geological Survey repository for data and metadata"}
14
+ - {code: "b1d2ffbe-0b64-40fe-890a-02c4f0b6b9b4", codeName: ScienceCatalog, description: "U.S. Geological Survey inventory for data and metadata"}
@@ -0,0 +1,19 @@
1
+ ---
2
+ # mdJson codelists
3
+ # base codelist for ISO mdEditor
4
+
5
+ codelistType: "staticList"
6
+ codelistName: "adiwg_metadataStandard"
7
+ source: "Alaska Data Integration working group"
8
+ sourceName: "ADIwg_MetadataStandard"
9
+ extensible: true
10
+ description: "documented standard for scientific metadata encoding"
11
+ codelist:
12
+ - {code: "001", codeName: FGDC-CSDGM, description: "Content Standard for Digital Geospatial Metadata FGDC_STD_001-1998"}
13
+ - {code: "002", codeName: ISO19110, description: "International Standard for Feature Catalogue - 2005-02-15"}
14
+ - {code: "003", codeName: ISO19115, description: "International Standard for Geographic Information - Metadata 2003-05-01"}
15
+ - {code: "004", codeName: ISO19115-2, description: "International Standard for Geographic Information - Metadata 2009-02-15"}
16
+ - {code: "005", codeName: ISO19115-1, description: "International Standard for Geographic Information - Metadata 2014-04-01"}
17
+ - {code: "006", codeName: mdJson, description: "Alaska Data Integration working group JSON encoded metadata for exchange"}
18
+ - {code: "007", codeName: HTML, description: "Alaska Data Integration working group HTML5 encoded metadata for viewing"}
19
+ - {code: "008", codeName: sbJSON, description: "U.S. Geological Survey JSON encoded metadata for ScienceBase"}
@@ -11,4 +11,9 @@ description: "type of telephone"
11
11
  codelist:
12
12
  - {code: "001", codeName: voice, description: "telephone provides voice service"}
13
13
  - {code: "002", codeName: facsimile, description: "telephone provides facsimile service"}
14
- - {code: "003", codeName: sms, description: "telephone provides sms service"}
14
+ - {code: "003", codeName: sms, description: "telephone provides short message service"}
15
+ - {code: "adiwg001", codeName: mms, description: "telephone provides multimedia message service"}
16
+ - {code: "adiwg002", codeName: tty, description: "telephone provides text telephone service"}
17
+ - {code: "adiwg003", codeName: imessage, description: "telephone provides Apple iMessage service"}
18
+ - {code: "adiwg004", codeName: mobile, description: "telephone is a mobile or cell phone"}
19
+ - {code: "adiwg005", codeName: message, description: "telephone can receive messages"}
@@ -0,0 +1,11 @@
1
+ require 'minitest/autorun'
2
+ require 'json'
3
+ require File.join(File.dirname(__FILE__), '..', 'lib', 'adiwg-mdcodes.rb')
4
+
5
+ class TestVersion < Minitest::Test
6
+ def test_version
7
+ package = JSON.load File.new(File.join(File.dirname(__FILE__), '..', 'package.json'))
8
+ p ADIWG::Mdcodes
9
+ assert_equal(ADIWG::Mdcodes::VERSION, package['version'], 'Gem version and npm versions are not equal')
10
+ end
11
+ end
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.3.pre.beta5
4
+ version: 2.1.5.pre.beta2
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-02-08 00:00:00.000000000 Z
11
+ date: 2017-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -91,6 +91,8 @@ files:
91
91
  - lib/adiwg/mdcodes/version.rb
92
92
  - package.json
93
93
  - resources/adiwg_addressType.yml
94
+ - resources/adiwg_metadataRepository.yml
95
+ - resources/adiwg_metadataStandard.yml
94
96
  - resources/iso_DCPList.yml
95
97
  - resources/iso_associationType.yml
96
98
  - resources/iso_bandDefinition.yml
@@ -135,6 +137,7 @@ files:
135
137
  - resources/iso_triggerCode.yml
136
138
  - scripts/prepublish.js
137
139
  - test/tc_mdcodes.rb
140
+ - test/tc_version.rb
138
141
  homepage: https://github.com/adiwg/mdCodes
139
142
  licenses:
140
143
  - UNLICENSED
@@ -161,3 +164,4 @@ specification_version: 4
161
164
  summary: adiwg-mdcodes provides code lists for mdJSON.
162
165
  test_files:
163
166
  - test/tc_mdcodes.rb
167
+ - test/tc_version.rb