websocket-rails 0.4.5 → 0.4.6

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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # WebsocketRails Change Log
2
2
 
3
+ ## Version 0.4.6
4
+
5
+ * Manually load the Faye::WebSocket Thin adapter to support the latest
6
+ version of the Faye::WebSocket gem. - Thanks to @Traxmaxx
7
+
3
8
  ## Version 0.4.5
4
9
 
5
10
  May 5 2013
@@ -2,6 +2,8 @@ require 'faye/websocket'
2
2
  require 'rack'
3
3
  require 'thin'
4
4
 
5
+ Faye::WebSocket.load_adapter('thin')
6
+
5
7
  module WebsocketRails
6
8
  # The +ConnectionManager+ class implements the core Rack application that handles
7
9
  # incoming WebSocket connections.
@@ -1,3 +1,3 @@
1
1
  module WebsocketRails
2
- VERSION = "0.4.5"
2
+ VERSION = "0.4.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: websocket-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-05-06 00:00:00.000000000 Z
14
+ date: 2013-05-09 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -300,7 +300,7 @@ files:
300
300
  - CHANGELOG.md
301
301
  homepage: http://danknox.github.com/websocket-rails/
302
302
  licenses: []
303
- post_install_message: ! " Welcome to WebsocketRails v0.4.5!\n\n There have been
303
+ post_install_message: ! " Welcome to WebsocketRails v0.4.6!\n\n There have been
304
304
  a few significant changes in the public\n API, so if you are upgrading please be
305
305
  sure to read the\n CHANGELOG located at:\n\n http://github.com/DanKnox/websocket-rails/CHANGELOG.md\n"
306
306
  rdoc_options: []
@@ -314,7 +314,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
314
314
  version: '0'
315
315
  segments:
316
316
  - 0
317
- hash: 722796541565035851
317
+ hash: 555826924645304718
318
318
  required_rubygems_version: !ruby/object:Gem::Requirement
319
319
  none: false
320
320
  requirements:
@@ -323,7 +323,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
323
323
  version: '0'
324
324
  segments:
325
325
  - 0
326
- hash: 722796541565035851
326
+ hash: 555826924645304718
327
327
  requirements: []
328
328
  rubyforge_project: websocket-rails
329
329
  rubygems_version: 1.8.25