sinatra-symphony 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sinatra/symphony.rb +1 -2
- metadata +3 -3
data/lib/sinatra/symphony.rb
CHANGED
@@ -8,7 +8,7 @@ module Sinatra
|
|
8
8
|
# defaults
|
9
9
|
disable :raise_errors, :show_exceptions
|
10
10
|
|
11
|
-
def
|
11
|
+
def dispatch!
|
12
12
|
if self.class.symphony[:exclude].include? @request.path_info
|
13
13
|
super
|
14
14
|
else
|
@@ -16,7 +16,6 @@ module Sinatra
|
|
16
16
|
super
|
17
17
|
env['async.callback'].call response.finish
|
18
18
|
end
|
19
|
-
|
20
19
|
throw :async
|
21
20
|
end
|
22
21
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sinatra-symphony
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.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-03-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
@@ -149,7 +149,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
149
149
|
requirements:
|
150
150
|
- - ! '>='
|
151
151
|
- !ruby/object:Gem::Version
|
152
|
-
hash:
|
152
|
+
hash: 4276669382913084102
|
153
153
|
version: '0'
|
154
154
|
segments:
|
155
155
|
- 0
|