syslog_client 0.1.6 → 0.1.7

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.
@@ -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: