remote_syslog_sender 1.1.1 → 1.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 860ccfa2eb6457c816ad1461a9c6f2e1ab26827f
4
- data.tar.gz: c0e4d13e4d178258ebc63e5096e845ad4f8447f9
3
+ metadata.gz: ca5b6ec6c42fc7554d4d3318c6f267d1a3f8a508
4
+ data.tar.gz: cdb652566a198fa60e5a54487e4ea8e371c07011
5
5
  SHA512:
6
- metadata.gz: 6bba3380a97df8bdeb452580f2a16192c50d7a94598c2968ab3174781068e26aa5a82f5cdeb2218f15648c31cb4c8c8046a78ed8ee4ef9b0aedb89b1bbce3611
7
- data.tar.gz: 4d265b126e5f4173c18ff685b57b52362ae69a519c89b7d47363595a4b73db064839344586071eb2a357810efb013c329272bb9cff5cf7f9497d159d560e6076
6
+ metadata.gz: d8fe3ae5a16f8695e96cde2d60166013ab09037e8a4e671217123aa1cee487b7d170c84b814b43a2fd4f476d05502d4e807099fb12875278c6b39d8acaed0bdf
7
+ data.tar.gz: 5ad178f44071790a783d33869c578c3a02218a6200d805c2cce3558a431375fcef924f1bdb2193eb26ffe5ce56355b8283c874faf29a946cf0927b8c21d631e6
@@ -104,7 +104,7 @@ module RemoteSyslogSender
104
104
  if defined?(Process::CLOCK_MONOTONIC_COARSE)
105
105
  Process::CLOCK_MONOTONIC_COARSE
106
106
  elsif defined?(Process::CLOCK_MONOTONIC)
107
- Process::CLOCK_MONOTONIC_COARSE
107
+ Process::CLOCK_MONOTONIC
108
108
  elsif defined?(Process::CLOCK_REALTIME_COARSE)
109
109
  Process::CLOCK_REALTIME_COARSE
110
110
  elsif defined?(Process::CLOCK_REALTIME)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'remote_syslog_sender'
3
- s.version = '1.1.1'
3
+ s.version = '1.1.2'
4
4
  s.summary = "Message sender that sends directly to a remote syslog endpoint"
5
5
  s.description = "Message sender that sends directly to a remote syslog endpoint (Support UDP, TCP, TCP+TLS)"
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remote_syslog_sender
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomohiro Hashidate
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-10-03 00:00:00.000000000 Z
12
+ date: 2017-10-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: syslog_protocol