fluent-plugin-redis-sentinel 0.2.0 → 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: e9eeef66cfcaa597cbe7addcdbfabe5bb9041edcd2143adef3b17d45a4405cb5
4
- data.tar.gz: ad3711ea5d9d8ae62890c793255d3459e290090de0bb8a3ecaaa83cb2f7d4b84
3
+ metadata.gz: 478841b98f1cceb314c8b405ab528569d1a91117f5affcb924674816f0ba8823
4
+ data.tar.gz: 6e6d95c3dcdd5f0e1b535361828252cfed1abc79e26703b2a70dc99076309dfa
5
5
  SHA512:
6
- metadata.gz: dd4c45130e3df49784149d3bbb4156486e1f9411ced78f7743089c0b513d84c9f0310561fbcebc9f1e57ff3cd15b91a79b42e3e8e30f8ee31c60796e562d5e6b
7
- data.tar.gz: a3766502770a415c7579e3cbcc1871e5f751133093a7a2caaa882bacf1ec28a240881bd67413aa775391a05bd38666f72581b3aabba2aff5625a266661b62571
6
+ metadata.gz: a3f5673c709b9921df384e930df145063526a172220ff590bac6d870fc59fde3b23eaec28820cadc68ed11c37bcf2647c7bc4af4870037c0b70c44e194e715ad
7
+ data.tar.gz: 9a16a46232dcfaa40aae8a32f96692a83a836aa294ea1cc5387a98913ce605072923f3c53212f2a932e8eb8900bc192930867a1c062085df826da6c6f54f869a
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.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}
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) }
@@ -1,8 +1,8 @@
1
1
  require 'fluent/plugin/output'
2
2
 
3
3
  module Fluent::Plugin
4
- class RedisStoreOutput < Output
5
- Fluent::Plugin.register_output('redis_store', self)
4
+ class RedisSentinelOutput < Output
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.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-09-25 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,11 +83,11 @@ 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
- 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: {}