[Groonga-commit] droonga/droonga-message-pack-packer-ruby at 2ce81e5 [master] Add missing "Groonga::" prefix

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 26 17:36:31 JST 2014


Kouhei Sutou	2014-05-26 17:36:31 +0900 (Mon, 26 May 2014)

  New Revision: 2ce81e5e9ad8dcace86f22559dfecd43bd437afc
  https://github.com/droonga/droonga-message-pack-packer-ruby/commit/2ce81e5e9ad8dcace86f22559dfecd43bd437afc

  Message:
    Add missing "Groonga::" prefix

  Modified files:
    lib/droonga/message-pack-packer.rb

  Modified: lib/droonga/message-pack-packer.rb (+1 -1)
===================================================================
--- lib/droonga/message-pack-packer.rb    2014-05-26 17:29:10 +0900 (4882470)
+++ lib/droonga/message-pack-packer.rb    2014-05-26 17:36:31 +0900 (ad26673)
@@ -51,7 +51,7 @@ module Droonga
         @packer.write(TimeFormatter.format(object))
       else
         case object.class.name
-        when "WGS84GeoPoint", "TokyoGeoPoint"
+        when "Groonga::WGS84GeoPoint", "Groonga::TokyoGeoPoint"
           @packer.write(GeoPointFormatter.format(object))
         else
           @packer.write(object)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index