fluent-plugin-resque_stat 0.0.1 → 0.0.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.
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "fluent-plugin-resque_stat"
7
- gem.version = "0.0.1"
7
+ gem.version = "0.0.2"
8
8
  gem.authors = ["Spring_MT"]
9
9
  gem.email = ["today.is.sky.blue.sky@gmail.com"]
10
10
  gem.summary = %q{Fluent input plugin for Resque info}
@@ -17,7 +17,7 @@ module Fluent
17
17
  if !@tag
18
18
  raise ConfigError, "'tag' option is required on exec input"
19
19
  end
20
- Resque.redis = "#{@hosts}:#{@port}"
20
+ Resque.redis = "#{@host}:#{@port}"
21
21
  end
22
22
 
23
23
  def start
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-resque_stat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: