mirror of
https://github.com/faye/faye-websocket-ruby.git
synced 2025-11-01 13:59:13 +00:00
Bump version to 0.10.7.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
### 0.10.7 / 2017-02-22
|
||||
|
||||
* Emit an error if `EventMachine::Connection#unbind` is called with an error
|
||||
|
||||
### 0.10.6 / 2017-01-22
|
||||
|
||||
* Forcibly close the I/O stream after a timeout if the peer does not respond
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'faye-websocket'
|
||||
s.version = '0.10.6'
|
||||
s.version = '0.10.7'
|
||||
s.summary = 'Standards-compliant WebSocket server and client'
|
||||
s.author = 'James Coglan'
|
||||
s.email = 'jcoglan@gmail.com'
|
||||
|
||||
Reference in New Issue
Block a user