fluent-plugin-wendelin 0.1 → 0.5

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.
metadata CHANGED
@@ -1,50 +1,51 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-wendelin
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: '0.5'
5
5
  platform: ruby
6
6
  authors:
7
- - Kirill Smelkov
7
+ - Nexedians
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-25 00:00:00.000000000 Z
11
+ date: 2021-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - "<"
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - "<"
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: '2'
27
27
  description: Fluentd output plugin to forward data to Wendelin system
28
28
  email:
29
- - kirr@nexedi.com
29
+ - klaus@nexedi.com
30
30
  executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
34
  - ".gitignore"
35
+ - COPYING
35
36
  - Gemfile
36
- - LICENSE.txt
37
37
  - README.md
38
38
  - example/to_wendelin.conf
39
39
  - fluent-plugin-wendelin.gemspec
40
40
  - lib/fluent/plugin/out_wendelin.rb
41
+ - lib/fluent/plugin/out_wendelin_formatted.rb
41
42
  - lib/fluent/plugin/wendelin_client.rb
42
43
  - test/ingest-torture.rb
43
44
  - test/ingest.rb
44
45
  - test/wendelin_test.rb
45
46
  homepage: https://lab.nexedi.com/nexedi/fluent-plugin-wendelin
46
47
  licenses:
47
- - APLv2
48
+ - GPLv3+ with wide exception for Open-Source
48
49
  metadata: {}
49
50
  post_install_message:
50
51
  rdoc_options: []
@@ -61,8 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
62
  - !ruby/object:Gem::Version
62
63
  version: '0'
63
64
  requirements: []
64
- rubyforge_project:
65
- rubygems_version: 2.2.2
65
+ rubygems_version: 3.1.2
66
66
  signing_key:
67
67
  specification_version: 4
68
68
  summary: Fluentd output to Wendelin
data/LICENSE.txt DELETED
@@ -1,13 +0,0 @@
1
- Copyright (C) 2015 Nexedi SA and Contributors
2
-
3
- Licensed under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License.
5
- You may obtain a copy of the License at
6
-
7
- http://www.apache.org/licenses/LICENSE-2.0
8
-
9
- Unless required by applicable law or agreed to in writing, software
10
- distributed under the License is distributed on an "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- See the License for the specific language governing permissions and
13
- limitations under the License.