mirror of
https://github.com/faye/websocket-driver-ruby.git
synced 2025-11-01 13:59:38 +00:00
Bump version to 0.6.4.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,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'
|
||||
|
||||
Reference in New Issue
Block a user