[Groonga-commit] ranguba/rroonga at 534bf28 [master] Use meaningful name

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 27 13:02:02 JST 2016


Kouhei Sutou	2016-03-27 13:02:02 +0900 (Sun, 27 Mar 2016)

  New Revision: 534bf28f266660b7456bdad5994f130225781ad9
  https://github.com/ranguba/rroonga/commit/534bf28f266660b7456bdad5994f130225781ad9

  Message:
    Use meaningful name

  Modified files:
    ext/groonga/extconf.rb

  Modified: ext/groonga/extconf.rb (+4 -4)
===================================================================
--- ext/groonga/extconf.rb    2016-03-27 13:01:28 +0900 (85a07f7)
+++ ext/groonga/extconf.rb    2016-03-27 13:02:02 +0900 (0768dde)
@@ -87,12 +87,12 @@ def download(url)
 
     proxy_env = ENV["http_proxy"]
     if proxy_env
-      proxy_info = URI.parse(proxy_env)
+      proxy_url = URI.parse(proxy_env)
     end
     options = {}
-    if proxy_info
-      if proxy_info.user
-        options = {:proxy_http_basic_authentication => [proxy_info, proxy_info.user, proxy_info.password]}
+    if proxy_url
+      if proxy_url.user
+        options = {:proxy_http_basic_authentication => [proxy_url, proxy_url.user, proxy_url.password]}
       end
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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