Navigation Menu

Skip to content

Commit

Permalink
Use droonga-message-pack-packer gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 10, 2014
1 parent 59a4547 commit 1d7d722
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 182 deletions.
1 change: 1 addition & 0 deletions fluent-plugin-droonga.gemspec
Expand Up @@ -36,6 +36,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "rroonga", ">= 3.1.0"
gem.add_dependency "groonga-command-parser"
gem.add_dependency "serverengine"
gem.add_dependency "droonga-message-pack-packer"
gem.add_development_dependency "rake"
gem.add_development_dependency "bundler"
gem.add_development_dependency "droonga-client"
Expand Down
3 changes: 2 additions & 1 deletion lib/droonga/fluent_message_sender.rb
Expand Up @@ -19,8 +19,9 @@

require "cool.io"

require "droonga/message-pack-packer"

require "droonga/loggable"
require "droonga/message_pack_packer"

module Droonga
class FluentMessageSender
Expand Down
62 changes: 0 additions & 62 deletions lib/droonga/message_pack_packer.rb

This file was deleted.

3 changes: 1 addition & 2 deletions lib/droonga/searcher.rb
Expand Up @@ -18,7 +18,6 @@
require "groonga"

require "droonga/loggable"
require "droonga/time_formatter"
require "droonga/error_messages"

module Droonga
Expand Down Expand Up @@ -697,7 +696,7 @@ def accessor_name?(source)
end

def format_start_time
TimeFormatter.format(@result.start_time)
@result.start_time
end

def format_elapsed_time
Expand Down
37 changes: 0 additions & 37 deletions lib/droonga/time_formatter.rb

This file was deleted.

51 changes: 0 additions & 51 deletions test/unit/test_message_pack_packer.rb

This file was deleted.

29 changes: 0 additions & 29 deletions test/unit/test_time_formatter.rb

This file was deleted.

0 comments on commit 1d7d722

Please sign in to comment.