[Groonga-commit] droonga/droonga-engine at f25daf7 [master] Move "require" to correct requirere

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Tue Apr 21 22:00:04 JST 2015


YUKI Hiroshi	2015-04-21 22:00:04 +0900 (Tue, 21 Apr 2015)

  New Revision: f25daf7ec10d10f578058c0d2855ad0943c14736
  https://github.com/droonga/droonga-engine/commit/f25daf7ec10d10f578058c0d2855ad0943c14736

  Message:
    Move "require" to correct requirere

  Modified files:
    lib/droonga/plugin/async_command.rb
    lib/droonga/plugins/dump.rb

  Modified: lib/droonga/plugin/async_command.rb (+0 -1)
===================================================================
--- lib/droonga/plugin/async_command.rb    2015-04-21 21:59:40 +0900 (292a561)
+++ lib/droonga/plugin/async_command.rb    2015-04-21 22:00:04 +0900 (91c663d)
@@ -13,7 +13,6 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-require "fiber"
 require "coolio"
 
 require "droonga/loggable"

  Modified: lib/droonga/plugins/dump.rb (+1 -0)
===================================================================
--- lib/droonga/plugins/dump.rb    2015-04-21 21:59:40 +0900 (ac6dd97)
+++ lib/droonga/plugins/dump.rb    2015-04-21 22:00:04 +0900 (ace2855)
@@ -13,6 +13,7 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+require "fiber"
 require "groonga"
 
 require "droonga/plugin"
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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