Bump version to 0.6.4.

This commit is contained in:
James Coglan
2016-05-20 08:46:06 +01:00
parent 9ce857b3d4
commit 673d11e436
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
### 0.6.4 / 2016-05-20
* Amend warnings issued when running with -W2
* Make sure message strings passed in by the app are transcoded to UTF-8
* Copy strings if necessary for frozen-string compatibility
### 0.6.3 / 2015-11-06
* Reject draft-76 handshakes if their Sec-WebSocket-Key headers are invalid
+1 -1
View File
@@ -373,7 +373,7 @@ using the `Sec-WebSocket-Protocol` mechanism. This value becomes available after
(The MIT License)
Copyright (c) 2010-2015 James Coglan
Copyright (c) 2010-2016 James Coglan
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the 'Software'), to deal in
+1 -1
View File
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'websocket-driver'
s.version = '0.6.3'
s.version = '0.6.4'
s.summary = 'WebSocket protocol handler with pluggable I/O'
s.author = 'James Coglan'
s.email = 'jcoglan@gmail.com'