fluent-plugin-redis-sentinel 0.2.1 → 0.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d276a241ac8b729ae3793a4bd70e48bf4366ab3890ad9a841cdcc1ee71dcc2b
4
- data.tar.gz: 7c532bfaa0999a694b46259e8db143df13848e4944a1f1538f6dc49e855d68b4
3
+ metadata.gz: 478841b98f1cceb314c8b405ab528569d1a91117f5affcb924674816f0ba8823
4
+ data.tar.gz: 6e6d95c3dcdd5f0e1b535361828252cfed1abc79e26703b2a70dc99076309dfa
5
5
  SHA512:
6
- metadata.gz: 158ae30bdc0c6f6739f532e8272870be3a67d7699f46ea85dcb6d69debbd232b15a23a4eba74cf17c8d7eebf8bbfd32b4ce53b51e2c3aa79367e5c6c3652c012
7
- data.tar.gz: 78c42fd2d0c68fcf5af6080cf20ae4316d8aee20f79837d14ddb0dd6a5dd57984f3d6fc3110170be4d1564de81b903d2069f1a45bb1ea6d06a2703cabbb82162
6
+ metadata.gz: a3f5673c709b9921df384e930df145063526a172220ff590bac6d870fc59fde3b23eaec28820cadc68ed11c37bcf2647c7bc4af4870037c0b70c44e194e715ad
7
+ data.tar.gz: 9a16a46232dcfaa40aae8a32f96692a83a836aa294ea1cc5387a98913ce605072923f3c53212f2a932e8eb8900bc192930867a1c062085df826da6c6f54f869a
@@ -2,7 +2,7 @@
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.1"
5
+ gem.version = "0.2.2"
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}
@@ -1,7 +1,7 @@
1
1
  require 'fluent/plugin/output'
2
2
 
3
3
  module Fluent::Plugin
4
- class RedisStoreOutput < Output
4
+ class RedisSentinelOutput < Output
5
5
  Fluent::Plugin.register_output('redis_sentinel', self)
6
6
 
7
7
  helpers :compat_parameters
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - A360
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-04 00:00:00.000000000 Z
11
+ date: 2023-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -83,8 +83,8 @@ files:
83
83
  - Gemfile
84
84
  - README.md
85
85
  - Rakefile
86
- - fluent-plugin-redis-store.gemspec
87
- - lib/fluent/plugin/out_redis_store.rb
86
+ - fluent-plugin-redis-sentinel.gemspec
87
+ - lib/fluent/plugin/out_redis_sentinel.rb
88
88
  - test/helpers.rb
89
89
  - test/plugin/test_out_redis_publish.rb
90
90
  homepage: https://github.com/development-ganesh123/fluent-plugin-redis-sentinel