turbot-runner 0.2.10 → 0.2.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2abb2d1640d836f7dc3f8430f1022ad94d22e30e
4
- data.tar.gz: 4643cf89f4b41487f869c13b162031a26c5bd6f5
3
+ metadata.gz: 12998df505b3c5c03dfb76f4e6ffea2402d343c7
4
+ data.tar.gz: 68b6cbe8f84be3e280d541debff1ba8ce08b5e67
5
5
  SHA512:
6
- metadata.gz: 4fc70c2616f8d80fe8b3a21d1be1b1b7691e75de8af1c5f160205edef165d197528997722b000db3a3b77790fc2796acd8aa3acb9862462cd226ef52e128550c
7
- data.tar.gz: a889bc90c631a1b2b796573deceba1453f6e9bf1e77126c2c49e472d9ec09131261e197a44ef60158d76cebad4baf752ca372f5eeeb7a96a84b88eece40f714f
6
+ metadata.gz: 6717ebd39a49e7e5097110c2867fddbddfcc72af567e27c47c63e32e2f5ce779a0639b5369f45c5326e4c59baff0f1559dd60cd153fd7abb497dbbbc725fdceb
7
+ data.tar.gz: 49ed50f227ecc6e76d10115c9464a889dca27b189e480fcdf20ee8f09b5753c8745e16693339d3d78e80dd01fe2e939424d57f7f199d4ddba41b6232e9d60783
@@ -1,3 +1,3 @@
1
1
  module TurbotRunner
2
- VERSION = '0.2.10'
2
+ VERSION = '0.2.11'
3
3
  end
@@ -430,7 +430,6 @@
430
430
  "identifier",
431
431
  "source_url",
432
432
  "sample_date",
433
- "retrieved_at",
434
433
  "confidence"
435
434
  ],
436
435
  "definitions": {
@@ -0,0 +1,22 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-04/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "source_jurisdiction": {
6
+ "description": "Jurisdiction of the source of the data",
7
+ "type": "string"
8
+ },
9
+ "company": {
10
+ "$ref" : "company.json"
11
+ },
12
+ "data": {
13
+ "type": "array",
14
+ "description": "This is an array of data objects, that is the objects which actually contain the data about the datum. Generally there will only be one element in this, although in for some types of data_types there may naturally be several releated to the same company, e.g. shareholders",
15
+ "items": {
16
+ "$ref": "financial-payment-data-object.json"
17
+ },
18
+ "additionalItems": false
19
+ }
20
+ },
21
+ "required": ["company", "data"]
22
+ }
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.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenCorporates
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-27 00:00:00.000000000 Z
11
+ date: 2016-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -64,6 +64,7 @@ files:
64
64
  - schema/schemas/includes/accounts_element.json
65
65
  - schema/schemas/includes/address.json
66
66
  - schema/schemas/includes/alternative_name.json
67
+ - schema/schemas/includes/base-statement.json
67
68
  - schema/schemas/includes/classification.json
68
69
  - schema/schemas/includes/company-for-nesting.json
69
70
  - schema/schemas/includes/company.json