[Groonga-commit] groonga/groonga-command at 46c704e [fix-travis-ci-error] Require built-in libraries first

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 13 17:16:55 JST 2016


Kouhei Sutou	2012-11-25 16:58:42 +0900 (Sun, 25 Nov 2012)

  New Revision: 46c704e8758363f54858eee483f8269b51856359
  https://github.com/groonga/groonga-command/commit/46c704e8758363f54858eee483f8269b51856359

  Message:
    Require built-in libraries first

  Modified files:
    lib/groonga/command/select.rb

  Modified: lib/groonga/command/select.rb (+2 -1)
===================================================================
--- lib/groonga/command/select.rb    2012-11-23 23:12:20 +0900 (ac78af0)
+++ lib/groonga/command/select.rb    2012-11-25 16:58:42 +0900 (0ec3459)
@@ -16,11 +16,12 @@
 # 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 "groonga/command/base"
 require "English"
 require "shellwords"
 require "cgi"
 
+require "groonga/command/base"
+
 module Groonga
   module Command
     class Select < Base
-------------- next part --------------
HTML����������������������������...
Download 



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