turbot-runner 0.1.36 → 0.1.37

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmU4NmZiZDk5MDU3ZDhjYWRjZTdjNWMxOGNhZmQ5NjMyMDVkMGJiNg==
4
+ YjI1OTIzYTRlMDQxMTk0OTg2NzIzZmJkY2I3ZjlhMTljYzkxNTg5Mw==
5
5
  data.tar.gz: !binary |-
6
- MDhkYTZiZmQ3ZTAyZmZjZTVkNDRlZWI5ZTJmYWQ2MDRhNWUzN2U0Mw==
6
+ MDhhMDg5ZmJkN2U3NzE1NTNmOTBhMzdhYmRkZmYxMzA5OTY1NzAxYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OGRkZDk4NzI1YzkzNTY1Mzc4NWFjMjNmM2NkNDA0ZWZmNjNmOTczMWVlZTdi
10
- OWYwNzEzNWZlYjU0MWU5OWIyOWYyODM4NzExOGVlM2YxNTI0ZDIzODg0MDgx
11
- MzMwOTE5YTg3YjZmYjk1MDJlZDhiYWQ2NTI5MTRiNzRmZmQ0MTM=
9
+ MzQzNWRmMGUzZmY2ZmRhNTczZTRmNjdlMDkzNTMyMjRjMmQ5MGUwOTU2ZmVm
10
+ MWRkMTY0YmRjNTgxMzdiYjcyMGJlYTJlMDYxYjIyZjMwMmQwZThiZmU2MGJl
11
+ NWY3MjI1ZDAzMjRmYjRlZjFkNjM5MzA5MTJiY2ZiODM1MTI4NWU=
12
12
  data.tar.gz: !binary |-
13
- YzY5MzRiODc4YWEwOWM3NDBiZDAyY2JkNWE3MmQ4OTgxMGQzODc0MjZlODVi
14
- NzUyNzIwMTFmMTE1MTljZmE5Yjk5YzI3NTI3ZDdmNjUyYTM2OTZkZTdiZWUx
15
- OGIxZTRmNTFiN2I5Y2MzZTk1NDIzMDczMmZiZDg5ZjNhMWNmZDM=
13
+ YWMwOWUwOTU1MDY4MGU0OWQwODNiOTFkMzkxOTE5MmIyM2MzZGIzOTgyZjFm
14
+ ZjNiNDY0ZGE4ODM1ZWU4MjlmZDg3NmIyOWIxYjk1MjQ4YTY4ZGEzMmNkZDBi
15
+ Y2VkOTA4ZGQ5NjNhN2YyNjYxNzc3N2M1NjViYzk4OTkxMDUwNzY=
@@ -1,3 +1,3 @@
1
1
  module TurbotRunner
2
- VERSION = '0.1.36'
2
+ VERSION = '0.1.37'
3
3
  end
@@ -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.36
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-02 00:00:00.000000000 Z
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