turbot-runner 0.1.19 → 0.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"percentage_controlled": {
|
|
48
48
|
"description": "Percentage of the subsidiary that is controlled (if known), either directly or indirectly",
|
|
49
49
|
"type": "string",
|
|
50
|
-
"pattern": "^[0-9]{1,2}[.]?[0-9]{0,2}$"
|
|
50
|
+
"pattern": "^[0-9]{1,2}0?[.]?[0-9]{0,2}$"
|
|
51
51
|
},
|
|
52
52
|
"subsidiary_name": {
|
|
53
53
|
"description": "The name of the subsidiary",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turbot-runner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 51
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 20
|
|
10
|
+
version: 0.1.20
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- OpenCorporates
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2015-01-
|
|
18
|
+
date: 2015-01-15 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: json-schema
|