faye-websocket 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of faye-websocket might be problematic. Click here for more details.

@@ -77,10 +77,6 @@ module Faye
77
77
  @driver.start
78
78
  end
79
79
 
80
- def write(data)
81
- @stream.write(data)
82
- end
83
-
84
80
  def rack_response
85
81
  [ -1, {}, [] ]
86
82
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faye-websocket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Coglan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-29 00:00:00.000000000 Z
11
+ date: 2014-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eventmachine
@@ -184,9 +184,12 @@ files:
184
184
  - examples/client.rb
185
185
  - examples/config.ru
186
186
  - examples/haproxy.conf
187
+ - examples/log/passenger.8001.log
187
188
  - examples/rainbows.conf
188
189
  - examples/server.rb
189
190
  - examples/sse.html
191
+ - examples/tmp/pids/passenger.8001.pid
192
+ - examples/tmp/pids/passenger.8001.pid.lock
190
193
  - examples/ws.html
191
194
  - lib/faye/adapters/goliath.rb
192
195
  - lib/faye/adapters/rainbows.rb