exceptional 2.0.24 → 2.0.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  if defined? Sinatra::Request
2
2
  error do
3
- Exceptional.handle_with_rack(request.env['sinatra.error'], request.env, request)
3
+ Exceptional::Catcher.handle_with_rack(request.env['sinatra.error'], request.env, request)
4
4
  raise request.env['sinatra.error']
5
5
  end
6
6
  end
@@ -1,3 +1,3 @@
1
1
  module Exceptional
2
- VERSION = '2.0.24'
2
+ VERSION = '2.0.25'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exceptional
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 24
10
- version: 2.0.24
9
+ - 25
10
+ version: 2.0.25
11
11
  platform: ruby
12
12
  authors:
13
13
  - Contrast
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-17 00:00:00 +01:00
18
+ date: 2010-08-18 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21