faye-rails 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  faye-rails is a Ruby gem which handles embedding Faye's rack-based server into the rails stack and providing it with access to controllers and views based on bindings and observers.
4
4
 
5
+ [![Build Status](https://travis-ci.org/jamesotron/faye-rails.png?branch=master)](https://travis-ci.org/jamesotron/faye-rails)
6
+ [![Dependency Status](https://gemnasium.com/jamesotron/faye-rails.png)](https://gemnasium.com/jamesotron/faye-rails)
7
+ [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/jamesotron/faye-rails)
8
+
5
9
  # Embedded server
6
10
 
7
11
  Due to the limitations of most Rack-based web servers available Faye can only be run on Thin, however if you are using thin, then you can add as many Faye servers as you want to the Rails router like so:
@@ -28,7 +28,7 @@ if defined? ActionDispatch::Routing
28
28
  adapter = FayeRails::RackAdapter.new(options)
29
29
  adapter.instance_eval(&block) if block.respond_to? :call
30
30
 
31
- match options[:mount] => adapter, via: :all
31
+ match options[:mount] => adapter
32
32
 
33
33
  end
34
34
 
@@ -1,3 +1,3 @@
1
1
  module FayeRails
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: faye-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.4
5
+ version: 1.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Harton
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-01-10 00:00:00.000000000 Z
13
+ date: 2013-02-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  version_requirements: !ruby/object:Gem::Requirement
@@ -290,7 +290,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
290
290
  version: '0'
291
291
  segments:
292
292
  - 0
293
- hash: -2141526219127179702
293
+ hash: 199386708663376652
294
294
  none: false
295
295
  required_rubygems_version: !ruby/object:Gem::Requirement
296
296
  requirements:
@@ -299,7 +299,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
299
299
  version: '0'
300
300
  segments:
301
301
  - 0
302
- hash: -2141526219127179702
302
+ hash: 199386708663376652
303
303
  none: false
304
304
  requirements: []
305
305
  rubyforge_project: