[Groonga-commit] ranguba/rroonga at f720075 [master] Style

Back to archive index

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


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

  New Revision: f7200754932a4222be7b8127f47696f221474884
  https://github.com/ranguba/rroonga/commit/f7200754932a4222be7b8127f47696f221474884

  Message:
    Style

  Modified files:
    ext/groonga/extconf.rb

  Modified: ext/groonga/extconf.rb (+5 -1)
===================================================================
--- ext/groonga/extconf.rb    2016-03-27 13:02:35 +0900 (94e1bd9)
+++ ext/groonga/extconf.rb    2016-03-27 13:03:09 +0900 (bc05ebf)
@@ -89,7 +89,11 @@ def download(url)
     if proxy_env
       proxy_url = URI.parse(proxy_env)
       if proxy_url.user
-        options = {:proxy_http_basic_authentication => [proxy_url, proxy_url.user, proxy_url.password]}
+        options[:proxy_http_basic_authentication] = [
+          proxy_url,
+          proxy_url.user,
+          proxy_url.password,
+        ]
       end
     end
     open(url, "rb", options) do |input|
-------------- next part --------------
HTML����������������������������...
Download 



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