exceptional 2.0.21 → 2.0.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,9 +4,9 @@ require 'rails'
4
4
  module Exceptional
5
5
  class Railtie < Rails::Railtie
6
6
 
7
- Exceptional::Config.load(File.join(Rails.root, "/config/exceptional.yml"))
8
-
9
7
  initializer "exceptional.middleware" do |app|
8
+ Exceptional::Config.load(File.join(Rails.root, "/config/exceptional.yml"))
9
+
10
10
  if Exceptional::Config.should_send_to_api?
11
11
  Exceptional.logger.info("Loading Exceptional for #{Rails::VERSION::STRING}")
12
12
  app.config.middleware.use "Rack::RailsExceptional"
@@ -1,3 +1,3 @@
1
1
  module Exceptional
2
- VERSION = '2.0.21'
2
+ VERSION = '2.0.22'
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: 37
4
+ hash: 35
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 21
10
- version: 2.0.21
9
+ - 22
10
+ version: 2.0.22
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-10 00:00:00 +01:00
18
+ date: 2010-08-11 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21