turbot-runner 0.1.33 → 0.1.34

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzZjMjQ3MjYzZTZjZDZkNGY3MDI3MDJlZWJiZmI4MDljM2EzMzc3Mg==
4
+ NzI3ZTllNDM1NTNhODEzMjI2ZjEyNTUwM2U5ZTU4OWFhYTBiMjEzOQ==
5
5
  data.tar.gz: !binary |-
6
- OTc4MmYxYjA5ZDY3MmNkMTQ0MDk2YjI0ZTY2MzA1YWI0MTc1YjZjOA==
6
+ ZmQ0MTRjNGE4MjZjZDY2NmM3ZDAxZjk3YTA2MWM2NzUzZTJhZGIzMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NjQyMzA4ZDExYWI1Zjk2OWIxNzczNGY2YTg1MzQ4NTE0MzJjNTFhNTVmZTRm
10
- ZGE2NmU5MDQ2MGY5YzRhMjU1ZDQ2MzYwZmU5YjNhNjg0Mjg3NDNkNWEzM2Y4
11
- N2JiOTAyM2JlOWFmOTA4MDYyNDg1MDBkMjUwNzE3ZTIxNmFiZWE=
9
+ MDRlOWQyODAxMDE3YjU5Yjc3NTM2MTJhODA4NzczODMxYTRiYWY2NjZkOGRk
10
+ MjA2Mzk1Y2FlMWU5ODgzNzkzNmIwYWJmZTFlNGViNzFhNjcwMWI4ZmMyODkx
11
+ N2Y5ZTEyNmYzZDE3YmI5N2QyYmI1ZWYwZGRhMzRjZWI0N2YxZWM=
12
12
  data.tar.gz: !binary |-
13
- ZmY0MzNiYzcxNDQ4MWU0OTM3MzYzZGU0MDYwYmU2MzVlOWRlYzYzZmRlNGYw
14
- YWNiNWMwMTEzMjQxYjEyZDFmMmEyMmY2NGQ1Mzg1M2E4NTQ1N2JlYTE5MDNh
15
- MDg5MWI2YTU4OTZkMzdkNjI2ZWQzOWRlZmNjMWQ4YmQ2NzlmZjI=
13
+ MTFmNmFhMTVhZjU3NDA2NjNlMzdiNzhlYTQ3ZjE4ZTg0ZmEyNzg2ZjI0YTY2
14
+ NjVhNDY4OGE1NjYwOTU4NDAyMTQ1ZDVhZjEzMWU2NDBlYmQwYjg2ZTkwNjky
15
+ Nzk4YzFiYTliNzk2YjgwMzBiZjI3NGQyNTMxMzY5NmQxMWI1NTA=
@@ -1,3 +1,3 @@
1
1
  module TurbotRunner
2
- VERSION = '0.1.33'
2
+ VERSION = '0.1.34'
3
3
  end
@@ -6,7 +6,7 @@
6
6
  "string",
7
7
  "null"
8
8
  ],
9
- "minLength": 2
9
+ "format": "non-blank"
10
10
  },
11
11
  {
12
12
  "description": "The name of a person as an object",
@@ -17,53 +17,53 @@
17
17
  "string",
18
18
  "null"
19
19
  ],
20
- "description": "The given name (often first name) of a person, as opposed to their family name. Following FOAF practice, this is preferred to first_name",
21
- "minLength": 1
20
+ "format": "non-blank",
21
+ "description": "The given name (often first name) of a person, as opposed to their family name. Following FOAF practice, this is preferred to first_name"
22
22
  },
23
23
  "family_name": {
24
24
  "type": [
25
25
  "string",
26
26
  "null"
27
27
  ],
28
- "description": "The family name (often last name) of a person, as opposed to their family name. Following FOAF practice, this is preferred to last_name",
29
- "minLength": 1
28
+ "format": "non-blank",
29
+ "description": "The family name (often last name) of a person, as opposed to their family name. Following FOAF practice, this is preferred to last_name"
30
30
  },
31
31
  "first_name": {
32
32
  "type": [
33
33
  "string",
34
34
  "null"
35
35
  ],
36
- "minLength": 1
36
+ "format": "non-blank"
37
37
  },
38
38
  "middle_name": {
39
39
  "type": [
40
40
  "string",
41
41
  "null"
42
42
  ],
43
- "minLength": 1
43
+ "format": "non-blank"
44
44
  },
45
45
  "last_name": {
46
46
  "type": [
47
47
  "string",
48
48
  "null"
49
49
  ],
50
- "minLength": 1
50
+ "format": "non-blank"
51
51
  },
52
52
  "title": {
53
53
  "type": [
54
54
  "string",
55
55
  "null"
56
56
  ],
57
- "description": "Title such as Mr, Ms, Dr etc",
58
- "minLength": 1
57
+ "format": "non-blank",
58
+ "description": "Title such as Mr, Ms, Dr etc"
59
59
  },
60
60
  "suffixes": {
61
61
  "type": [
62
62
  "string",
63
63
  "null"
64
64
  ],
65
- "description": "Any suffixes, including degrees, honours (OBE), ordinals (John Smith Jr, Bill Jones II) etc",
66
- "minLength": 1
65
+ "format": "non-blank",
66
+ "description": "Any suffixes, including degrees, honours (OBE), ordinals (John Smith Jr, Bill Jones II) etc"
67
67
  }
68
68
  }
69
69
  }
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.1.33
4
+ version: 0.1.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenCorporates
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-25 00:00:00.000000000 Z
11
+ date: 2015-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: openc-json_schema
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.0.9
19
+ version: 0.0.11
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.0.9
26
+ version: 0.0.11
27
27
  description:
28
28
  email: bots@opencorporates.com
29
29
  executables: []