turbot-runner 0.0.12 → 0.0.13

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.12'
2
+ VERSION = '0.0.13'
3
3
  end
@@ -29,8 +29,8 @@
29
29
  "type": "string"
30
30
  },
31
31
  "jurisdiction_classification": {
32
- "description": "Classification of licence by the regulator",
33
- "type": "string"
32
+ "description": "Description of how regulator classifies licence",
33
+ "type": ["string", "array"]
34
34
  },
35
35
  "regulator": {
36
36
  "description": "The regulating body that issued the licence",
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.12
4
+ version: 0.0.13
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-10 00:00:00.000000000 Z
12
+ date: 2014-07-11 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,6 +37,10 @@ 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
@@ -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
- NDMzMzY5NTFmZWFlNzQyY2VhNjI4OTA3NWY1YzUxMWMzYjc0MGMxYQ==
5
- data.tar.gz: !binary |-
6
- MjUxNWI3ZGFhMzM0Yjk5ZWVmZWRlMjE3YTc5NDM5YjE2MTRjZjA2NA==
7
- SHA512:
8
- metadata.gz: !binary |-
9
- YjRkMDU4OGViZjAyNGU4YjJhMzkwMWIxMmFmMmY5NGE5M2Y3NGE5YzYwYWVi
10
- NjZjOWNiN2JkYjFiNzUwYWQ4OWEwMDIxMGQzZjI1YTFlZDVkZTQzZGFkYjcy
11
- ZTEwMmY3OWUzYTBmYWQzYzE4YTAxMzZjMTAxZDIyNjQzYWE3MGQ=
12
- data.tar.gz: !binary |-
13
- OThmNzJjMjg1OTVhYTYxOGEyZGRjMzRlNmNlMmUyZDFhMjAyNzA4Y2IzYjM1
14
- MzY3NmNiNThmMGVkM2MyNTkzMWQ2MjU5Y2MzODllMDIwNzhiNTlmMWU2ZTg2
15
- NjI5ZTUxNDQ5Nzk5NzdhY2VlNzFkMTEzYjcwNzdiNTU1NTY0MjQ=