adiwg-mdcodes 2.1.2.pre.beta1 → 2.1.3.pre.beta2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0f81420c713d9b34845e3708f5698a7072988f4a
4
- data.tar.gz: 508385cb2ebb6bc025db191943bb0f3170e28890
3
+ metadata.gz: 1b5d1214061dcb2aa1f450f27286bea542a3738e
4
+ data.tar.gz: 94be8301c8597840ab8631b1a1a8244b2c740adc
5
5
  SHA512:
6
- metadata.gz: 0f9c7982fa55e14667c5cd57b876ea926e94191e7da2fb8ace9f1f30e447955816b825a6c30f2dc6a3cd497e9eb63b134726eda00408b30399f3a8cd57303714
7
- data.tar.gz: eaf540e5aadf7ad4d16747e12b8d031781845163a8703f7214299c35d65c08f75a019e17c986b02e16c8d54109e85d8bd2d66189cf821bc8c52c84a3b2f6d003
6
+ metadata.gz: be0d3df5950cd5f736eb8f772a6a0d5ed967307117dbc53c5040a6d5558c8dc928047e140f9cbe075891a3406e659d90a19cb135032acb867d0e65ab40b426a8
7
+ data.tar.gz: 94fe129014875bff61ccfdcf6ff509d3e8ff214540447a53cd89297f47ec5dd14b7a18c215712081d5ce966ae95dcd6d1476fd267d83a6d97538c6993eb38864
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ["stansmith907, jlblcc"]
11
11
  spec.email = ["stansmith@usgs.gov"]
12
12
  spec.summary = %q{adiwg-mdcodes provides code lists for mdJSON.}
13
- spec.description = %q{adiwg-mdcodes provides code lists for use in ISO 19139 compliant metadata, especially mdJSON. The codes include all ISO 19115-1 code extensions from the Alaska Data Integration working group (ADIwg).}
13
+ spec.description = %q{adiwg-mdcodes provides code lists for use with editors of ISO 19115-1, ISO 19115-2, ISO 19110, and mdJson compliant metadata. Some codelists include extensions added by the Alaska Data Integration working group (ADIwg).}
14
14
  spec.homepage = "https://github.com/adiwg/mdCodes"
15
15
  spec.license = "UNLICENSED"
16
16
 
@@ -1,10 +1,12 @@
1
1
  # adiwg mdCodes
2
2
 
3
3
  # version 2 history
4
+ # 2.1.3 2017-02-07 added adiwg_addressType codelist
4
5
  # 2.1.1 2016-12-18 change to European spelling 'polarisation'
5
6
  # 2.1.0 2016-11-27 added 10 MI codelists
6
7
 
7
8
  # version 1 history
9
+
8
10
  # 0.1.0 2014-11-05 first release
9
11
  # 0.1.1 2014-11-06 added factSheet to scope
10
12
  # 0.2.0 2014-11-07 add option to return only codeNames
@@ -22,7 +24,7 @@
22
24
  module ADIWG
23
25
 
24
26
  module Mdcodes
25
- VERSION = "2.1.2-beta1"
27
+ VERSION = "2.1.3-beta2"
26
28
  end
27
29
 
28
30
  end
@@ -0,0 +1,13 @@
1
+ ---
2
+ # mdJson codelists
3
+ # base codelist for ISO mdEditor
4
+
5
+ codelistType: "staticList"
6
+ codelistName: "addressType"
7
+ source: "Alaska Data Integration working group"
8
+ sourceName: "ADIwg_AddressType"
9
+ extensible: true
10
+ description: "contact address type"
11
+ codelist:
12
+ - {code: "001", codeName: mailing, description: "indicates the address is serviceable postal location"}
13
+ - {code: "002", codeName: physical, description: "indicates the address is a physical or street location"}
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.2.pre.beta1
4
+ version: 2.1.3.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-07 00:00:00.000000000 Z
11
+ date: 2017-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,9 +66,9 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '2.0'
69
- description: adiwg-mdcodes provides code lists for use in ISO 19139 compliant metadata,
70
- especially mdJSON. The codes include all ISO 19115-1 code extensions from the Alaska
71
- Data Integration working group (ADIwg).
69
+ description: adiwg-mdcodes provides code lists for use with editors of ISO 19115-1,
70
+ ISO 19115-2, ISO 19110, and mdJson compliant metadata. Some codelists include extensions
71
+ added by the Alaska Data Integration working group (ADIwg).
72
72
  email:
73
73
  - stansmith@usgs.gov
74
74
  executables: []
@@ -90,6 +90,7 @@ files:
90
90
  - lib/adiwg/mdcodes.rb
91
91
  - lib/adiwg/mdcodes/version.rb
92
92
  - package.json
93
+ - resources/adiwg_addressType.yml
93
94
  - resources/iso_DCPList.yml
94
95
  - resources/iso_associationType.yml
95
96
  - resources/iso_bandDefinition.yml