sinatra-websocket 0.2.0 → 0.2.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.
- data/CHANGELOG.md +8 -0
- data/lib/sinatra-websocket/version.rb +1 -1
- metadata +5 -4
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
## 0.2.1
|
|
2
|
+
- [#3](https://github.com/simulacre/sinatra-websocket/pull/3): Lock em-websocket dependency due to latest API changes. - [@pedrocarrico](https://github.com/pedrocarrico)
|
|
3
|
+
|
|
4
|
+
## 0.2.0
|
|
5
|
+
- [#2](https://github.com/simulacre/sinatra-websocket/pull/2): Update gem spec to work with latest thin (1.5.0) - [@pedrocarrico](https://github.com/pedrocarrico)
|
|
6
|
+
|
|
7
|
+
## 0.1.2
|
|
8
|
+
- [#1](https://github.com/simulacre/sinatra-websocket/pull/1): Sinatra::Request#websocket? will check if HTTP_CONNECTION and HTTP_UPGRADE headers exist before examining them - [@ttencate](https://github.com/ttencate)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sinatra-websocket
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-02-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: eventmachine
|
|
@@ -48,7 +48,7 @@ dependencies:
|
|
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
|
49
49
|
none: false
|
|
50
50
|
requirements:
|
|
51
|
-
- -
|
|
51
|
+
- - ~>
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
53
|
version: 0.3.6
|
|
54
54
|
type: :runtime
|
|
@@ -56,7 +56,7 @@ dependencies:
|
|
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
57
57
|
none: false
|
|
58
58
|
requirements:
|
|
59
|
-
- -
|
|
59
|
+
- - ~>
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: 0.3.6
|
|
62
62
|
description: Makes it easy to upgrade any request to a websocket connection in Sinatra
|
|
@@ -69,6 +69,7 @@ files:
|
|
|
69
69
|
- lib/sinatra-websocket/ext/thin/connection.rb
|
|
70
70
|
- lib/sinatra-websocket/version.rb
|
|
71
71
|
- lib/sinatra-websocket.rb
|
|
72
|
+
- CHANGELOG.md
|
|
72
73
|
- README.md
|
|
73
74
|
homepage: http://github.com/simulacre/sinatra-websocket
|
|
74
75
|
licenses: []
|