turbot-runner 0.1.36 → 0.1.37
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/company-for-nesting.json +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YjI1OTIzYTRlMDQxMTk0OTg2NzIzZmJkY2I3ZjlhMTljYzkxNTg5Mw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDhhMDg5ZmJkN2U3NzE1NTNmOTBhMzdhYmRkZmYxMzA5OTY1NzAxYw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzQzNWRmMGUzZmY2ZmRhNTczZTRmNjdlMDkzNTMyMjRjMmQ5MGUwOTU2ZmVm
|
|
10
|
+
MWRkMTY0YmRjNTgxMzdiYjcyMGJlYTJlMDYxYjIyZjMwMmQwZThiZmU2MGJl
|
|
11
|
+
NWY3MjI1ZDAzMjRmYjRlZjFkNjM5MzA5MTJiY2ZiODM1MTI4NWU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YWMwOWUwOTU1MDY4MGU0OWQwODNiOTFkMzkxOTE5MmIyM2MzZGIzOTgyZjFm
|
|
14
|
+
ZjNiNDY0ZGE4ODM1ZWU4MjlmZDg3NmIyOWIxYjk1MjQ4YTY4ZGEzMmNkZDBi
|
|
15
|
+
Y2VkOTA4ZGQ5NjNhN2YyNjYxNzc3N2M1NjViYzk4OTkxMDUwNzY=
|
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
"description": "Legal name of the company",
|
|
14
14
|
"minLength": 1
|
|
15
15
|
},
|
|
16
|
+
"jurisdiction": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"description": "A free text field for the jurisdiction where the company is registered – this can be either the ISO 3166-2 code, the underscored version, or the standard name for the jurisdiction, e.g. France"
|
|
19
|
+
},
|
|
16
20
|
"jurisdiction_code": {
|
|
17
21
|
"type": "string",
|
|
18
22
|
"description": "Code representing the jurisdiction/company register which is the canonical record of the company’s existence. Uses underscored ISO 3166-2 to represent it, e.g. es for Spain, us_de for Delaware",
|
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.37
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenCorporates
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: openc-json_schema
|