[Groonga-commit] ranguba/groonga-client-model at 6d9d3f3 [master] Follow API change

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 7 15:48:22 JST 2017


Kouhei Sutou	2017-03-07 15:48:22 +0900 (Tue, 07 Mar 2017)

  New Revision: 6d9d3f3e2c9c3be38007d6449213a4fbdcfb0cdf
  https://github.com/ranguba/groonga-client-model/commit/6d9d3f3e2c9c3be38007d6449213a4fbdcfb0cdf

  Message:
    Follow API change

  Modified files:
    lib/groonga_client_model/test/groonga_server_runner.rb

  Modified: lib/groonga_client_model/test/groonga_server_runner.rb (+1 -1)
===================================================================
--- lib/groonga_client_model/test/groonga_server_runner.rb    2017-03-07 15:39:26 +0900 (76b03f5)
+++ lib/groonga_client_model/test/groonga_server_runner.rb    2017-03-07 15:48:22 +0900 (e68554d)
@@ -50,7 +50,7 @@ module GroongaClientModel
           end
         elsif migrate_path.exist?
           output = StringIO.new
-          migrator = Migrator.new(migrate_path, nil)
+          migrator = Migrator.new(migrate_path)
           migrator.output = output
           migrator.migrate
         end
-------------- next part --------------
HTML����������������������������...
Download 



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