fluent-plugin-parser-protobuf 0.1.2 → 0.1.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 +4 -4
- data/.github/dependabot.yml +6 -0
- data/.github/workflows/linux.yml +4 -5
- data/.github/workflows/macos.yml +4 -5
- data/.github/workflows/windows.yml +4 -5
- data/CHANGELOG.md +5 -0
- data/Gemfile +1 -1
- data/README.md +4 -0
- data/fluent-plugin-parser-protobuf.gemspec +4 -2
- metadata +34 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 385c93dafa9ad31590da8712ce4377ec949af505ac3abc063e58b381bb5e6677
|
|
4
|
+
data.tar.gz: fbec46e476ab775dd3563640e8c11ca73b2dfb5b6c4f9445abcec30d16362273
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 486f9aee1f52516e43b4a0bcc607cd243e26b0f8b07910de3ee4c7e321af433d65e23b2228c99ef1aa0a925775ac661e413d123ed7111e368e93e57df747a470
|
|
7
|
+
data.tar.gz: 99c29305690b646456eba4133418faefaf40ad0a152508ef06221068795882b74b3d419d55c91b4301aa5575f8ec127633563bc647dd750539c439202b7a56c1
|
data/.github/workflows/linux.yml
CHANGED
|
@@ -8,19 +8,18 @@ jobs:
|
|
|
8
8
|
strategy:
|
|
9
9
|
fail-fast: false
|
|
10
10
|
matrix:
|
|
11
|
-
ruby: [ '2.
|
|
11
|
+
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0' ]
|
|
12
12
|
os:
|
|
13
13
|
- ubuntu-latest
|
|
14
14
|
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
|
|
15
15
|
steps:
|
|
16
|
-
- uses: actions/checkout@
|
|
17
|
-
- uses: ruby/setup-ruby@v1
|
|
16
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
17
|
+
- uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.0
|
|
18
18
|
with:
|
|
19
19
|
ruby-version: ${{ matrix.ruby }}
|
|
20
|
+
bundler-cache: true
|
|
20
21
|
- name: unit testing
|
|
21
22
|
env:
|
|
22
23
|
CI: true
|
|
23
24
|
run: |
|
|
24
|
-
gem install bundler rake
|
|
25
|
-
bundle install --jobs 4 --retry 3
|
|
26
25
|
bundle exec rake test
|
data/.github/workflows/macos.yml
CHANGED
|
@@ -8,19 +8,18 @@ jobs:
|
|
|
8
8
|
strategy:
|
|
9
9
|
fail-fast: false
|
|
10
10
|
matrix:
|
|
11
|
-
ruby: [ '2.
|
|
11
|
+
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0' ]
|
|
12
12
|
os:
|
|
13
13
|
- macOS-latest
|
|
14
14
|
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
|
|
15
15
|
steps:
|
|
16
|
-
- uses: actions/checkout@
|
|
17
|
-
- uses: ruby/setup-ruby@v1
|
|
16
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
17
|
+
- uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.0
|
|
18
18
|
with:
|
|
19
19
|
ruby-version: ${{ matrix.ruby }}
|
|
20
|
+
bundler-cache: true
|
|
20
21
|
- name: unit testing
|
|
21
22
|
env:
|
|
22
23
|
CI: true
|
|
23
24
|
run: |
|
|
24
|
-
gem install bundler rake
|
|
25
|
-
bundle install --jobs 4 --retry 3
|
|
26
25
|
bundle exec rake test
|
|
@@ -8,19 +8,18 @@ jobs:
|
|
|
8
8
|
strategy:
|
|
9
9
|
fail-fast: false
|
|
10
10
|
matrix:
|
|
11
|
-
ruby: [ '2.
|
|
11
|
+
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0' ]
|
|
12
12
|
os:
|
|
13
13
|
- windows-latest
|
|
14
14
|
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
|
|
15
15
|
steps:
|
|
16
|
-
- uses: actions/checkout@
|
|
17
|
-
- uses: ruby/setup-ruby@v1
|
|
16
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
17
|
+
- uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.0
|
|
18
18
|
with:
|
|
19
19
|
ruby-version: ${{ matrix.ruby }}
|
|
20
|
+
bundler-cache: true
|
|
20
21
|
- name: unit testing
|
|
21
22
|
env:
|
|
22
23
|
CI: true
|
|
23
24
|
run: |
|
|
24
|
-
gem install bundler rake
|
|
25
|
-
bundle install --jobs 4 --retry 3
|
|
26
25
|
ridk exec bundle exec rake test
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
## Changelog [[tags]](https://github.com/fluent-plugins-nursery/fluent-plugin-parser-protobuf/tags)
|
|
2
2
|
|
|
3
|
+
### v0.1.3
|
|
4
|
+
- gem: add racc dependency for Ruby 3.3+
|
|
5
|
+
- Gemfile: Remove rake gem version dependency
|
|
6
|
+
- gem: update test-unit dependency
|
|
7
|
+
|
|
3
8
|
### v0.1.2
|
|
4
9
|
- Add invalid parameters combination checker
|
|
5
10
|
- Follow Fluentd v1 parser requirements
|
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -76,6 +76,10 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
76
76
|
|
|
77
77
|
Bug reports and pull requests are welcome on GitHub at https://github.com/fluent-plugins-nursery/fluent-plugin-parser-protobuf.
|
|
78
78
|
|
|
79
|
+
## Articles
|
|
80
|
+
|
|
81
|
+
* FluentdのInputプラグインでProtocol Buffersを扱う -- ククログ https://www.clear-code.com/blog/2020/6/4.html (ja)
|
|
82
|
+
|
|
79
83
|
## LICENSE
|
|
80
84
|
|
|
81
85
|
[Apache-2.0](LICENSE).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |spec|
|
|
2
2
|
spec.name = "fluent-plugin-parser-protobuf"
|
|
3
|
-
spec.version = "0.1.
|
|
3
|
+
spec.version = "0.1.3"
|
|
4
4
|
spec.authors = ["Hiroshi Hatake"]
|
|
5
5
|
spec.email = ["cosmo0920.wp@gmail.com"]
|
|
6
6
|
|
|
@@ -25,8 +25,10 @@ Gem::Specification.new do |spec|
|
|
|
25
25
|
spec.require_paths = ["lib"]
|
|
26
26
|
spec.license = "Apache-2.0"
|
|
27
27
|
|
|
28
|
-
spec.add_development_dependency 'test-unit', '~> 3.3
|
|
28
|
+
spec.add_development_dependency 'test-unit', '~> 3.3'
|
|
29
29
|
spec.add_runtime_dependency "fluentd", [">= 1.0", "< 2"]
|
|
30
30
|
spec.add_runtime_dependency "google-protobuf", ["~> 3.12"]
|
|
31
31
|
spec.add_runtime_dependency "ruby-protocol-buffers"
|
|
32
|
+
spec.add_runtime_dependency "webrick"
|
|
33
|
+
spec.add_runtime_dependency "racc"
|
|
32
34
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-parser-protobuf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hiroshi Hatake
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: test-unit
|
|
@@ -16,14 +15,14 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - "~>"
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.3
|
|
18
|
+
version: '3.3'
|
|
20
19
|
type: :development
|
|
21
20
|
prerelease: false
|
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
22
|
requirements:
|
|
24
23
|
- - "~>"
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.3
|
|
25
|
+
version: '3.3'
|
|
27
26
|
- !ruby/object:Gem::Dependency
|
|
28
27
|
name: fluentd
|
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,6 +71,34 @@ dependencies:
|
|
|
72
71
|
- - ">="
|
|
73
72
|
- !ruby/object:Gem::Version
|
|
74
73
|
version: '0'
|
|
74
|
+
- !ruby/object:Gem::Dependency
|
|
75
|
+
name: webrick
|
|
76
|
+
requirement: !ruby/object:Gem::Requirement
|
|
77
|
+
requirements:
|
|
78
|
+
- - ">="
|
|
79
|
+
- !ruby/object:Gem::Version
|
|
80
|
+
version: '0'
|
|
81
|
+
type: :runtime
|
|
82
|
+
prerelease: false
|
|
83
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
84
|
+
requirements:
|
|
85
|
+
- - ">="
|
|
86
|
+
- !ruby/object:Gem::Version
|
|
87
|
+
version: '0'
|
|
88
|
+
- !ruby/object:Gem::Dependency
|
|
89
|
+
name: racc
|
|
90
|
+
requirement: !ruby/object:Gem::Requirement
|
|
91
|
+
requirements:
|
|
92
|
+
- - ">="
|
|
93
|
+
- !ruby/object:Gem::Version
|
|
94
|
+
version: '0'
|
|
95
|
+
type: :runtime
|
|
96
|
+
prerelease: false
|
|
97
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
98
|
+
requirements:
|
|
99
|
+
- - ">="
|
|
100
|
+
- !ruby/object:Gem::Version
|
|
101
|
+
version: '0'
|
|
75
102
|
description: Protobuf parser for Fluentd.
|
|
76
103
|
email:
|
|
77
104
|
- cosmo0920.wp@gmail.com
|
|
@@ -79,6 +106,7 @@ executables: []
|
|
|
79
106
|
extensions: []
|
|
80
107
|
extra_rdoc_files: []
|
|
81
108
|
files:
|
|
109
|
+
- ".github/dependabot.yml"
|
|
82
110
|
- ".github/workflows/linux.yml"
|
|
83
111
|
- ".github/workflows/macos.yml"
|
|
84
112
|
- ".github/workflows/windows.yml"
|
|
@@ -100,7 +128,6 @@ metadata:
|
|
|
100
128
|
homepage_uri: https://github.com/fluent-plugins-nursery/fluent-plugin-parser-protobuf
|
|
101
129
|
source_code_uri: https://github.com/fluent-plugins-nursery/fluent-plugin-parser-protobuf
|
|
102
130
|
changelog_uri: https://github.com/fluent-plugins-nursery/fluent-plugin-parser-protobuf/blob/master/CHANGELOG.md
|
|
103
|
-
post_install_message:
|
|
104
131
|
rdoc_options: []
|
|
105
132
|
require_paths:
|
|
106
133
|
- lib
|
|
@@ -115,8 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
142
|
- !ruby/object:Gem::Version
|
|
116
143
|
version: '0'
|
|
117
144
|
requirements: []
|
|
118
|
-
rubygems_version:
|
|
119
|
-
signing_key:
|
|
145
|
+
rubygems_version: 4.0.6
|
|
120
146
|
specification_version: 4
|
|
121
147
|
summary: Protobuf parser for Fluentd.
|
|
122
148
|
test_files: []
|