File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
### 0.1.3 / 2017-11-11
2
2
3
- * Accept extension names and parameters including uppercase letters
3
+ - Accept extension names and parameters including uppercase letters
4
4
5
5
### 0.1.2 / 2015-02-19
6
6
7
- * Make it safe to call ` Extensions#close ` if the handshake is not complete
7
+ - Make it safe to call ` Extensions#close ` if the handshake is not complete
8
8
9
9
### 0.1.1 / 2014-12-14
10
10
11
- * Explicitly require ` strscan ` which is not loaded in a vanilla Ruby environment
11
+ - Explicitly require ` strscan ` which is not loaded in a vanilla Ruby environment
12
12
13
13
### 0.1.0 / 2014-12-13
14
14
15
- * Initial release
15
+ - Initial release
Original file line number Diff line number Diff line change @@ -309,5 +309,5 @@ the session to release any resources it's using.
309
309
310
310
## Examples
311
311
312
- * Consumer: [ websocket-driver] ( https://github.com/faye/websocket-driver-ruby )
313
- * Provider: [ permessage-deflate] ( https://github.com/faye/permessage-deflate-ruby )
312
+ - Consumer: [ websocket-driver] ( https://github.com/faye/websocket-driver-ruby )
313
+ - Provider: [ permessage-deflate] ( https://github.com/faye/permessage-deflate-ruby )
You can’t perform that action at this time.
0 commit comments