fluent-plugin-resque_stat 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: