Kouhei Sutou
null+****@clear*****
Fri Jan 17 18:52:00 JST 2014
Kouhei Sutou 2014-01-17 18:52:00 +0900 (Fri, 17 Jan 2014) New Revision: 72a48664fa0ad94fb083c181241bdf8051059000 https://github.com/droonga/droonga-client-ruby/commit/72a48664fa0ad94fb083c181241bdf8051059000 Message: Fix a typo... Modified files: lib/droonga/client/connection/droonga_protocol.rb Modified: lib/droonga/client/connection/droonga_protocol.rb (+1 -1) =================================================================== --- lib/droonga/client/connection/droonga_protocol.rb 2014-01-17 18:30:14 +0900 (36e72f4) +++ lib/droonga/client/connection/droonga_protocol.rb 2014-01-17 18:52:00 +0900 (c98f62d) @@ -155,7 +155,7 @@ module Droonga # @return [void] def send(message, options={}, &block) if message["id"].nil? or message["date"].nil? - message = message.merge("id" => TIme.now.to_f.to_s, + message = message.merge("id" => Time.now.to_f.to_s, "date" => Time.now) end @logger.post("message", message) -------------- next part -------------- HTML����������������������������...Download