Bump version to 0.4.0.

This commit is contained in:
James Coglan
2012-02-13 09:17:37 +00:00
parent c54b120d8a
commit 288657ce83
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
=== 0.4.0 / 2012-02-13
* Add ping() method to server-side WebSocket and EventSource
* Buffer send() calls until the draft-76 handshake is complete
* Fix HTTPS problems on Node 0.7
=== 0.3.0 / 2012-01-13
* Add support for EventSource connections
+1 -1
View File
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "faye-websocket"
s.version = "0.3.0"
s.version = "0.4.0"
s.summary = "Standards-compliant WebSocket server and client"
s.author = "James Coglan"
s.email = "jcoglan@gmail.com"