adiwg-mdcodes 2.1.6 → 2.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/adiwg/mdcodes/version.rb +4 -3
- data/package.json +1 -1
- data/resources/iso_dateType.yml +11 -0
- 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: 7de2bf92d65c25d9ac357b68ecad2deab874c158
|
4
|
+
data.tar.gz: 2160ff264eaf3e3628701fc1cb2cf833f9df9547
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e0cd699b6f9082cfdb4e09a2a7d94964795e5e2601dea855887bc81f47947572edd560fe0a71e89b296a2e8f463d758936481ff66f195001f85f74a46b490c4
|
7
|
+
data.tar.gz: fe57f89fd061bea0330baddbaef95eed8a80b8f05b54859a647680e94f47213c211d5940b8198cac7a2eec9582e7495d470662e0f9ef640701056897ac945bce
|
@@ -1,6 +1,7 @@
|
|
1
1
|
# adiwg mdCodes
|
2
2
|
|
3
3
|
# version 2 history
|
4
|
+
# 2.1.7 2017-06-08 added scienceBase date codes to dateType
|
4
5
|
# 2.1.6 2017-05-16 added 'isoTopicCategory' to keyword type code list
|
5
6
|
# 2.1.5 2017-03-15 added adiwg_entityType codelist
|
6
7
|
# 2.1.4 2017-03-07 added phone types to telephone codes
|
@@ -26,7 +27,7 @@
|
|
26
27
|
# 1.2.1 2015-09-28 bumped version number to match gem
|
27
28
|
|
28
29
|
module ADIWG
|
29
|
-
|
30
|
-
|
31
|
-
|
30
|
+
module Mdcodes
|
31
|
+
VERSION = "2.1.7"
|
32
|
+
end
|
32
33
|
end
|
data/package.json
CHANGED
data/resources/iso_dateType.yml
CHANGED
@@ -25,3 +25,14 @@ codelist:
|
|
25
25
|
- {code: "014", codeName: validityExpires, description: "time at which the data are no longer considered to be valid"}
|
26
26
|
- {code: "015", codeName: released, description: "the date that the resource shall be released for public access"}
|
27
27
|
- {code: "016", codeName: distribution, description: "date identifies when an instance of the resource was distributed"}
|
28
|
+
- {code: "adiwg001", codeName: acquisition, description: "date ownership of the resource was acquired generally by purchase"}
|
29
|
+
- {code: "adiwg002", codeName: assessment, description: "date the resource was reviewed or assessed"}
|
30
|
+
- {code: "adiwg003", codeName: award, description: "date a grant or funding was awarded"}
|
31
|
+
- {code: "adiwg004", codeName: collected, description: "date a sample or data was collected"}
|
32
|
+
- {code: "adiwg005", codeName: deprecated, description: "date a resource, data, or standard was deprecated"}
|
33
|
+
- {code: "adiwg006", codeName: due, description: "date a resource or task is to be completed"}
|
34
|
+
- {code: "adiwg007", codeName: end, description: "end date"}
|
35
|
+
- {code: "adiwg008", codeName: received, description: "date a resource was received"}
|
36
|
+
- {code: "adiwg009", codeName: reported, description: "date something was reported or announced"}
|
37
|
+
- {code: "adiwg010", codeName: start, description: "start or begin date"}
|
38
|
+
- {code: "adiwg011", codeName: transmitted, description: "date resource was transmitted to another party"}
|
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.
|
4
|
+
version: 2.1.7
|
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-
|
11
|
+
date: 2017-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|