Bump version to 0.12.0

This commit is contained in:
James Coglan
2025-05-25 18:45:24 +01:00
parent d1315731ba
commit 24101af906
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
### 0.12.0 / 2025-05-25
- Represent binary messages as strings with `Encoding::BINARY` rather than as
arrays
### 0.11.3 / 2023-07-25
- Handle 'cert already in hash table' error message on Ruby 3.1+
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright 2010-2023 James Coglan
Copyright 2010-2025 James Coglan
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
+1 -1
View File
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'faye-websocket'
s.version = '0.11.3'
s.version = '0.12.0'
s.summary = 'Standards-compliant WebSocket server and client'
s.author = 'James Coglan'
s.email = 'jcoglan@gmail.com'