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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9eeef66cfcaa597cbe7addcdbfabe5bb9041edcd2143adef3b17d45a4405cb5
4
- data.tar.gz: ad3711ea5d9d8ae62890c793255d3459e290090de0bb8a3ecaaa83cb2f7d4b84
3
+ metadata.gz: 1d276a241ac8b729ae3793a4bd70e48bf4366ab3890ad9a841cdcc1ee71dcc2b
4
+ data.tar.gz: 7c532bfaa0999a694b46259e8db143df13848e4944a1f1538f6dc49e855d68b4
5
5
  SHA512:
6
- metadata.gz: dd4c45130e3df49784149d3bbb4156486e1f9411ced78f7743089c0b513d84c9f0310561fbcebc9f1e57ff3cd15b91a79b42e3e8e30f8ee31c60796e562d5e6b
7
- data.tar.gz: a3766502770a415c7579e3cbcc1871e5f751133093a7a2caaa882bacf1ec28a240881bd67413aa775391a05bd38666f72581b3aabba2aff5625a266661b62571
6
+ metadata.gz: 158ae30bdc0c6f6739f532e8272870be3a67d7699f46ea85dcb6d69debbd232b15a23a4eba74cf17c8d7eebf8bbfd32b4ce53b51e2c3aa79367e5c6c3652c012
7
+ data.tar.gz: 78c42fd2d0c68fcf5af6080cf20ae4316d8aee20f79837d14ddb0dd6a5dd57984f3d6fc3110170be4d1564de81b903d2069f1a45bb1ea6d06a2703cabbb82162
data/AUTHORS CHANGED
@@ -1,2 +1 @@
1
- moaikids
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.0"
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/pokehanai/fluent-plugin-redis-store"
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) }
@@ -2,7 +2,7 @@ require 'fluent/plugin/output'
2
2
 
3
3
  module Fluent::Plugin
4
4
  class RedisStoreOutput < Output
5
- Fluent::Plugin.register_output('redis_store', self)
5
+ Fluent::Plugin.register_output('redis_sentinel', self)
6
6
 
7
7
  helpers :compat_parameters
8
8
 
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.0
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-09-25 00:00:00.000000000 Z
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/pokehanai/fluent-plugin-redis-store
90
+ homepage: https://github.com/development-ganesh123/fluent-plugin-redis-sentinel
91
91
  licenses:
92
92
  - Apache License Version 2.0
93
93
  metadata: {}