adiwg-mdcodes 2.1.5.pre.beta2 → 2.1.5
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/adiwg_entityType.yml +22 -0
- data/test/tc_version.rb +0 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f26ab7b72a58f9670933861d5cf5cc1f084c09e6
|
|
4
|
+
data.tar.gz: ef1ee77fbc08e80d00ebf78d79ddcd4d93693c96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e482bbd4f7068022f53b990b79956c54d8042033b30479d5c13489e14a950bac7e86f3df9d88977800094dde78188590bea966461da7fb8b134092b7d3a1e37b
|
|
7
|
+
data.tar.gz: 72d06397e059f62368a7a5d723e4ecddccf9d5c6d02204476f37a563a0034af2138dbbe6ee66e1f6d111e89e98a9cb822cbb365547c970caf21c7ca927305244
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# adiwg mdCodes
|
|
2
2
|
|
|
3
3
|
# version 2 history
|
|
4
|
+
# 2.1.5 2017-03-15 added adiwg_entityType codelist
|
|
4
5
|
# 2.1.4 2017-03-07 added phone types to telephone codes
|
|
5
6
|
# 2.1.4 2017-02-13 added adiwg_metadataStandard, adiwg_metadataRepository codelists
|
|
6
7
|
# 2.1.3 2017-02-07 added adiwg_addressType codelist
|
|
@@ -25,6 +26,6 @@
|
|
|
25
26
|
|
|
26
27
|
module ADIWG
|
|
27
28
|
module Mdcodes
|
|
28
|
-
VERSION = "2.1.5
|
|
29
|
+
VERSION = "2.1.5"
|
|
29
30
|
end
|
|
30
31
|
end
|
data/package.json
CHANGED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
# mdJson codelists
|
|
3
|
+
# base codelist for mdEditor
|
|
4
|
+
|
|
5
|
+
codelistType: "staticList"
|
|
6
|
+
codelistName: "adiwg_entityType"
|
|
7
|
+
source: "Alaska Data Integration working group"
|
|
8
|
+
sourceName: "ADIwg_EntityType"
|
|
9
|
+
extensible: true
|
|
10
|
+
description: "individual or organization entity type"
|
|
11
|
+
codelist:
|
|
12
|
+
- {code: "001", codeName: academic, description: "any university, college, or school of education"}
|
|
13
|
+
- {code: "002", codeName: consortium, description: "an association of several businesses or organizations"}
|
|
14
|
+
- {code: "003", codeName: federal, description: "any branch or level of the federal government"}
|
|
15
|
+
- {code: "004", codeName: lcc, description: "any Landscape Conservation Cooperative"}
|
|
16
|
+
- {code: "005", codeName: foundation, description: "any organization supported by an endowment"}
|
|
17
|
+
- {code: "006", codeName: local, description: "any local government including county, municipality, borough, city"}
|
|
18
|
+
- {code: "007", codeName: nonProfit, description: "any not-for-profit business or organization"}
|
|
19
|
+
- {code: "008", codeName: private, description: "any for-profit business or organization"}
|
|
20
|
+
- {code: "009", codeName: research, description: "any for-profit organization whose primary focus is conducting research or consulting"}
|
|
21
|
+
- {code: "010", codeName: state, description: "any branch or department of state or provincial government "}
|
|
22
|
+
- {code: "011", codeName: tribal, description: "any organization of indigenous people"}
|
data/test/tc_version.rb
CHANGED
|
@@ -5,7 +5,6 @@ require File.join(File.dirname(__FILE__), '..', 'lib', 'adiwg-mdcodes.rb')
|
|
|
5
5
|
class TestVersion < Minitest::Test
|
|
6
6
|
def test_version
|
|
7
7
|
package = JSON.load File.new(File.join(File.dirname(__FILE__), '..', 'package.json'))
|
|
8
|
-
p ADIWG::Mdcodes
|
|
9
8
|
assert_equal(ADIWG::Mdcodes::VERSION, package['version'], 'Gem version and npm versions are not equal')
|
|
10
9
|
end
|
|
11
10
|
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.5
|
|
4
|
+
version: 2.1.5
|
|
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-
|
|
11
|
+
date: 2017-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -91,6 +91,7 @@ files:
|
|
|
91
91
|
- lib/adiwg/mdcodes/version.rb
|
|
92
92
|
- package.json
|
|
93
93
|
- resources/adiwg_addressType.yml
|
|
94
|
+
- resources/adiwg_entityType.yml
|
|
94
95
|
- resources/adiwg_metadataRepository.yml
|
|
95
96
|
- resources/adiwg_metadataStandard.yml
|
|
96
97
|
- resources/iso_DCPList.yml
|
|
@@ -153,12 +154,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
153
154
|
version: '0'
|
|
154
155
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
156
|
requirements:
|
|
156
|
-
- - "
|
|
157
|
+
- - ">="
|
|
157
158
|
- !ruby/object:Gem::Version
|
|
158
|
-
version:
|
|
159
|
+
version: '0'
|
|
159
160
|
requirements: []
|
|
160
161
|
rubyforge_project:
|
|
161
|
-
rubygems_version: 2.5
|
|
162
|
+
rubygems_version: 2.4.5
|
|
162
163
|
signing_key:
|
|
163
164
|
specification_version: 4
|
|
164
165
|
summary: adiwg-mdcodes provides code lists for mdJSON.
|