turbot 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/bin/turbot +1 -1
- data/lib/turbot/distribution.rb +1 -1
- data/lib/turbot/version.rb +1 -1
- metadata +52 -37
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
M2Q4ZDk4NjQzMzAzY2RjMWRiMzg3YmM3YzNmNGJiM2NjNjJmYWE0OQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
NmQ3MDEzNGE1NTE1ZWMzODk0ZDA4ZWY0ZGI4NmVlOGEwMGU1MzE4Zg==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
OGRmNzQxYjkzMmFlZDUzZmViM2ViMDYzNWY1NDNlNzE5ZTQ4ODZjNmZhMDky
|
10
|
+
OTg5NmNkNTU1Yjg2NzgyYWUzMDJiYmMxZDYxMzJjZWUzZTNlNjc4MzVjNmI5
|
11
|
+
Y2I0MjAxZThiNzNlM2RkMjEwNzFkZWY3ZGFlYTNkNjU2Njk3ZTQ=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
OWYwZjUwNTEzMDI1ZTU5YjEzZDBjOTc3ZWFiMDYwZTI3YTE0MWIyYzBiYjBm
|
14
|
+
NWY4Zjc2YzU3YWRiM2JiNTZmMDBjMjA5NWVmMjAyYzllY2E5NjBmNzZkMmQ5
|
15
|
+
MGViN2YwNjFkYmJhNDMxM2E5NjY5NDBlODlhZTUxYzQ2YTcxYWI=
|
data/bin/turbot
CHANGED
data/lib/turbot/distribution.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
module Turbot
|
2
2
|
module Distribution
|
3
3
|
def self.files
|
4
|
-
Dir[File.expand_path("../../../{bin,data,lib}/**/*", __FILE__)].select do |file|
|
4
|
+
(Dir[File.expand_path("../../../{Gemfile,turbot.gemspec,.gitmodules,schema}", __FILE__)] + Dir[File.expand_path("../../../{.git,bin,data,lib,templates}/**/*", __FILE__)]).select do |file|
|
5
5
|
File.file?(file)
|
6
6
|
end
|
7
7
|
end
|
data/lib/turbot/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Turbot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-12-
|
11
|
+
date: 2014-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: turbotlib
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ~>
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 0.0.8
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ~>
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 0.0.8
|
13
27
|
- !ruby/object:Gem::Dependency
|
14
28
|
name: netrc
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -42,42 +56,42 @@ dependencies:
|
|
42
56
|
name: launchy
|
43
57
|
requirement: !ruby/object:Gem::Requirement
|
44
58
|
requirements:
|
45
|
-
- - '>='
|
59
|
+
- - ! '>='
|
46
60
|
- !ruby/object:Gem::Version
|
47
61
|
version: 0.3.2
|
48
62
|
type: :runtime
|
49
63
|
prerelease: false
|
50
64
|
version_requirements: !ruby/object:Gem::Requirement
|
51
65
|
requirements:
|
52
|
-
- - '>='
|
66
|
+
- - ! '>='
|
53
67
|
- !ruby/object:Gem::Version
|
54
68
|
version: 0.3.2
|
55
69
|
- !ruby/object:Gem::Dependency
|
56
70
|
name: rubyzip
|
57
71
|
requirement: !ruby/object:Gem::Requirement
|
58
72
|
requirements:
|
59
|
-
- - '>='
|
73
|
+
- - ! '>='
|
60
74
|
- !ruby/object:Gem::Version
|
61
75
|
version: 1.0.0
|
62
76
|
type: :runtime
|
63
77
|
prerelease: false
|
64
78
|
version_requirements: !ruby/object:Gem::Requirement
|
65
79
|
requirements:
|
66
|
-
- - '>='
|
80
|
+
- - ! '>='
|
67
81
|
- !ruby/object:Gem::Version
|
68
82
|
version: 1.0.0
|
69
83
|
- !ruby/object:Gem::Dependency
|
70
84
|
name: json-schema
|
71
85
|
requirement: !ruby/object:Gem::Requirement
|
72
86
|
requirements:
|
73
|
-
- - '>='
|
87
|
+
- - ! '>='
|
74
88
|
- !ruby/object:Gem::Version
|
75
89
|
version: '0'
|
76
90
|
type: :runtime
|
77
91
|
prerelease: false
|
78
92
|
version_requirements: !ruby/object:Gem::Requirement
|
79
93
|
requirements:
|
80
|
-
- - '>='
|
94
|
+
- - ! '>='
|
81
95
|
- !ruby/object:Gem::Version
|
82
96
|
version: '0'
|
83
97
|
- !ruby/object:Gem::Dependency
|
@@ -114,26 +128,26 @@ dependencies:
|
|
114
128
|
requirements:
|
115
129
|
- - '='
|
116
130
|
- !ruby/object:Gem::Version
|
117
|
-
version: 0.1.
|
131
|
+
version: 0.1.14
|
118
132
|
type: :runtime
|
119
133
|
prerelease: false
|
120
134
|
version_requirements: !ruby/object:Gem::Requirement
|
121
135
|
requirements:
|
122
136
|
- - '='
|
123
137
|
- !ruby/object:Gem::Version
|
124
|
-
version: 0.1.
|
138
|
+
version: 0.1.14
|
125
139
|
- !ruby/object:Gem::Dependency
|
126
140
|
name: excon
|
127
141
|
requirement: !ruby/object:Gem::Requirement
|
128
142
|
requirements:
|
129
|
-
- - '>='
|
143
|
+
- - ! '>='
|
130
144
|
- !ruby/object:Gem::Version
|
131
145
|
version: '0'
|
132
146
|
type: :runtime
|
133
147
|
prerelease: false
|
134
148
|
version_requirements: !ruby/object:Gem::Requirement
|
135
149
|
requirements:
|
136
|
-
- - '>='
|
150
|
+
- - ! '>='
|
137
151
|
- !ruby/object:Gem::Version
|
138
152
|
version: '0'
|
139
153
|
description: Client library and command-line tool to deploy and manage apps on Turbot.
|
@@ -175,6 +189,28 @@ files:
|
|
175
189
|
- lib/turbot/updater.rb
|
176
190
|
- lib/turbot/version.rb
|
177
191
|
- lib/vendor/turbot/okjson.rb
|
192
|
+
- schema/schemas/company-schema.json
|
193
|
+
- schema/schemas/financial-payment-schema.json
|
194
|
+
- schema/schemas/includes/address.json
|
195
|
+
- schema/schemas/includes/alternative_name.json
|
196
|
+
- schema/schemas/includes/company.json
|
197
|
+
- schema/schemas/includes/filing.json
|
198
|
+
- schema/schemas/includes/financial-payment-data-object.json
|
199
|
+
- schema/schemas/includes/industry_code.json
|
200
|
+
- schema/schemas/includes/licence-data-object.json
|
201
|
+
- schema/schemas/includes/officer.json
|
202
|
+
- schema/schemas/includes/previous_name.json
|
203
|
+
- schema/schemas/includes/share-parcel-data.json
|
204
|
+
- schema/schemas/includes/share-parcel.json
|
205
|
+
- schema/schemas/includes/subsidiary-relationship-data.json
|
206
|
+
- schema/schemas/includes/total-shares.json
|
207
|
+
- schema/schemas/licence-schema.json
|
208
|
+
- schema/schemas/primary-data-schema.json
|
209
|
+
- schema/schemas/share-parcel-schema.json
|
210
|
+
- schema/schemas/simple-financial-payment-schema.json
|
211
|
+
- schema/schemas/simple-licence-schema.json
|
212
|
+
- schema/schemas/simple-subsidiary-schema.json
|
213
|
+
- schema/schemas/subsidiary-relationship-schema.json
|
178
214
|
- spec/helper/legacy_help.rb
|
179
215
|
- spec/helper/pg_dump_restore_spec.rb
|
180
216
|
- spec/schemas/dummy_schema.json
|
@@ -204,28 +240,6 @@ files:
|
|
204
240
|
- templates/manifest.json
|
205
241
|
- templates/python/scraper.py
|
206
242
|
- templates/ruby/scraper.rb
|
207
|
-
- schema/schemas/company-schema.json
|
208
|
-
- schema/schemas/financial-payment-schema.json
|
209
|
-
- schema/schemas/includes/address.json
|
210
|
-
- schema/schemas/includes/alternative_name.json
|
211
|
-
- schema/schemas/includes/company.json
|
212
|
-
- schema/schemas/includes/filing.json
|
213
|
-
- schema/schemas/includes/financial-payment-data-object.json
|
214
|
-
- schema/schemas/includes/industry_code.json
|
215
|
-
- schema/schemas/includes/licence-data-object.json
|
216
|
-
- schema/schemas/includes/officer.json
|
217
|
-
- schema/schemas/includes/previous_name.json
|
218
|
-
- schema/schemas/includes/share-parcel-data.json
|
219
|
-
- schema/schemas/includes/share-parcel.json
|
220
|
-
- schema/schemas/includes/subsidiary-relationship-data.json
|
221
|
-
- schema/schemas/includes/total-shares.json
|
222
|
-
- schema/schemas/licence-schema.json
|
223
|
-
- schema/schemas/primary-data-schema.json
|
224
|
-
- schema/schemas/share-parcel-schema.json
|
225
|
-
- schema/schemas/simple-financial-payment-schema.json
|
226
|
-
- schema/schemas/simple-licence-schema.json
|
227
|
-
- schema/schemas/simple-subsidiary-schema.json
|
228
|
-
- schema/schemas/subsidiary-relationship-schema.json
|
229
243
|
homepage: http://turbot.com/
|
230
244
|
licenses:
|
231
245
|
- MIT
|
@@ -236,18 +250,19 @@ require_paths:
|
|
236
250
|
- lib
|
237
251
|
required_ruby_version: !ruby/object:Gem::Requirement
|
238
252
|
requirements:
|
239
|
-
- - '>='
|
253
|
+
- - ! '>='
|
240
254
|
- !ruby/object:Gem::Version
|
241
255
|
version: 1.9.2
|
242
256
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
243
257
|
requirements:
|
244
|
-
- - '>='
|
258
|
+
- - ! '>='
|
245
259
|
- !ruby/object:Gem::Version
|
246
260
|
version: '0'
|
247
261
|
requirements: []
|
248
262
|
rubyforge_project:
|
249
|
-
rubygems_version: 2.
|
263
|
+
rubygems_version: 2.2.2
|
250
264
|
signing_key:
|
251
265
|
specification_version: 4
|
252
266
|
summary: Client library and CLI to deploy apps on Turbot.
|
253
267
|
test_files: []
|
268
|
+
has_rdoc:
|