turbot-runner 0.1.33 → 0.1.34
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 +8 -8
- data/lib/turbot_runner/version.rb +1 -1
- data/schema/schemas/includes/person_name.json +12 -12
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NzI3ZTllNDM1NTNhODEzMjI2ZjEyNTUwM2U5ZTU4OWFhYTBiMjEzOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZmQ0MTRjNGE4MjZjZDY2NmM3ZDAxZjk3YTA2MWM2NzUzZTJhZGIzMQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MDRlOWQyODAxMDE3YjU5Yjc3NTM2MTJhODA4NzczODMxYTRiYWY2NjZkOGRk
|
|
10
|
+
MjA2Mzk1Y2FlMWU5ODgzNzkzNmIwYWJmZTFlNGViNzFhNjcwMWI4ZmMyODkx
|
|
11
|
+
N2Y5ZTEyNmYzZDE3YmI5N2QyYmI1ZWYwZGRhMzRjZWI0N2YxZWM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTFmNmFhMTVhZjU3NDA2NjNlMzdiNzhlYTQ3ZjE4ZTg0ZmEyNzg2ZjI0YTY2
|
|
14
|
+
NjVhNDY4OGE1NjYwOTU4NDAyMTQ1ZDVhZjEzMWU2NDBlYmQwYjg2ZTkwNjky
|
|
15
|
+
Nzk4YzFiYTliNzk2YjgwMzBiZjI3NGQyNTMxMzY5NmQxMWI1NTA=
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"string",
|
|
7
7
|
"null"
|
|
8
8
|
],
|
|
9
|
-
"
|
|
9
|
+
"format": "non-blank"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"description": "The name of a person as an object",
|
|
@@ -17,53 +17,53 @@
|
|
|
17
17
|
"string",
|
|
18
18
|
"null"
|
|
19
19
|
],
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"format": "non-blank",
|
|
21
|
+
"description": "The given name (often first name) of a person, as opposed to their family name. Following FOAF practice, this is preferred to first_name"
|
|
22
22
|
},
|
|
23
23
|
"family_name": {
|
|
24
24
|
"type": [
|
|
25
25
|
"string",
|
|
26
26
|
"null"
|
|
27
27
|
],
|
|
28
|
-
"
|
|
29
|
-
"
|
|
28
|
+
"format": "non-blank",
|
|
29
|
+
"description": "The family name (often last name) of a person, as opposed to their family name. Following FOAF practice, this is preferred to last_name"
|
|
30
30
|
},
|
|
31
31
|
"first_name": {
|
|
32
32
|
"type": [
|
|
33
33
|
"string",
|
|
34
34
|
"null"
|
|
35
35
|
],
|
|
36
|
-
"
|
|
36
|
+
"format": "non-blank"
|
|
37
37
|
},
|
|
38
38
|
"middle_name": {
|
|
39
39
|
"type": [
|
|
40
40
|
"string",
|
|
41
41
|
"null"
|
|
42
42
|
],
|
|
43
|
-
"
|
|
43
|
+
"format": "non-blank"
|
|
44
44
|
},
|
|
45
45
|
"last_name": {
|
|
46
46
|
"type": [
|
|
47
47
|
"string",
|
|
48
48
|
"null"
|
|
49
49
|
],
|
|
50
|
-
"
|
|
50
|
+
"format": "non-blank"
|
|
51
51
|
},
|
|
52
52
|
"title": {
|
|
53
53
|
"type": [
|
|
54
54
|
"string",
|
|
55
55
|
"null"
|
|
56
56
|
],
|
|
57
|
-
"
|
|
58
|
-
"
|
|
57
|
+
"format": "non-blank",
|
|
58
|
+
"description": "Title such as Mr, Ms, Dr etc"
|
|
59
59
|
},
|
|
60
60
|
"suffixes": {
|
|
61
61
|
"type": [
|
|
62
62
|
"string",
|
|
63
63
|
"null"
|
|
64
64
|
],
|
|
65
|
-
"
|
|
66
|
-
"
|
|
65
|
+
"format": "non-blank",
|
|
66
|
+
"description": "Any suffixes, including degrees, honours (OBE), ordinals (John Smith Jr, Bill Jones II) etc"
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turbot-runner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.34
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenCorporates
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02-
|
|
11
|
+
date: 2015-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: openc-json_schema
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.0.
|
|
19
|
+
version: 0.0.11
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.0.
|
|
26
|
+
version: 0.0.11
|
|
27
27
|
description:
|
|
28
28
|
email: bots@opencorporates.com
|
|
29
29
|
executables: []
|