turbot 0.0.49 → 0.0.50
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.
- checksums.yaml +13 -5
- data/lib/turbot/version.rb +1 -1
- metadata +36 -35
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
NDQ0OGVlNWZlYmQ4YWU0MGJlNzBlZDRhODNmMTA3ODAwNjNiYTBmNg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
MzcyNTc5MzFhNDg4YTIzN2EwOGEzOTEwZmQ3OTEyNjY4MzM0ZjlmMA==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
OWY0YjFmM2QwNTM5YjU0NTNiNzZhMzE5MjE5MmEyZWMxNDhhMTAzMzUyMWE5
|
|
10
|
+
MzAyODZlZWYwODYwMWJmZGQwYjNmNzFkMDg3NTMwNGNhOTBiN2IzYzBhMjBh
|
|
11
|
+
OThlYWViNjY4MzA2NDllNDYxZGE4NzQxMDRiYjQ4NmI0NmI4OTI=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NWI5OTg1YzkwZDllOWU0OGMzN2MyNWZiYTYyMTk2OWIwNWFmN2M2YTk2MmJk
|
|
14
|
+
MzQyNmJiNDg5ZmZkNzhkNTg4M2FlMjllNzI5YjkxYjNiMmI1Nzg5Y2FkMGI0
|
|
15
|
+
NDU3NjQ5YTAxYTVmNzRlYTZlOTZiYzQzNDBhYWE4ZmQwNmZjNTQ=
|
data/lib/turbot/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turbot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.50
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Turbot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-07-
|
|
11
|
+
date: 2014-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: netrc
|
|
@@ -42,42 +42,42 @@ dependencies:
|
|
|
42
42
|
name: launchy
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - '>='
|
|
45
|
+
- - ! '>='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: 0.3.2
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- - '>='
|
|
52
|
+
- - ! '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: 0.3.2
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: rubyzip
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- - '>='
|
|
59
|
+
- - ! '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: 1.0.0
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- - '>='
|
|
66
|
+
- - ! '>='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 1.0.0
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: json-schema
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- - '>='
|
|
73
|
+
- - ! '>='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
75
|
version: '0'
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- - '>='
|
|
80
|
+
- - ! '>='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
@@ -114,26 +114,26 @@ dependencies:
|
|
|
114
114
|
requirements:
|
|
115
115
|
- - '='
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 0.0.
|
|
117
|
+
version: 0.0.18
|
|
118
118
|
type: :runtime
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
122
|
- - '='
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 0.0.
|
|
124
|
+
version: 0.0.18
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: excon
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
|
128
128
|
requirements:
|
|
129
|
-
- - '>='
|
|
129
|
+
- - ! '>='
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
131
|
version: '0'
|
|
132
132
|
type: :runtime
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
|
-
- - '>='
|
|
136
|
+
- - ! '>='
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '0'
|
|
139
139
|
description: Client library and command-line tool to deploy and manage apps on Turbot.
|
|
@@ -175,6 +175,26 @@ files:
|
|
|
175
175
|
- lib/turbot/updater.rb
|
|
176
176
|
- lib/turbot/version.rb
|
|
177
177
|
- lib/vendor/turbot/okjson.rb
|
|
178
|
+
- schema/schemas/company-schema.json
|
|
179
|
+
- schema/schemas/financial-payment-schema.json
|
|
180
|
+
- schema/schemas/includes/address.json
|
|
181
|
+
- schema/schemas/includes/alternative_name.json
|
|
182
|
+
- schema/schemas/includes/company.json
|
|
183
|
+
- schema/schemas/includes/filing.json
|
|
184
|
+
- schema/schemas/includes/financial-payment-data-object.json
|
|
185
|
+
- schema/schemas/includes/industry_code.json
|
|
186
|
+
- schema/schemas/includes/licence-data-object.json
|
|
187
|
+
- schema/schemas/includes/officer.json
|
|
188
|
+
- schema/schemas/includes/previous_name.json
|
|
189
|
+
- schema/schemas/includes/share-parcel-data.json
|
|
190
|
+
- schema/schemas/includes/share-parcel.json
|
|
191
|
+
- schema/schemas/includes/subsidiary-relationship-data.json
|
|
192
|
+
- schema/schemas/includes/total-shares.json
|
|
193
|
+
- schema/schemas/licence-schema.json
|
|
194
|
+
- schema/schemas/primary-data-schema.json
|
|
195
|
+
- schema/schemas/share-parcel-schema.json
|
|
196
|
+
- schema/schemas/simple-licence-schema.json
|
|
197
|
+
- schema/schemas/subsidiary-relationship-schema.json
|
|
178
198
|
- spec/helper/legacy_help.rb
|
|
179
199
|
- spec/helper/pg_dump_restore_spec.rb
|
|
180
200
|
- spec/schemas/dummy_schema.json
|
|
@@ -208,26 +228,6 @@ files:
|
|
|
208
228
|
- templates/manifest.json
|
|
209
229
|
- templates/python/scraper.py
|
|
210
230
|
- templates/ruby/scraper.rb
|
|
211
|
-
- schema/schemas/company-schema.json
|
|
212
|
-
- schema/schemas/financial-payment-schema.json
|
|
213
|
-
- schema/schemas/includes/address.json
|
|
214
|
-
- schema/schemas/includes/alternative_name.json
|
|
215
|
-
- schema/schemas/includes/company.json
|
|
216
|
-
- schema/schemas/includes/filing.json
|
|
217
|
-
- schema/schemas/includes/financial-payment-data-object.json
|
|
218
|
-
- schema/schemas/includes/industry_code.json
|
|
219
|
-
- schema/schemas/includes/licence-data-object.json
|
|
220
|
-
- schema/schemas/includes/officer.json
|
|
221
|
-
- schema/schemas/includes/previous_name.json
|
|
222
|
-
- schema/schemas/includes/share-parcel-data.json
|
|
223
|
-
- schema/schemas/includes/share-parcel.json
|
|
224
|
-
- schema/schemas/includes/subsidiary-relationship-data.json
|
|
225
|
-
- schema/schemas/includes/total-shares.json
|
|
226
|
-
- schema/schemas/licence-schema.json
|
|
227
|
-
- schema/schemas/primary-data-schema.json
|
|
228
|
-
- schema/schemas/share-parcel-schema.json
|
|
229
|
-
- schema/schemas/simple-licence-schema.json
|
|
230
|
-
- schema/schemas/subsidiary-relationship-schema.json
|
|
231
231
|
homepage: http://turbot.com/
|
|
232
232
|
licenses:
|
|
233
233
|
- MIT
|
|
@@ -238,18 +238,19 @@ require_paths:
|
|
|
238
238
|
- lib
|
|
239
239
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
240
240
|
requirements:
|
|
241
|
-
- - '>='
|
|
241
|
+
- - ! '>='
|
|
242
242
|
- !ruby/object:Gem::Version
|
|
243
243
|
version: 1.9.2
|
|
244
244
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
245
245
|
requirements:
|
|
246
|
-
- - '>='
|
|
246
|
+
- - ! '>='
|
|
247
247
|
- !ruby/object:Gem::Version
|
|
248
248
|
version: '0'
|
|
249
249
|
requirements: []
|
|
250
250
|
rubyforge_project:
|
|
251
|
-
rubygems_version: 2.
|
|
251
|
+
rubygems_version: 2.2.2
|
|
252
252
|
signing_key:
|
|
253
253
|
specification_version: 4
|
|
254
254
|
summary: Client library and CLI to deploy apps on Turbot.
|
|
255
255
|
test_files: []
|
|
256
|
+
has_rdoc:
|