turbot-runner 0.2.24 → 0.2.25
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/turbot_runner/version.rb +1 -1
- data/schema/schemas/includes/person.json +1 -1
- 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: 67db5a1f9f19990f834a87fe9906343a0f44b240
|
|
4
|
+
data.tar.gz: c137d5b7216b405ad107130b9af13ea7be41783c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93cbafd0a29f01e7bff93fc94c25feee419059b4c00a49707b526fbafa4e2736c117a59102dd7a49996b07a3e5012d3c02e1ff26366b61002e579defb0d9b40a
|
|
7
|
+
data.tar.gz: 0690253010d37035306bc6243ebf85640090e162de0955fd45ebd3e75b272f31e6b02773a3dd63e14aa82192a19ccb322e0f8ec91aeb11e12a72114950ffd469
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"country_of_residence": {
|
|
97
97
|
"description": "The normal country of residence for the person",
|
|
98
98
|
"type": "string",
|
|
99
|
-
"
|
|
99
|
+
"format": "non-blank"
|
|
100
100
|
},
|
|
101
101
|
"other_attributes": {
|
|
102
102
|
"description": "Use for other attributes for which we don't yet have curated schema attributes",
|
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.2.
|
|
4
|
+
version: 0.2.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenCorporates
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-07-
|
|
11
|
+
date: 2016-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|