syslog_client 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ module SyslogClient
15
15
 
16
16
  options.slice(:operation, :message, :operator, :result).map { |k, v| options[k] = v.to_s }
17
17
  options[:deal_id] = options[:deal_id].to_i
18
- if [Date, DateTime, Time].include?(operation[:operation_time].class)
18
+ if [Date, DateTime, Time].include?(options[:operation_time].class)
19
19
  options[:operation_time] = options[:operation_time].to_s(:db)
20
20
  else
21
21
  options[:operation_time] = options[:operation_time].to_s
@@ -1,3 +1,3 @@
1
1
  module SyslogClient
2
- Version = VERSION = '0.1.6'
2
+ Version = VERSION = '0.1.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: syslog_client
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: