Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
daijiro committed Aug 15, 2013
2 parents 096afe4 + 41c19f3 commit 1091f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-droonga.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
gem.email = ["droonga@groonga.org"]
gem.description = "droonga(distributed groonga) plugin for Fluent event collector"
gem.summary = gem.description
gem.homepage = "https://github.com/groonga/fluent-plugin-droonga"
gem.homepage = "https://github.com/droonga/fluent-plugin-droonga"
gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
Expand Down
1 change: 1 addition & 0 deletions lib/droonga/proxy.rb
Expand Up @@ -258,6 +258,7 @@ def handle(name, value)
end
@n_dones += 1
@proxy.collectors.delete(@id) if @n_dones == @tasks.size
p @proxy.collectors.size
end
end
end
Expand Down

0 comments on commit 1091f1a

Please sign in to comment.