sinatra-symphony 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. data/lib/sinatra/symphony.rb +1 -2
  2. metadata +3 -3
@@ -8,7 +8,7 @@ module Sinatra
8
8
  # defaults
9
9
  disable :raise_errors, :show_exceptions
10
10
 
11
- def invoke
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.0
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: 2012-12-03 00:00:00.000000000 Z
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: -2775563060799593485
152
+ hash: 4276669382913084102
153
153
  version: '0'
154
154
  segments:
155
155
  - 0