exceptional 2.0.18 → 2.0.19

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.
@@ -8,7 +8,7 @@ module Exceptional
8
8
  Exceptional::Config.load(File.join(Rails.root, "/config/exceptional.yml"))
9
9
  if Exceptional::Config.should_send_to_api?
10
10
  Exceptional.logger.info("Loading Exceptional for #{Rails::VERSION::STRING}")
11
- app.config.middleware.use Rack::RailsExceptional
11
+ app.config.middleware.use "Rack::RailsExceptional"
12
12
  end
13
13
  end
14
14
  end
@@ -1,3 +1,3 @@
1
1
  module Exceptional
2
- VERSION = '2.0.18'
2
+ VERSION = '2.0.19'
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: 43
4
+ hash: 41
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 18
10
- version: 2.0.18
9
+ - 19
10
+ version: 2.0.19
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-07-28 00:00:00 +01:00
18
+ date: 2010-07-29 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21