turbot 0.0.40 → 0.0.41
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
NzJiOGM0M2I2ZGE3OWE4YzE4ODUzOGM1NjhlZDI3NDgwMGNiYzM1OQ==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: d594b6202c9beaf1ba7f2371cb7d779344f8f057
|
4
|
+
data.tar.gz: 988e9cfb415f105035e1495cbf41af5355a1e0bf
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
OWRhYTYwMDU0N2ZhNDViYzA3MDQ2ZDRhMGYxMTk3ZTRhOTkxN2Q0YWY0YWVi
|
11
|
-
Zjc0ZjQ1NDkwOTdhYWYyYmMxMWRiMTM0MzBlMDdlMDY2YjBjOTQ=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
MDM4ZjNjMWVkOTkwMWZlZGJlOTBlMzE2YWI5YTJhMGNkMjMyZGVjZTM4MWQ4
|
14
|
-
N2Y1OGY0ZjdjM2ZkOWJiNjAyYjQ3ZWNiMzdhNmZhOTJiMGM0ODA2MTc2ZjZi
|
15
|
-
OGNmOWJkYWI1NmIyNjE3YTFlM2YwMmY0YTg0NzlhNWVkYzY1Y2M=
|
6
|
+
metadata.gz: aec58338bca6d9e723f078347518a6c31cf0654a1dc78baa15503cae23ab80ab47a6c7d6f3ab0cdd4fb73ce31066237de736f2cd7a2d3c5ece64a2209aba2575
|
7
|
+
data.tar.gz: 6f6b8f14793dbf95b55782aece64433eef2736bd9e4289f74b6627a50f4cacc2c763ccd0ab1bf11b7821e414f0baadd5a3e659bbb345c398b29bf7de789f659e
|
data/lib/turbot/version.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"name": "
|
2
|
+
"name": "Licence Data",
|
3
3
|
"type": "object",
|
4
4
|
"properties": {
|
5
5
|
"data_type": { "enum": [ "licence" ] },
|
@@ -16,6 +16,7 @@
|
|
16
16
|
"type": "string"},
|
17
17
|
"jurisdiction_classification": {
|
18
18
|
"type": "array",
|
19
|
+
"description": "The local classification given by the regulator",
|
19
20
|
"minItems": 1},
|
20
21
|
"oc_classification": {
|
21
22
|
"type": "array"}
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"type": "string"
|
30
30
|
},
|
31
31
|
"jurisdiction_classification": {
|
32
|
-
"description": "
|
32
|
+
"description": "Classification of licence by the regulator",
|
33
33
|
"type": "string"
|
34
34
|
},
|
35
35
|
"regulator": {
|
@@ -37,13 +37,17 @@
|
|
37
37
|
"type": "string"
|
38
38
|
},
|
39
39
|
"licence_jurisdiction": {
|
40
|
-
"description": "Jurisdiction
|
40
|
+
"description": "Jurisdiction for which licence is issued",
|
41
|
+
"type": "string"
|
42
|
+
},
|
43
|
+
"status": {
|
44
|
+
"description": "Status of the licence",
|
41
45
|
"type": "string"
|
42
46
|
},
|
43
47
|
"category": {
|
44
48
|
"description": "Category of licence",
|
45
49
|
"type": "string",
|
46
|
-
"enum": ["Financial"]
|
50
|
+
"enum": ["Financial", "Business"]
|
47
51
|
}
|
48
52
|
},
|
49
53
|
"required": ["source_url", "sample_date", "company_name", "company_jurisdiction"]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.41
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Turbot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: netrc
|
@@ -42,42 +42,42 @@ dependencies:
|
|
42
42
|
name: launchy
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - '>='
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: 0.3.2
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 0.3.2
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: rubyzip
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - '>='
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: 1.0.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - '>='
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 1.0.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: json-schema
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- -
|
73
|
+
- - '>='
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - '>='
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
- !ruby/object:Gem::Dependency
|
@@ -126,14 +126,14 @@ dependencies:
|
|
126
126
|
name: excon
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
128
128
|
requirements:
|
129
|
-
- -
|
129
|
+
- - '>='
|
130
130
|
- !ruby/object:Gem::Version
|
131
131
|
version: '0'
|
132
132
|
type: :runtime
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
|
-
- -
|
136
|
+
- - '>='
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '0'
|
139
139
|
description: Client library and command-line tool to deploy and manage apps on Turbot.
|
@@ -175,23 +175,6 @@ files:
|
|
175
175
|
- lib/turbot/updater.rb
|
176
176
|
- lib/turbot/version.rb
|
177
177
|
- lib/vendor/turbot/okjson.rb
|
178
|
-
- schema/schemas/company-schema.json
|
179
|
-
- schema/schemas/includes/address.json
|
180
|
-
- schema/schemas/includes/base-statement.json
|
181
|
-
- schema/schemas/includes/company.json
|
182
|
-
- schema/schemas/includes/filing.json
|
183
|
-
- schema/schemas/includes/license-data.json
|
184
|
-
- schema/schemas/includes/officer.json
|
185
|
-
- schema/schemas/includes/previous_name.json
|
186
|
-
- schema/schemas/includes/share-parcel-data.json
|
187
|
-
- schema/schemas/includes/share-parcel.json
|
188
|
-
- schema/schemas/includes/subsidiary-relationship-data.json
|
189
|
-
- schema/schemas/includes/total-shares.json
|
190
|
-
- schema/schemas/licence-schema.json
|
191
|
-
- schema/schemas/primary-data-schema.json
|
192
|
-
- schema/schemas/share-parcel-schema.json
|
193
|
-
- schema/schemas/simple-licence-schema.json
|
194
|
-
- schema/schemas/subsidiary-relationship-schema.json
|
195
178
|
- spec/helper/legacy_help.rb
|
196
179
|
- spec/helper/pg_dump_restore_spec.rb
|
197
180
|
- spec/schemas/dummy_schema.json
|
@@ -225,6 +208,23 @@ files:
|
|
225
208
|
- templates/manifest.json
|
226
209
|
- templates/python/scraper.py
|
227
210
|
- templates/ruby/scraper.rb
|
211
|
+
- schema/schemas/company-schema.json
|
212
|
+
- schema/schemas/includes/address.json
|
213
|
+
- schema/schemas/includes/base-statement.json
|
214
|
+
- schema/schemas/includes/company.json
|
215
|
+
- schema/schemas/includes/filing.json
|
216
|
+
- schema/schemas/includes/licence-data.json
|
217
|
+
- schema/schemas/includes/officer.json
|
218
|
+
- schema/schemas/includes/previous_name.json
|
219
|
+
- schema/schemas/includes/share-parcel-data.json
|
220
|
+
- schema/schemas/includes/share-parcel.json
|
221
|
+
- schema/schemas/includes/subsidiary-relationship-data.json
|
222
|
+
- schema/schemas/includes/total-shares.json
|
223
|
+
- schema/schemas/licence-schema.json
|
224
|
+
- schema/schemas/primary-data-schema.json
|
225
|
+
- schema/schemas/share-parcel-schema.json
|
226
|
+
- schema/schemas/simple-licence-schema.json
|
227
|
+
- schema/schemas/subsidiary-relationship-schema.json
|
228
228
|
homepage: http://turbot.com/
|
229
229
|
licenses:
|
230
230
|
- MIT
|
@@ -235,19 +235,18 @@ require_paths:
|
|
235
235
|
- lib
|
236
236
|
required_ruby_version: !ruby/object:Gem::Requirement
|
237
237
|
requirements:
|
238
|
-
- -
|
238
|
+
- - '>='
|
239
239
|
- !ruby/object:Gem::Version
|
240
240
|
version: 1.9.2
|
241
241
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
242
242
|
requirements:
|
243
|
-
- -
|
243
|
+
- - '>='
|
244
244
|
- !ruby/object:Gem::Version
|
245
245
|
version: '0'
|
246
246
|
requirements: []
|
247
247
|
rubyforge_project:
|
248
|
-
rubygems_version: 2.
|
248
|
+
rubygems_version: 2.0.14
|
249
249
|
signing_key:
|
250
250
|
specification_version: 4
|
251
251
|
summary: Client library and CLI to deploy apps on Turbot.
|
252
252
|
test_files: []
|
253
|
-
has_rdoc:
|