turbot-runner 0.2.25 → 0.2.26

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: 67db5a1f9f19990f834a87fe9906343a0f44b240
4
- data.tar.gz: c137d5b7216b405ad107130b9af13ea7be41783c
3
+ metadata.gz: 04ec3d9b7359398a93163119fa33f7a049302848
4
+ data.tar.gz: c01f81da5a667005308c0bb5c849da266d9976cd
5
5
  SHA512:
6
- metadata.gz: 93cbafd0a29f01e7bff93fc94c25feee419059b4c00a49707b526fbafa4e2736c117a59102dd7a49996b07a3e5012d3c02e1ff26366b61002e579defb0d9b40a
7
- data.tar.gz: 0690253010d37035306bc6243ebf85640090e162de0955fd45ebd3e75b272f31e6b02773a3dd63e14aa82192a19ccb322e0f8ec91aeb11e12a72114950ffd469
6
+ metadata.gz: 1d3cb7f048faca268de2e29f13bd6c779e7fa9c8f4c5d12d8d338817c7d1430f2a5ceb6ab3a936e639d83916872acdc7054a810bce549a6af3b390b4e4426d65
7
+ data.tar.gz: 6e477eee380f73b4e5784f4f1fb2257f3ec69ef936f75dfabca651dd237cda4812224ccfb2d5754e056ef1f7db6f8c654b7765514841f099a686d718f43cfc3a
@@ -1,3 +1,3 @@
1
1
  module TurbotRunner
2
- VERSION = '0.2.25'
2
+ VERSION = '0.2.26'
3
3
  end
@@ -43,6 +43,12 @@
43
43
  "type": "string",
44
44
  "minLength": 4
45
45
  },
46
+ "identifiers": {
47
+ "type": ["array", "null"],
48
+ "items": {
49
+ "$ref": "identifier.json"
50
+ }
51
+ },
46
52
  "registered_address": {
47
53
  "$ref": "address.json"
48
54
  },
@@ -98,6 +98,12 @@
98
98
  "type": "string",
99
99
  "format": "non-blank"
100
100
  },
101
+ "identifiers": {
102
+ "type": ["array", "null"],
103
+ "items": {
104
+ "$ref": "identifier.json"
105
+ }
106
+ },
101
107
  "other_attributes": {
102
108
  "description": "Use for other attributes for which we don't yet have curated schema attributes",
103
109
  "type": "object"
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.25
4
+ version: 0.2.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenCorporates
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-19 00:00:00.000000000 Z
11
+ date: 2016-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport