errorinbox 0.0.2a → 0.0.3a

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.
@@ -60,6 +60,7 @@ module ErrorInbox
60
60
  end
61
61
 
62
62
  @options.each do |key, value|
63
+ value = value.to_s unless value.is_a?(Hash) || value.is_a?(Array)
63
64
  body[:environment][key] = value
64
65
  end
65
66
 
@@ -1,3 +1,3 @@
1
1
  module ErrorInbox
2
- VERSION = "0.0.2a"
2
+ VERSION = "0.0.3a"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: errorinbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2a
4
+ version: 0.0.3a
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors:
@@ -82,7 +82,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  segments:
84
84
  - 0
85
- hash: -231840207079135962
85
+ hash: -1856483604331423650
86
86
  required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  none: false
88
88
  requirements: