[Groonga-commit] ranguba/groonga-client-model at 9bf2bf2 [master] Add missing require

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Mar 3 08:36:04 JST 2017


Kouhei Sutou	2017-03-03 08:36:04 +0900 (Fri, 03 Mar 2017)

  New Revision: 9bf2bf237d9945e7acd878a9ecb9f346e85d5cb4
  https://github.com/ranguba/groonga-client-model/commit/9bf2bf237d9945e7acd878a9ecb9f346e85d5cb4

  Message:
    Add missing require

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

  Modified: lib/groonga_client_model/test/groonga_server_runner.rb (+2 -1)
===================================================================
--- lib/groonga_client_model/test/groonga_server_runner.rb    2017-03-01 21:39:38 +0900 (7abe1f6)
+++ lib/groonga_client_model/test/groonga_server_runner.rb    2017-03-03 08:36:04 +0900 (aa3c920)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2016-2017  Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -15,6 +15,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
 require "pathname"
+require "socket"
 require "uri"
 
 require "groonga/client/test/groonga-server-runner"
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る