adiwg-mdcodes 2.3.0 → 2.3.2

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: a40a9ab950a81d61db62806c5fb9a799926dbf83
4
- data.tar.gz: a9ea92833aaa1c2f5bca91ffeda9db5bbab39757
3
+ metadata.gz: 13d652ada82c1f4e63fcbc2ae27f904f68c29a76
4
+ data.tar.gz: c587bfb8b86b9755d59e4511776d095b128c5ef7
5
5
  SHA512:
6
- metadata.gz: 78e6f7d5214af91979ed6acae03193be84013fae9005451991022830a2f18908e17030bd724e299f159f0a6b79a100b63594f6cb81f411dc592c820f092212d2
7
- data.tar.gz: 70fa5577ac472dfeac7091c837e5cc3d6c9dea642c2dcb4cc16886403179fd274f395be523282329ab5de8f912c4ad66d657351b4537842a761ea558b5a20ad9
6
+ metadata.gz: 94f3de1b9bee228582942c0af5981676b9abcf9fb83cc06b2be73e7d84a8ed56c6fdd90609b7c7e5b0b8c29eaf556686fe30952d6b425682c849565272e45264
7
+ data.tar.gz: 59a930e651586edf21e4420950c9ce88b318afbb401931ce7faa0a20502770b58b2d8276a78c74a8d58621d97cd4d33a3fb0e1c5a2f97fd9728cfb1de2ffb5ec
@@ -1,6 +1,9 @@
1
1
  # adiwg mdCodes
2
2
 
3
3
  # version 2 history
4
+ # 2.3.3 2017-10-11 added associationType code 'isPartOf'
5
+ # 2.3.2 2017-10-05 added spatialRepresentation code 'coordinate'
6
+ # 2.3.1 2017-09-21 added role codes 'observer', 'curator'
4
7
  # 2.3.0 2017-08-01 added showDeprecated parameter to mdCodes methods
5
8
  # 2.3.0 2017-08-01 change to associationTypes: revised definitions, deprecated some codes
6
9
  # 2.2.0 2017-06-29 added adiwg namespace codelist
@@ -30,6 +33,6 @@
30
33
 
31
34
  module ADIWG
32
35
  module Mdcodes
33
- VERSION = "2.3.0"
36
+ VERSION = "2.3.2"
34
37
  end
35
38
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "description": "CodeLists for ADIwg mdJSON",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,5 +29,6 @@ codelist:
29
29
  - {code: "adiwg007", codeName: product, description: "the associated resource is a product developed as deliverable of the main resource"}
30
30
  - {code: "adiwg008", codeName: parentProject, description: "the associated resource is a parent project of the main resource"}
31
31
  - {code: "adiwg009", codeName: subProject, description: "the associated resource is sub-project or task of the main resource"}
32
- - {code: "adiwg010", codeName: derivativeProduct, description: "the associated resource is product derived from main resource"}
32
+ - {code: "adiwg010", codeName: derivativeResource, description: "the associated resource is derived from main resource"}
33
33
  - {code: "adiwg011", codeName: alternate, description: "the associated resource is an alternate reference for the main resource"}
34
+ - {code: "adiwg012", codeName: isPartOf, description: "the associated resource is a subset of the main resource"}
@@ -34,3 +34,5 @@ codelist:
34
34
  - {code: "adiwg002", codeName: client, description: "agency or person requesting a project or data collection"}
35
35
  - {code: "adiwg003", codeName: logistics, description: "entity that provides logistics support"}
36
36
  - {code: "adiwg004", codeName: coPrincipalInvestigator, description: "party who is jointly responsible for gathering information and conducting research"}
37
+ - {code: "adiwg005", codeName: observer, description: "party who determines the identification of a species, mineral, or other sample"}
38
+ - {code: "adiwg006", codeName: curator, description: "party who serves as curator for specimens deposited in a repository"}
@@ -15,3 +15,4 @@ codelist:
15
15
  - {code: "004", codeName: tin, description: "triangulated irregular network"}
16
16
  - {code: "005", codeName: stereoModel, description: "three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images"}
17
17
  - {code: "006", codeName: video, description: "scene from a video recording"}
18
+ - {code: "adiwg001", codeName: coordinate, description: "data associated with coordinate pairs"}
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.3.0
4
+ version: 2.3.2
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-08-14 00:00:00.000000000 Z
11
+ date: 2017-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  version: '0'
161
161
  requirements: []
162
162
  rubyforge_project:
163
- rubygems_version: 2.4.5
163
+ rubygems_version: 2.5.2
164
164
  signing_key:
165
165
  specification_version: 4
166
166
  summary: adiwg-mdcodes provides code lists for mdJSON.