tools-cf-plugin 2.0.0 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/tools-cf-plugin/dea-ads.rb +1 -1
- data/lib/tools-cf-plugin/tunnel/multi_line_stream.rb +10 -1
- data/lib/tools-cf-plugin/tunnel/tunnel-nats.rb +4 -0
- data/lib/tools-cf-plugin/tunnel/watch-logs.rb +10 -6
- data/lib/tools-cf-plugin/version.rb +1 -1
- data/lib/tools-cf-plugin/watch.rb +93 -28
- data/spec/dea-ads_spec.rb +29 -13
- data/spec/shell_spec.rb +3 -3
- data/spec/spec_helper.rb +0 -1
- data/spec/tunnel/base_spec.rb +39 -43
- data/spec/tunnel/multi_line_stream_spec.rb +31 -15
- data/spec/tunnel/stream_location_spec.rb +4 -7
- data/spec/tunnel/tunnel-nats_spec.rb +28 -31
- data/spec/tunnel/watch-logs_spec.rb +26 -24
- data/spec/watch_spec.rb +176 -235
- metadata +45 -39
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tools-cf-plugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-06-
|
12
|
+
date: 2013-06-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cfoundry
|
@@ -118,17 +118,23 @@ dependencies:
|
|
118
118
|
requirement: !ruby/object:Gem::Requirement
|
119
119
|
none: false
|
120
120
|
requirements:
|
121
|
-
- -
|
121
|
+
- - ! '>='
|
122
122
|
- !ruby/object:Gem::Version
|
123
|
-
version:
|
123
|
+
version: 2.14.0.rc1
|
124
|
+
- - <
|
125
|
+
- !ruby/object:Gem::Version
|
126
|
+
version: '3.0'
|
124
127
|
type: :development
|
125
128
|
prerelease: false
|
126
129
|
version_requirements: !ruby/object:Gem::Requirement
|
127
130
|
none: false
|
128
131
|
requirements:
|
129
|
-
- -
|
132
|
+
- - ! '>='
|
133
|
+
- !ruby/object:Gem::Version
|
134
|
+
version: 2.14.0.rc1
|
135
|
+
- - <
|
130
136
|
- !ruby/object:Gem::Version
|
131
|
-
version: '
|
137
|
+
version: '3.0'
|
132
138
|
- !ruby/object:Gem::Dependency
|
133
139
|
name: webmock
|
134
140
|
requirement: !ruby/object:Gem::Requirement
|
@@ -145,22 +151,6 @@ dependencies:
|
|
145
151
|
- - ~>
|
146
152
|
- !ruby/object:Gem::Version
|
147
153
|
version: '1.9'
|
148
|
-
- !ruby/object:Gem::Dependency
|
149
|
-
name: rr
|
150
|
-
requirement: !ruby/object:Gem::Requirement
|
151
|
-
none: false
|
152
|
-
requirements:
|
153
|
-
- - ~>
|
154
|
-
- !ruby/object:Gem::Version
|
155
|
-
version: '1.0'
|
156
|
-
type: :development
|
157
|
-
prerelease: false
|
158
|
-
version_requirements: !ruby/object:Gem::Requirement
|
159
|
-
none: false
|
160
|
-
requirements:
|
161
|
-
- - ~>
|
162
|
-
- !ruby/object:Gem::Version
|
163
|
-
version: '1.0'
|
164
154
|
- !ruby/object:Gem::Dependency
|
165
155
|
name: gem-release
|
166
156
|
requirement: !ruby/object:Gem::Requirement
|
@@ -257,6 +247,22 @@ dependencies:
|
|
257
247
|
- - ! '>='
|
258
248
|
- !ruby/object:Gem::Version
|
259
249
|
version: '0'
|
250
|
+
- !ruby/object:Gem::Dependency
|
251
|
+
name: factory_girl
|
252
|
+
requirement: !ruby/object:Gem::Requirement
|
253
|
+
none: false
|
254
|
+
requirements:
|
255
|
+
- - ! '>='
|
256
|
+
- !ruby/object:Gem::Version
|
257
|
+
version: '0'
|
258
|
+
type: :development
|
259
|
+
prerelease: false
|
260
|
+
version_requirements: !ruby/object:Gem::Requirement
|
261
|
+
none: false
|
262
|
+
requirements:
|
263
|
+
- - ! '>='
|
264
|
+
- !ruby/object:Gem::Version
|
265
|
+
version: '0'
|
260
266
|
description:
|
261
267
|
email:
|
262
268
|
- vcap-dev@cloudfoundry.org
|
@@ -265,27 +271,27 @@ extensions: []
|
|
265
271
|
extra_rdoc_files: []
|
266
272
|
files:
|
267
273
|
- Rakefile
|
274
|
+
- lib/tools-cf-plugin/dea-ads.rb
|
268
275
|
- lib/tools-cf-plugin/plugin.rb
|
269
|
-
- lib/tools-cf-plugin/
|
270
|
-
- lib/tools-cf-plugin/tunnel/watch-logs.rb
|
271
|
-
- lib/tools-cf-plugin/tunnel/log_entry.rb
|
272
|
-
- lib/tools-cf-plugin/tunnel/tunnel-nats.rb
|
273
|
-
- lib/tools-cf-plugin/tunnel/stream_location.rb
|
276
|
+
- lib/tools-cf-plugin/shell.rb
|
274
277
|
- lib/tools-cf-plugin/tunnel/base.rb
|
278
|
+
- lib/tools-cf-plugin/tunnel/log_entry.rb
|
275
279
|
- lib/tools-cf-plugin/tunnel/multi_line_stream.rb
|
280
|
+
- lib/tools-cf-plugin/tunnel/stream_location.rb
|
281
|
+
- lib/tools-cf-plugin/tunnel/tunnel-nats.rb
|
282
|
+
- lib/tools-cf-plugin/tunnel/watch-logs.rb
|
283
|
+
- lib/tools-cf-plugin/version.rb
|
276
284
|
- lib/tools-cf-plugin/watch.rb
|
277
|
-
-
|
278
|
-
- lib/tools-cf-plugin/dea-ads.rb
|
285
|
+
- spec/dea-ads_spec.rb
|
279
286
|
- spec/shell_spec.rb
|
280
|
-
- spec/watch_spec.rb
|
281
287
|
- spec/spec_helper.rb
|
282
|
-
- spec/dea-ads_spec.rb
|
283
|
-
- spec/tunnel/log_entry_spec.rb
|
284
|
-
- spec/tunnel/watch-logs_spec.rb
|
285
288
|
- spec/tunnel/base_spec.rb
|
286
|
-
- spec/tunnel/
|
289
|
+
- spec/tunnel/log_entry_spec.rb
|
287
290
|
- spec/tunnel/multi_line_stream_spec.rb
|
291
|
+
- spec/tunnel/stream_location_spec.rb
|
288
292
|
- spec/tunnel/tunnel-nats_spec.rb
|
293
|
+
- spec/tunnel/watch-logs_spec.rb
|
294
|
+
- spec/watch_spec.rb
|
289
295
|
homepage: http://github.com/cloudfoundry/tools-cf-plugin
|
290
296
|
licenses: []
|
291
297
|
post_install_message:
|
@@ -311,13 +317,13 @@ signing_key:
|
|
311
317
|
specification_version: 3
|
312
318
|
summary: Cloud Foundry tooling commands.
|
313
319
|
test_files:
|
320
|
+
- spec/dea-ads_spec.rb
|
314
321
|
- spec/shell_spec.rb
|
315
|
-
- spec/watch_spec.rb
|
316
322
|
- spec/spec_helper.rb
|
317
|
-
- spec/dea-ads_spec.rb
|
318
|
-
- spec/tunnel/log_entry_spec.rb
|
319
|
-
- spec/tunnel/watch-logs_spec.rb
|
320
323
|
- spec/tunnel/base_spec.rb
|
321
|
-
- spec/tunnel/
|
324
|
+
- spec/tunnel/log_entry_spec.rb
|
322
325
|
- spec/tunnel/multi_line_stream_spec.rb
|
326
|
+
- spec/tunnel/stream_location_spec.rb
|
323
327
|
- spec/tunnel/tunnel-nats_spec.rb
|
328
|
+
- spec/tunnel/watch-logs_spec.rb
|
329
|
+
- spec/watch_spec.rb
|