YUKI Hiroshi
null+****@clear*****
Thu Dec 26 14:53:21 JST 2013
YUKI Hiroshi 2013-12-26 14:53:21 +0900 (Thu, 26 Dec 2013) New Revision: b66e75eebcb19fe72403049485c4cb8cb53f408c https://github.com/droonga/fluent-plugin-droonga/commit/b66e75eebcb19fe72403049485c4cb8cb53f408c Message: Use double quote (") for string literals Modified files: lib/fluent/plugin/out_droonga.rb Modified: lib/fluent/plugin/out_droonga.rb (+1 -1) =================================================================== --- lib/fluent/plugin/out_droonga.rb 2013-12-26 14:52:03 +0900 (156e392) +++ lib/fluent/plugin/out_droonga.rb 2013-12-26 14:53:21 +0900 (6ba3c99) @@ -51,7 +51,7 @@ module Fluent def parse_record(tag, record) prefix, type, *arguments = tag.split(/\./) - if type.nil? || type.empty? || type == 'message' + if type.nil? || type.empty? || type == "message" message = record else message = { -------------- next part -------------- HTML����������������������������... Download