faye-websocket 0.7.2 → 0.7.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +2 -2
- data/examples/log/passenger.8001.log +1844 -0
- data/examples/tmp/pids/passenger.8001.pid +1 -0
- data/examples/tmp/pids/passenger.8001.pid.lock +0 -0
- data/lib/faye/websocket.rb +0 -4
- metadata +5 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
28952
|
|
File without changes
|
data/lib/faye/websocket.rb
CHANGED
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.
|
|
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:
|
|
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
|