turbot-runner 0.2.34 → 0.2.35

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c73a920e178c0ba176b17be1e10a480b4a663ca4
4
- data.tar.gz: 9693383fe1630efcd66b820fa93b889774dd7788
3
+ metadata.gz: df9e22cebf2baaf92d7c95c0d8eca6732cca4647
4
+ data.tar.gz: 1ba141e04d8c491bdf1e013605d4dff7627e6859
5
5
  SHA512:
6
- metadata.gz: ec20be567c6dde2b967e10719998f782905497e895f72c9b59376dff039ccdd573fdac9ad500264e6b5e624c695e91ff323b3cfe3d26387709dfe93cb4e7a7be
7
- data.tar.gz: 98ffaeac42ae44c7c2b2cb54deeb45d4902f093539744fcbdf8a688493a8b6b209dd9b00feff2e0d89ab267c19a0c6fc66cce35965ee320aa0ceb3d4c88b9f36
6
+ metadata.gz: ae86d6d271139df365c4e677295e769ce261e5cab70db4b6ac9498f84256c955d156f83376a6b7e63ca96488687e19be0a49170aa6583e996cd9fd5b6fd127d1
7
+ data.tar.gz: eed08d32b718add5ec5af36ed785876af6f3d05d26f8be735307a0c4567aa6e9ed849ac99d74cb437ec3025493ce5d49eeed30e496b84508aef281a456d7f774
@@ -1,3 +1,3 @@
1
1
  module TurbotRunner
2
- VERSION = '0.2.34'
2
+ VERSION = '0.2.35'
3
3
  end
@@ -14,7 +14,8 @@
14
14
  "Assumed Name",
15
15
  "Trade Name",
16
16
  "DBA / doing business as",
17
- "Fictitious name"
17
+ "Fictitious Name",
18
+ "Other"
18
19
  ]
19
20
  },
20
21
  "registered_address": {
@@ -29,6 +30,14 @@
29
30
  "type": "string",
30
31
  "format": "date"
31
32
  },
33
+ "filing_number": {
34
+ "description": "The registers unique id for this record",
35
+ "type": "string"
36
+ },
37
+ "source_jurisdiction": {
38
+ "type": "string",
39
+ "minLength": 1
40
+ },
32
41
  "source_url": {
33
42
  "description": "Place where this fact can be verified",
34
43
  "type": "string",
@@ -51,19 +60,24 @@
51
60
  "retrieved_at": {
52
61
  "description": "The time or date at which the source URL was requested",
53
62
  "type": "string",
54
- "format": "date"
63
+ "format": "date-time"
64
+ },
65
+ "owner_entities": {
66
+ "description": "Lists of owner companies, and persons should this data be available",
67
+ "type": "object"
55
68
  },
56
- "other_attributes": {
57
- "description": "Dump of all other relevant data for which we don't yet have curated schema attributes",
58
- "type": "object"
69
+ "other_attributes": {
70
+ "description": "Dump of all other relevant data for which we don't yet have curated schema attributes",
71
+ "type": "object"
59
72
  }
60
73
  },
61
74
  "required": [
62
75
  "name",
63
76
  "type",
64
- "other_attributes",
77
+ "owner_entities",
65
78
  "retrieved_at",
66
79
  "sample_date",
67
- "source_url"
80
+ "source_url",
81
+ "source_jurisdiction"
68
82
  ]
69
83
  }
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.34
4
+ version: 0.2.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenCorporates
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-05 00:00:00.000000000 Z
11
+ date: 2021-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport