trackman 0.2.89 → 0.2.90

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.
@@ -22,7 +22,7 @@ module Trackman
22
22
  end
23
23
 
24
24
  def self.log_exception ex
25
- RestClient.post "#{@@server_url}/exceptions", :exception => { message: ex.message, :backtrace => ex.backtrace }
25
+ RestClient.post "#{@@server_url}/exceptions", :exception => { :message => ex.message, :backtrace => ex.backtrace }
26
26
  end
27
27
 
28
28
  def file_hash
@@ -1,3 +1,3 @@
1
1
  module Trackman
2
- VERSION = "0.2.89"
2
+ VERSION = "0.2.90"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.89
4
+ version: 0.2.90
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: