[Groonga-commit] droonga/droonga-client-ruby at e9ed8d7 [master] Remove needless requires

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 26 19:10:15 JST 2014


Kouhei Sutou	2014-05-26 19:10:15 +0900 (Mon, 26 May 2014)

  New Revision: e9ed8d73b2e8d438145c8c3b282f127fae3f8741
  https://github.com/droonga/droonga-client-ruby/commit/e9ed8d73b2e8d438145c8c3b282f127fae3f8741

  Message:
    Remove needless requires

  Modified files:
    bin/droonga-request
    bin/droonga-send

  Modified: bin/droonga-request (+0 -1)
===================================================================
--- bin/droonga-request    2014-05-26 19:08:11 +0900 (8062875)
+++ bin/droonga-request    2014-05-26 19:10:15 +0900 (0c30185)
@@ -20,7 +20,6 @@ require "yajl"
 require "json"
 
 require "droonga/client"
-require "droonga/client/version"
 
 options = {
   :host                => "localhost",

  Modified: bin/droonga-send (+0 -1)
===================================================================
--- bin/droonga-send    2014-05-26 19:08:11 +0900 (fe4c427)
+++ bin/droonga-send    2014-05-26 19:10:15 +0900 (fd5baef)
@@ -21,7 +21,6 @@ require "yajl"
 require "json"
 
 require "droonga/client"
-require "droonga/client/version"
 
 options = OpenStruct.new
 options.report_request = false
-------------- next part --------------
HTML����������������������������...
다운로드 



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