Bump version to 0.10.7.

This commit is contained in:
James Coglan
2017-02-22 21:20:01 +00:00
parent 48315e6482
commit e2a8feaa57
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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 -1
View File
@@ -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'