fluent-plugin-syslog-d 0.0.3 → 0.0.4

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
  SHA256:
3
- metadata.gz: f1cb778213dabd7badb67d0ea2b90737bbc5167a4a2b79bb80a5f9ba3ec3c917
4
- data.tar.gz: bf828870ef658bd6b86ccee3dac47603ff0170e9c7ade4ad5e472317f3c73c69
3
+ metadata.gz: 13cce6586f8c12bf059469e1efeb83a963286a0fbea4616830c1fbb9a3d56c84
4
+ data.tar.gz: 911d326d65cf3bec32c96d681053b0aba0f3a2ff27ed0b4a98d03016fdae6af1
5
5
  SHA512:
6
- metadata.gz: 669a885ee60be9c270547de61ba11117f31b3a82b0cb9d25ab341d896b2e215f435990e190e891a42f825f80fb7b55e0b466e6bf5128811168a56aa39c3b8d5d
7
- data.tar.gz: 5c7229722a8ade050ea7b9f095a580aee1db9f5842141934cc10a27a6008838c4b81e0272db7498a87b4339defab593d1f23aa99879df3124d0717a73c524004
6
+ metadata.gz: 7407e924a100d41027ef1ed455220321829c6298baf16a8f624f596381edba8f5db8bde5b7f3cd096cc05ea3c5fd9ace5e54807bb13a0afd7b76548207db7f70
7
+ data.tar.gz: f94298e230b8c0bd3d1a5d6a96a125cb9704bebf2dee0d6830f650e402c28bc7797c263aa44223daed52be2598ed204205d554351ab434388731964c53f9400d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-syslog-d (0.0.2)
4
+ fluent-plugin-syslog-d (0.0.4)
5
5
  fluentd (>= 0.14.0, < 2)
6
6
 
7
7
  GEM
@@ -1,5 +1,6 @@
1
1
  # Copyright 2016 Acquia, Inc.
2
2
  # Copyright 2016-2019 t.e.morgan.
3
+ # Copyright 2021 JMC
3
4
  #
4
5
  # Licensed under the Apache License, Version 2.0 (the "License");
5
6
  # you may not use this file except in compliance with the License.
@@ -19,7 +20,7 @@ require 'fluent/plugin/output'
19
20
 
20
21
  module Fluent::Plugin
21
22
  class SyslogTlsOutput < Output
22
- Fluent::Plugin.register_output('syslog_tls', self)
23
+ Fluent::Plugin.register_output('devo', self)
23
24
 
24
25
  helpers :inject, :formatter, :compat_parameters
25
26
 
@@ -1,4 +1,5 @@
1
1
  # Copyright 2016 Acquia, Inc.
2
+ # Copyright 2021 JMC
2
3
  #
3
4
  # Licensed under the Apache License, Version 2.0 (the "License");
4
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  # Copyright 2016 Acquia, Inc.
2
2
  # Copyright 2016 t.e.morgan.
3
+ # Copyright 2021 JMC
3
4
  #
4
5
  # Licensed under the Apache License, Version 2.0 (the "License");
5
6
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,5 @@
1
1
  # Copyright 2016 Acquia, Inc.
2
+ # Copyright 2021 JMC
2
3
  #
3
4
  # Licensed under the Apache License, Version 2.0 (the "License");
4
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  # Copyright 2016 Acquia, Inc.
2
2
  # Copyright 2016 t.e.morgan.
3
+ # Copyright 2021 JMC
3
4
  #
4
5
  # Licensed under the Apache License, Version 2.0 (the "License");
5
6
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,5 @@
1
1
  # Copyright 2016 Acquia, Inc.
2
+ # Copyright 2021 JMC
2
3
  #
3
4
  # Licensed under the Apache License, Version 2.0 (the "License");
4
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  # Copyright 2016 Acquia, Inc.
2
2
  # Copyright 2016-2019 t.e.morgan.
3
+ # Copyright 2021 JMC
3
4
  #
4
5
  # Licensed under the Apache License, Version 2.0 (the "License");
5
6
  # you may not use this file except in compliance with the License.
@@ -14,5 +14,5 @@
14
14
  # limitations under the License.
15
15
 
16
16
  module SyslogTls
17
- VERSION = '0.0.3'
17
+ VERSION = '0.0.4'
18
18
  end
@@ -17,7 +17,7 @@ require 'helper'
17
17
  require 'ssl'
18
18
  require 'date'
19
19
  require 'minitest/mock'
20
- require 'fluent/plugin/out_syslog_tls'
20
+ require 'fluent/plugin/out_devo'
21
21
  require 'fluent/test/driver/output'
22
22
 
23
23
  class SyslogTlsOutputTest < Test::Unit::TestCase
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-syslog-d
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Manuel Cristóbal
@@ -127,7 +127,7 @@ files:
127
127
  - LICENSE
128
128
  - README.md
129
129
  - Rakefile
130
- - lib/fluent/plugin/out_syslog_tls.rb
130
+ - lib/fluent/plugin/out_devo.rb
131
131
  - lib/syslog_tls/facility.rb
132
132
  - lib/syslog_tls/logger.rb
133
133
  - lib/syslog_tls/lookup_from_const.rb
@@ -135,7 +135,7 @@ files:
135
135
  - lib/syslog_tls/severity.rb
136
136
  - lib/syslog_tls/ssl_transport.rb
137
137
  - lib/syslog_tls/version.rb
138
- - test/fluent/test_out_syslog_tls.rb
138
+ - test/fluent/test_out_devo.rb
139
139
  - test/helper.rb
140
140
  - test/ssl.rb
141
141
  - test/syslog_tls/test_logger.rb
@@ -164,4 +164,10 @@ rubygems_version: 3.1.2
164
164
  signing_key:
165
165
  specification_version: 4
166
166
  summary: Fluent Syslog TLS output plugin for D
167
- test_files: []
167
+ test_files:
168
+ - test/fluent/test_out_devo.rb
169
+ - test/helper.rb
170
+ - test/ssl.rb
171
+ - test/syslog_tls/test_logger.rb
172
+ - test/syslog_tls/test_protocol.rb
173
+ - test/syslog_tls/test_ssl_transport.rb