fluent-plugin-bin 0.2 → 0.3
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 +5 -5
- data/fluent-plugin-bin.gemspec +2 -2
- metadata +11 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: feb3052df8930326065d11073b7dc445dd1889fe69e5f927076a78afcd119bfa
|
4
|
+
data.tar.gz: 19cdf8c2fa01bf3395784a275d661e99d7a884ce94ad06bf7c993ed0f4ee7bbd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1bbbf43ddfd0627220766d97a316e63bf43a20f7055a692fa8d7bb09c2ae590363e8b26abcb6fbd510495a508940abf94891fa4b140191d006adaf09c09741f
|
7
|
+
data.tar.gz: f8444eabcb7dddad07411536c7467c7b8b1e88eaf2b0fa3ea5dc0d1e052560ac70e66fb5d956739b3232635c42cf525c0d680f3ac3c0c422d5ff6a15e74e0c00
|
data/fluent-plugin-bin.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |gem|
|
2
2
|
gem.name = "fluent-plugin-bin"
|
3
|
-
gem.version = "0.
|
3
|
+
gem.version = "0.3"
|
4
4
|
gem.authors = ["Klaus Wölfel"]
|
5
5
|
gem.email = ["klaus@nexedi.com"]
|
6
6
|
gem.summary = %q{Fluentd input plugin for binary files}
|
@@ -11,5 +11,5 @@ Gem::Specification.new do |gem|
|
|
11
11
|
gem.files = `git ls-files -z`.split("\x0")
|
12
12
|
gem.require_paths = ["lib"]
|
13
13
|
|
14
|
-
gem.add_runtime_dependency "fluentd", "
|
14
|
+
gem.add_runtime_dependency "fluentd", ">= 0.14", "< 2"
|
15
15
|
end
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-bin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.3'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Klaus Wölfel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-10-05 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
19
|
version: '0.14'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '2'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: '0.14'
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '2'
|
27
33
|
description: Fluentd input plugin to read binary files based on in_tail
|
28
34
|
email:
|
29
35
|
- klaus@nexedi.com
|
@@ -55,8 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
61
|
- !ruby/object:Gem::Version
|
56
62
|
version: '0'
|
57
63
|
requirements: []
|
58
|
-
|
59
|
-
rubygems_version: 2.5.1
|
64
|
+
rubygems_version: 3.1.2
|
60
65
|
signing_key:
|
61
66
|
specification_version: 4
|
62
67
|
summary: Fluentd input plugin for binary files
|