turbot-runner 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module TurbotRunner
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "License Data",
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"}
@@ -11,7 +11,7 @@
11
11
  "data": {
12
12
  "items": {
13
13
  "allOf": [
14
- { "$ref": "includes/license-data.json" }
14
+ { "$ref": "includes/licence-data.json" }
15
15
  ]
16
16
  }
17
17
  }
@@ -29,7 +29,7 @@
29
29
  "type": "string"
30
30
  },
31
31
  "jurisdiction_classification": {
32
- "description": "Description of how regulator classifies licence",
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 where licence is issued",
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,18 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbot-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - OpenCorporates
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-07-07 00:00:00.000000000 Z
12
+ date: 2014-07-08 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: json-schema
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
19
  - - '='
18
20
  - !ruby/object:Gem::Version
@@ -20,6 +22,7 @@ dependencies:
20
22
  type: :runtime
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
27
  - - '='
25
28
  - !ruby/object:Gem::Version
@@ -34,12 +37,16 @@ files:
34
37
  - lib/prerun.rb
35
38
  - lib/turbot_runner.rb
36
39
  - lib/turbot_runner/version.rb
40
+ - spec/dummy-bot/manifest.json
41
+ - spec/dummy-bot/scraper.rb
42
+ - spec/dummy-bot/transformer.rb
43
+ - spec/turbot_runner_spec.rb
37
44
  - schema/schemas/company-schema.json
38
45
  - schema/schemas/includes/address.json
39
46
  - schema/schemas/includes/base-statement.json
40
47
  - schema/schemas/includes/company.json
41
48
  - schema/schemas/includes/filing.json
42
- - schema/schemas/includes/license-data.json
49
+ - schema/schemas/includes/licence-data.json
43
50
  - schema/schemas/includes/officer.json
44
51
  - schema/schemas/includes/previous_name.json
45
52
  - schema/schemas/includes/share-parcel-data.json
@@ -51,33 +58,29 @@ files:
51
58
  - schema/schemas/share-parcel-schema.json
52
59
  - schema/schemas/simple-licence-schema.json
53
60
  - schema/schemas/subsidiary-relationship-schema.json
54
- - spec/dummy-bot/manifest.json
55
- - spec/dummy-bot/scraper.rb
56
- - spec/dummy-bot/transformer.rb
57
- - spec/turbot_runner_spec.rb
58
61
  homepage: http://turbot.opencorporates.com/
59
62
  licenses:
60
63
  - MIT
61
- metadata: {}
62
64
  post_install_message:
63
65
  rdoc_options: []
64
66
  require_paths:
65
67
  - lib
66
68
  required_ruby_version: !ruby/object:Gem::Requirement
69
+ none: false
67
70
  requirements:
68
71
  - - ! '>='
69
72
  - !ruby/object:Gem::Version
70
73
  version: 1.9.2
71
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
+ none: false
72
76
  requirements:
73
77
  - - ! '>='
74
78
  - !ruby/object:Gem::Version
75
79
  version: '0'
76
80
  requirements: []
77
81
  rubyforge_project:
78
- rubygems_version: 2.2.2
82
+ rubygems_version: 1.8.23
79
83
  signing_key:
80
- specification_version: 4
84
+ specification_version: 3
81
85
  summary: Utilities for running bots with Turbot
82
86
  test_files: []
83
- has_rdoc:
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YzBiZWRjM2ZlMTU2NmRkMDYzMzI1M2Q3YTg3ODEzNDI5OWQ3ZTMyYQ==
5
- data.tar.gz: !binary |-
6
- ZGIxZWQwZjA0YjhjNWYxMWQyNjkyM2I2NWQ0MjkyZTY2M2ZmNDQ4Yw==
7
- SHA512:
8
- metadata.gz: !binary |-
9
- YzJmYzg3YjM0MTIzYjI0ZjkzYTE5YTgwNjZmZGI4OTNkNjBmZWEyMmM0Yjhh
10
- MTUyOGQxZGFlMDgwMGIyZDNkMmM3ZThkZGUzNjFiZGI3NDNiNmIxZWU4ZmE4
11
- NmFiN2JjMzRjZTZhODE1NzMwMmI2MzI4Zjc2YzliZGMyMzc4Yjk=
12
- data.tar.gz: !binary |-
13
- ZTcxYmUwOThmMTQzMGM4YzEyZDdmZDE3NzlkNzZmYjU0ODlkZDc4Yjc4YzEw
14
- NTY0YjU5YTM1MjJlNDZkNDMwNzQzZGM0NWQ4YzdjZmYyYjZjZmVlMTRjNDkw
15
- OGMwN2I4ZDNiMTBiODAyMjQ0NDI0ZmUzZmU4MjgzMzFiZWQ3ZjM=