tail-cf-plugin 0.0.17.pre → 0.0.18.pre

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.
@@ -1,3 +1,7 @@
1
+ require 'log_message/log_message.pb'
2
+ require 'faye/websocket'
3
+ require 'eventmachine'
4
+
1
5
  module TailCfPlugin
2
6
  class LoggregatorClient
3
7
  def initialize(output)
@@ -1,10 +1,7 @@
1
1
  require 'cf'
2
- require 'faye/websocket'
3
- require 'eventmachine'
4
2
 
5
3
  module TailCfPlugin
6
4
  require 'tail-cf-plugin/loggregator_client'
7
- require 'log_message/log_message.pb'
8
5
 
9
6
  class Plugin < CF::CLI
10
7
  include LoginRequirements
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tail-cf-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17.pre
4
+ version: 0.0.18.pre
5
5
  prerelease: 7
6
6
  platform: ruby
7
7
  authors: