mirror of
https://github.com/faye/websocket-driver-ruby.git
synced 2025-11-01 13:59:38 +00:00
Bump version to 0.2.2.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
### 0.2.2 / 2013-08-04
|
||||
|
||||
* Fix bug in EventEmitter#listener_count for unregistered events
|
||||
|
||||
### 0.2.1 / 2013-07-05
|
||||
|
||||
* Queue sent messages if the client has not begun trying to connect
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'websocket-driver'
|
||||
s.version = '0.2.1'
|
||||
s.version = '0.2.2'
|
||||
s.summary = 'WebSocket protocol handler with pluggable I/O'
|
||||
s.author = 'James Coglan'
|
||||
s.email = 'jcoglan@gmail.com'
|
||||
|
||||
Reference in New Issue
Block a user