fluent-plugin-redis-sentinel 0.2.0 → 0.2.1
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/AUTHORS +1 -2
- data/fluent-plugin-redis-store.gemspec +2 -2
- data/lib/fluent/plugin/out_redis_store.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d276a241ac8b729ae3793a4bd70e48bf4366ab3890ad9a841cdcc1ee71dcc2b
|
|
4
|
+
data.tar.gz: 7c532bfaa0999a694b46259e8db143df13848e4944a1f1538f6dc49e855d68b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 158ae30bdc0c6f6739f532e8272870be3a67d7699f46ea85dcb6d69debbd232b15a23a4eba74cf17c8d7eebf8bbfd32b4ce53b51e2c3aa79367e5c6c3652c012
|
|
7
|
+
data.tar.gz: 78c42fd2d0c68fcf5af6080cf20ae4316d8aee20f79837d14ddb0dd6a5dd57984f3d6fc3110170be4d1564de81b903d2069f1a45bb1ea6d06a2703cabbb82162
|
data/AUTHORS
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
HANAI Tohru aka pokehanai
|
|
1
|
+
G
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
Gem::Specification.new do |gem|
|
|
3
3
|
gem.name = "fluent-plugin-redis-sentinel"
|
|
4
4
|
gem.email = "gp@path.com"
|
|
5
|
-
gem.version = "0.2.
|
|
5
|
+
gem.version = "0.2.1"
|
|
6
6
|
gem.authors = ["A360"]
|
|
7
7
|
gem.licenses = ["Apache License Version 2.0"]
|
|
8
8
|
gem.summary = %q{Redis(zset/set/list/string/publish) output plugin for Fluentd}
|
|
9
9
|
gem.description = %q{Redis(zset/set/list/string/publish) output plugin for Fluentd...}
|
|
10
|
-
gem.homepage = "https://github.com/
|
|
10
|
+
gem.homepage = "https://github.com/development-ganesh123/fluent-plugin-redis-sentinel"
|
|
11
11
|
|
|
12
12
|
gem.files = `git ls-files`.split($\)
|
|
13
13
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-redis-sentinel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- A360
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -87,7 +87,7 @@ files:
|
|
|
87
87
|
- lib/fluent/plugin/out_redis_store.rb
|
|
88
88
|
- test/helpers.rb
|
|
89
89
|
- test/plugin/test_out_redis_publish.rb
|
|
90
|
-
homepage: https://github.com/
|
|
90
|
+
homepage: https://github.com/development-ganesh123/fluent-plugin-redis-sentinel
|
|
91
91
|
licenses:
|
|
92
92
|
- Apache License Version 2.0
|
|
93
93
|
metadata: {}
|