trackman 0.2.89 → 0.2.90

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: