logs-cf-plugin 0.0.24.pre → 0.0.25.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.
- data/lib/logs-cf-plugin/loggregator_client.rb +4 -1
- metadata +12 -4
- checksums.yaml +0 -15
|
@@ -34,6 +34,8 @@ module LogsCfPlugin
|
|
|
34
34
|
MessageWriter.write(output, received_message)
|
|
35
35
|
rescue Beefcake::Message::WrongTypeError, Beefcake::Message::RequiredFieldNotSetError, Beefcake::Message::InvalidValueError
|
|
36
36
|
output.puts("Error parsing data. Please ensure your gem is the latest version.")
|
|
37
|
+
ws.close
|
|
38
|
+
EM.stop
|
|
37
39
|
end
|
|
38
40
|
end
|
|
39
41
|
|
|
@@ -44,7 +46,7 @@ module LogsCfPlugin
|
|
|
44
46
|
|
|
45
47
|
ws.on :close do |event|
|
|
46
48
|
ws.close
|
|
47
|
-
output.puts("
|
|
49
|
+
output.puts("Connection closed...goodbye.")
|
|
48
50
|
EM.stop
|
|
49
51
|
ws = nil
|
|
50
52
|
end
|
|
@@ -95,6 +97,7 @@ module LogsCfPlugin
|
|
|
95
97
|
messages
|
|
96
98
|
rescue Beefcake::Message::WrongTypeError, Beefcake::Message::RequiredFieldNotSetError, Beefcake::Message::InvalidValueError
|
|
97
99
|
output.puts("Error parsing data. Please ensure your gem is the latest version.")
|
|
100
|
+
[]
|
|
98
101
|
end
|
|
99
102
|
|
|
100
103
|
private
|
metadata
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logs-cf-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.25.pre
|
|
5
|
+
prerelease: 7
|
|
5
6
|
platform: ruby
|
|
6
7
|
authors:
|
|
7
8
|
- Pivotal
|
|
@@ -13,6 +14,7 @@ dependencies:
|
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: cf
|
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
16
18
|
requirements:
|
|
17
19
|
- - ! '>='
|
|
18
20
|
- !ruby/object:Gem::Version
|
|
@@ -23,6 +25,7 @@ dependencies:
|
|
|
23
25
|
type: :runtime
|
|
24
26
|
prerelease: false
|
|
25
27
|
version_requirements: !ruby/object:Gem::Requirement
|
|
28
|
+
none: false
|
|
26
29
|
requirements:
|
|
27
30
|
- - ! '>='
|
|
28
31
|
- !ruby/object:Gem::Version
|
|
@@ -33,6 +36,7 @@ dependencies:
|
|
|
33
36
|
- !ruby/object:Gem::Dependency
|
|
34
37
|
name: faye-websocket
|
|
35
38
|
requirement: !ruby/object:Gem::Requirement
|
|
39
|
+
none: false
|
|
36
40
|
requirements:
|
|
37
41
|
- - ~>
|
|
38
42
|
- !ruby/object:Gem::Version
|
|
@@ -40,6 +44,7 @@ dependencies:
|
|
|
40
44
|
type: :runtime
|
|
41
45
|
prerelease: false
|
|
42
46
|
version_requirements: !ruby/object:Gem::Requirement
|
|
47
|
+
none: false
|
|
43
48
|
requirements:
|
|
44
49
|
- - ~>
|
|
45
50
|
- !ruby/object:Gem::Version
|
|
@@ -47,6 +52,7 @@ dependencies:
|
|
|
47
52
|
- !ruby/object:Gem::Dependency
|
|
48
53
|
name: beefcake
|
|
49
54
|
requirement: !ruby/object:Gem::Requirement
|
|
55
|
+
none: false
|
|
50
56
|
requirements:
|
|
51
57
|
- - ~>
|
|
52
58
|
- !ruby/object:Gem::Version
|
|
@@ -54,6 +60,7 @@ dependencies:
|
|
|
54
60
|
type: :runtime
|
|
55
61
|
prerelease: false
|
|
56
62
|
version_requirements: !ruby/object:Gem::Requirement
|
|
63
|
+
none: false
|
|
57
64
|
requirements:
|
|
58
65
|
- - ~>
|
|
59
66
|
- !ruby/object:Gem::Version
|
|
@@ -75,26 +82,27 @@ files:
|
|
|
75
82
|
homepage: http://github.com/cloudfoundry/logs-cf-plugin
|
|
76
83
|
licenses:
|
|
77
84
|
- Apache 2.0
|
|
78
|
-
metadata: {}
|
|
79
85
|
post_install_message:
|
|
80
86
|
rdoc_options: []
|
|
81
87
|
require_paths:
|
|
82
88
|
- lib
|
|
83
89
|
- vendor
|
|
84
90
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
91
|
+
none: false
|
|
85
92
|
requirements:
|
|
86
93
|
- - ! '>='
|
|
87
94
|
- !ruby/object:Gem::Version
|
|
88
95
|
version: 1.9.3
|
|
89
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
|
+
none: false
|
|
90
98
|
requirements:
|
|
91
99
|
- - ! '>'
|
|
92
100
|
- !ruby/object:Gem::Version
|
|
93
101
|
version: 1.3.1
|
|
94
102
|
requirements: []
|
|
95
103
|
rubyforge_project:
|
|
96
|
-
rubygems_version:
|
|
104
|
+
rubygems_version: 1.8.25
|
|
97
105
|
signing_key:
|
|
98
|
-
specification_version:
|
|
106
|
+
specification_version: 3
|
|
99
107
|
summary: CF Logs
|
|
100
108
|
test_files: []
|
checksums.yaml
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
!binary "U0hBMQ==":
|
|
3
|
-
metadata.gz: !binary |-
|
|
4
|
-
NDA3NzFjNjIxMDIwOTU1Mjg4NjI5MWM5NjYzMGUxMzBhZjU1MjY2OA==
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
YWE4NWY4MDVjYzNiYzkzMjIxOTI4YzI5OTY0NzBhYmJlZmQ3ZjJmZQ==
|
|
7
|
-
!binary "U0hBNTEy":
|
|
8
|
-
metadata.gz: !binary |-
|
|
9
|
-
NzdjMDVjYzQzMDZhZTgwOTg1MDQzODMyN2EyOTNkNWFmZjRjZGE3MzNjNzQ2
|
|
10
|
-
NDYxODVjZTI0ODQ3ZTZkMTQ0Nzg4M2IwNjU5MzQyYjBiMzJiMTViZjdlOGIw
|
|
11
|
-
NmZjMWI0YmJkMjI5ODYzYzM4ZmRkZDE4YTFiMzEyNTAyNzI1ZTU=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
ZDZiNjMxNDc4YmEzOGI1Y2Q4N2E1MTQ3ODk0MzdhYmQ3MzdhMDYwMTJlZjA3
|
|
14
|
-
NzY3YmNmNzNjMzRhYzY3NTY1OWFjYzFjZmI3ZjZiMzRiMWI2NmU1OGE3ODU1
|
|
15
|
-
MTZjOWU2MjE0MzM2OTJiMzA5N2FjYTAzZDdkZDcyNGFjZjBkY2I=
|