fluent-plugin-switch 0.0.2 → 0.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 +4 -4
- data/fluent-plugin-switch.gemspec +5 -5
- metadata +6 -7
- data/reinstall.sh +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 375462655a08f8ef77144082cd2ad68ec9d570f2
|
4
|
+
data.tar.gz: f04a864cf6bfc005eb4da08ce767b240da1cddee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3453365983bc5196a3a11baba83488e3d79d4de061ba5b0944b8fdcf607b8bbccf52572cfb9b6c7d58aba7a94c8af4ed0bef311fa5e6794779a8a7fef0e97fea
|
7
|
+
data.tar.gz: 09076acb75e9d7009dacbcc2de2736e2ba120383b97af8de74d8f93e662887d1c00ae984b295c0c57471d7a7fa648ef82826536d2aa84beea1f8af7a4e454d7d
|
@@ -3,19 +3,19 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.name = "fluent-plugin-switch"
|
6
|
-
gem.version = "0.0.
|
6
|
+
gem.version = "0.0.3"
|
7
7
|
gem.date = '2017-08-08'
|
8
8
|
gem.authors = ["Arash Vatanpoor"]
|
9
9
|
gem.email = ["arash@a-venture.org"]
|
10
|
-
gem.summary = %q{Fluentd filter plugin to
|
11
|
-
gem.description = %q{Fluentd filter plugin to
|
12
|
-
gem.homepage = 'https://github.
|
10
|
+
gem.summary = %q{Fluentd filter plugin to categorzie events.}
|
11
|
+
gem.description = %q{Fluentd filter plugin to categozie events, similar to switch statement in PLs}
|
12
|
+
gem.homepage = 'https://github.com/a-venture/fluent-plugin-switch'
|
13
13
|
gem.license = 'MIT'
|
14
14
|
gem.files = `git ls-files`.split($\)
|
15
15
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
17
17
|
gem.require_paths = ["lib"]
|
18
|
-
|
18
|
+
gem.required_ruby_version = ">= 2.1.2"
|
19
19
|
# dependency
|
20
20
|
gem.add_runtime_dependency "fluentd", '~> 0.12'
|
21
21
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-switch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arash Vatanpoor
|
@@ -24,8 +24,8 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0.12'
|
27
|
-
description: Fluentd filter plugin to
|
28
|
-
|
27
|
+
description: Fluentd filter plugin to categozie events, similar to switch statement
|
28
|
+
in PLs
|
29
29
|
email:
|
30
30
|
- arash@a-venture.org
|
31
31
|
executables: []
|
@@ -36,8 +36,7 @@ files:
|
|
36
36
|
- README.md
|
37
37
|
- fluent-plugin-switch.gemspec
|
38
38
|
- lib/fluent/plugin/filter_switch.rb
|
39
|
-
|
40
|
-
homepage: https://github.intuit.com/avatanpoor/fluent-plugin-switch
|
39
|
+
homepage: https://github.com/a-venture/fluent-plugin-switch
|
41
40
|
licenses:
|
42
41
|
- MIT
|
43
42
|
metadata: {}
|
@@ -49,7 +48,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
49
48
|
requirements:
|
50
49
|
- - ">="
|
51
50
|
- !ruby/object:Gem::Version
|
52
|
-
version:
|
51
|
+
version: 2.1.2
|
53
52
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
54
53
|
requirements:
|
55
54
|
- - ">="
|
@@ -60,5 +59,5 @@ rubyforge_project:
|
|
60
59
|
rubygems_version: 2.6.8
|
61
60
|
signing_key:
|
62
61
|
specification_version: 4
|
63
|
-
summary: Fluentd filter plugin to
|
62
|
+
summary: Fluentd filter plugin to categorzie events.
|
64
63
|
test_files: []
|
data/reinstall.sh
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
#!/usr/bin/env bash
|
2
|
-
# basic clean-up and reinstall
|
3
|
-
fluent-gem uninstall fluent-plugin-switch
|
4
|
-
rm -f ./fluent-plugin-switch-0.0.1.gem
|
5
|
-
gem build ./fluent-plugin-switch.gemspec
|
6
|
-
fluent-gem install ./fluent-plugin-switch-0.0.1.gem
|
7
|
-
fluentd -c ./config/switch.conf
|
8
|
-
|