websocket-extensions 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of websocket-extensions might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +9 -10
- data/lib/websocket/extensions.rb +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b72f661044b108ab29611198a562904fb4c557b5
|
4
|
+
data.tar.gz: 1d7e733ff228617b99b0067de2aea26fd54dce23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5eaa7e4b2312bdd425f7511e5667020e769a9181ae6711d62d090159654a3156124647f62891e2873ef113ad0cab8b04d1c6b22662cb06f4d901347f9a4edbd3
|
7
|
+
data.tar.gz: d1fc34fd1f46bd09ad5fee3b38212775ff423f06e6d253d068f6f7f830a8935165a53c1172def28ea6e0f319d1f4f26abb974578dfe8bb9e173b15812708039a
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -316,22 +316,21 @@ the session to release any resources it's using.
|
|
316
316
|
|
317
317
|
(The MIT License)
|
318
318
|
|
319
|
-
Copyright (c) 2014 James Coglan
|
319
|
+
Copyright (c) 2014-2015 James Coglan
|
320
320
|
|
321
321
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
322
322
|
this software and associated documentation files (the 'Software'), to deal in
|
323
323
|
the Software without restriction, including without limitation the rights to
|
324
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
325
|
-
|
326
|
-
|
324
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
325
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
326
|
+
subject to the following conditions:
|
327
327
|
|
328
328
|
The above copyright notice and this permission notice shall be included in all
|
329
329
|
copies or substantial portions of the Software.
|
330
330
|
|
331
331
|
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
332
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
SOFTWARE.
|
332
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
333
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
334
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
335
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
336
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/lib/websocket/extensions.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: websocket-extensions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Coglan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
59
|
version: '0'
|
60
60
|
requirements: []
|
61
61
|
rubyforge_project:
|
62
|
-
rubygems_version: 2.
|
62
|
+
rubygems_version: 2.4.5
|
63
63
|
signing_key:
|
64
64
|
specification_version: 4
|
65
65
|
summary: Generic extension manager for WebSocket connections
|