Bump version to 0.2.2.

This commit is contained in:
James Coglan
2013-08-04 12:23:00 +01:00
parent cd53761699
commit 7b304697db
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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 -1
View File
@@ -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'