exceptional 2.0.13 → 2.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ module Exceptional
14
14
  'env' => extract_environment(ENV),
15
15
  'host' => get_hostname,
16
16
  'run_as_user' => get_username,
17
- 'application_root_directory' => application_root.force_encoding("UTF-8"),
17
+ 'application_root_directory' => (application_root.to_s.respond_to?(:force_encoding) ? application_root.to_s.force_encoding("UTF-8") : application_root),
18
18
  'language' => 'ruby',
19
19
  'language_version' => language_version_string,
20
20
  'framework' => framework,
@@ -1,3 +1,3 @@
1
1
  module Exceptional
2
- VERSION = '2.0.13'
2
+ VERSION = '2.0.14'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exceptional
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.13
4
+ version: 2.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Contrast