turbot-runner 0.2.34 → 0.2.36

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: e7b77862c781a643f175dd01788b7dbb6a708039
4
+ data.tar.gz: 03b99e354f71190e7b6f32b400b2396d85586027
5
5
  SHA512:
6
- metadata.gz: ec20be567c6dde2b967e10719998f782905497e895f72c9b59376dff039ccdd573fdac9ad500264e6b5e624c695e91ff323b3cfe3d26387709dfe93cb4e7a7be
7
- data.tar.gz: 98ffaeac42ae44c7c2b2cb54deeb45d4902f093539744fcbdf8a688493a8b6b209dd9b00feff2e0d89ab267c19a0c6fc66cce35965ee320aa0ceb3d4c88b9f36
6
+ metadata.gz: '05612914b8bc4c5b287bf41cf36ddbf1b0f83f7f4f692f5bddfd7bfdede649904f615aec2478773f46d2605d2f123d015c165caea5ae9107a87a8da0e2efd302'
7
+ data.tar.gz: cf574688420d94fb0b6247758f9e260c4e882b68538735939e63f47b8c0848ad1e671251fabad3dea8e6422b9738077de5c4ffa401f6fee349c290197711519c
@@ -1,3 +1,3 @@
1
1
  module TurbotRunner
2
- VERSION = '0.2.34'
2
+ VERSION = '0.2.36'
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.36
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: 2022-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport