protocol-websocket 0.19.1 → 0.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8cece8e2514c6533d37a93e91d3937f0f8b440a862d915c5c83e555893d7e816
4
- data.tar.gz: 6c674f5eb43241639c08d0e6b24fcf4267e4728db2989bf4c7cb422589f81875
3
+ metadata.gz: ff918f001efdfca622476924df547f137959c0b42c9eb489a6d3252d4e2f111f
4
+ data.tar.gz: 81a99be831aee6267cf3c2291b945b08a2c4055604ed3a1bab61ddf9b2963c6a
5
5
  SHA512:
6
- metadata.gz: 553b22466d3e1578ed5b65a1aeb94f882b46adecd8f106f3280e7f23f0eb0334b3920bc5709c61c55d1a2b4719fb414476da6b39b24c8cdc0c31b9dff8a471db
7
- data.tar.gz: 3c1273115018f1179421e5a7aa91d32bbf0ab48fb41ee42f9322cecf5efff93c3f3725d7a0cdcc7de50d3e4f4a366ed9576fde9b370e99065642aec1fe8c83b4
6
+ metadata.gz: 6a71e45dc30989dcb02c8c3520e827865c7131a7eda8e8c08f0e86b6331c5730017725a4db1abc7f38643342ceeb1aeb906052b98e937ba36dad5c4abc27f8df
7
+ data.tar.gz: 45309a8c2f2d7d98f49379e7899d01261d90bc7b08a84683b6c3c646570239213a6294149b06a228fd0c2c2b15ffa682b1ac26a45fedd65460b8b1c3ac137a27
checksums.yaml.gz.sig CHANGED
Binary file
@@ -28,7 +28,7 @@ module Protocol
28
28
  # @attribute [Framer] The framer which is used for reading and writing frames.
29
29
  attr :framer
30
30
 
31
- # @attribte [String | Nil] The optional mask which is used when generating frames.
31
+ # @attribute [String | Boolean | Nil] The optional mask which is used when generating frames.
32
32
  attr :mask
33
33
 
34
34
  # @attribute [Integer] The allowed reserved bits.
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Protocol
7
7
  module WebSocket
8
- VERSION = "0.19.1"
8
+ VERSION = "0.20.1"
9
9
  end
10
10
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protocol-websocket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.1
4
+ version: 0.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file