turbot-runner-morph 0.0.3 → 0.0.4
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,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
OTFiYmEwN2U1NjdhYzE0Zjc0MTU2YWNiYWExMzdjNmM4NTdjZDI0ZA==
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 81a9f7aec50dd9258cb30f19328c397584099923
|
|
4
|
+
data.tar.gz: b830065d79cd912092397b20563161802648dcc4
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
MWIwZmI2ZDk0NjcxNmNhZjJlYjllYjVkZTBmN2M0YTNmNzRhNjI0MDFkNTlh
|
|
11
|
-
MmMwMmU3OTcxZjk1NWMzZGRjY2QxNTI1N2M0MThlMjU3MjBlNDA=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
YmRmODk5YTQyOGRkMTVmYzcwMjVhYmFmZTA4Y2Q1NDE5ZmVhOTkzYTc5ZDhh
|
|
14
|
-
NDBjNTYwYzc2ODQzNGQ5ZjJmMTQ0Y2Y0MDA5YTYyOWE2NWI2NDI2ZDIxY2Jl
|
|
15
|
-
ZTRiYmY3ZTc4M2ExZTk1MTViMGZjZmJiYzU4MjU2ODJkMWE2YWM=
|
|
6
|
+
metadata.gz: bc9daa3e3b063740c39c740b7874053e9fbc2ed1854994ea985dde14cdda224f5a4a553f0959def6a2b0f7829fdada05b8cc8572a60ab621f5eba179f5a48c46
|
|
7
|
+
data.tar.gz: da203564d81edacb080fb187f2aa71053306cda68840e7bf55a091f440b3885a11016dc7d38e746fafb701872f1bf23f303aeb67e62a46e1944c500dac51275a
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
"description": "The code for filing type, if given (e.g. 'AR01')",
|
|
29
29
|
"type": "string"
|
|
30
30
|
},
|
|
31
|
+
"corporate_register_filing": {
|
|
32
|
+
"description": "Whether the source of the filing is the corporate register where the company is incorporated/registered with",
|
|
33
|
+
"type": "boolean"
|
|
34
|
+
},
|
|
31
35
|
"title": {
|
|
32
36
|
"description": "The title of the filing, if given",
|
|
33
37
|
"type": "string"
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"file_format": {
|
|
11
11
|
"description": "Format of the document, if known",
|
|
12
|
-
"
|
|
13
|
-
"enum": ["xml","pdf","html", null]
|
|
12
|
+
"enum": ["xml","pdf","html","doc", null]
|
|
14
13
|
},
|
|
15
14
|
"original_source_url": {
|
|
16
15
|
"description": "Persistent URL for the document, if there is one",
|
|
@@ -35,6 +34,10 @@
|
|
|
35
34
|
"description": "type of document (at the moment only XBRL is the only option here)",
|
|
36
35
|
"type": "string",
|
|
37
36
|
"enum": ["xbrl", null]
|
|
37
|
+
},
|
|
38
|
+
"pages": {
|
|
39
|
+
"description": "Number of pages, if known",
|
|
40
|
+
"type": "integer"
|
|
38
41
|
}
|
|
39
42
|
},
|
|
40
43
|
"additionalProperties": false,
|
|
@@ -58,6 +58,11 @@
|
|
|
58
58
|
"type": "string",
|
|
59
59
|
"format": "date"
|
|
60
60
|
},
|
|
61
|
+
"retrieved_at": {
|
|
62
|
+
"description": "Date-time this was retrieved from the source",
|
|
63
|
+
"type": "string",
|
|
64
|
+
"format": "date-time"
|
|
65
|
+
},
|
|
61
66
|
"licence_url": {
|
|
62
67
|
"type": "string",
|
|
63
68
|
"description": "A public URL for the licence"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turbot-runner-morph
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenCorporates
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: openc-json_schema
|
|
@@ -134,19 +134,18 @@ require_paths:
|
|
|
134
134
|
- lib
|
|
135
135
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
136
136
|
requirements:
|
|
137
|
-
- -
|
|
137
|
+
- - ">="
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
139
|
version: 1.9.2
|
|
140
140
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
141
|
requirements:
|
|
142
|
-
- -
|
|
142
|
+
- - ">="
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
144
|
version: '0'
|
|
145
145
|
requirements: []
|
|
146
146
|
rubyforge_project:
|
|
147
|
-
rubygems_version: 2.
|
|
147
|
+
rubygems_version: 2.4.5
|
|
148
148
|
signing_key:
|
|
149
149
|
specification_version: 4
|
|
150
150
|
summary: Utilities for running bots with Turbot
|
|
151
151
|
test_files: []
|
|
152
|
-
has_rdoc:
|