gts 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
data/lib/gts/server.rb CHANGED
@@ -107,7 +107,8 @@ module Gts
107
107
  logger.error "Got incorrect data [from #{client_ip_address}, imei: #{imei}]. Exception: #{e.to_s}"
108
108
  logger.debug "Incorrect data: #{data}"
109
109
  end
110
- close_connection
110
+ # should we?
111
+ # close_connection
111
112
  end
112
113
 
113
114
 
data/lib/gts/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Gts
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
data/lib/gts.rb CHANGED
@@ -56,7 +56,11 @@ module Gts
56
56
  end
57
57
 
58
58
  def self.log_filename
59
- @@log_filename
59
+ begin
60
+ @@log_filename
61
+ rescue
62
+ @@log_filename = STDOUT
63
+ end
60
64
  end
61
65
 
62
66
  def self.server=(server_instance)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: