lib/rubygems_plugin.rb in rubygems_ssl-client-certs-0.0.3.pre.alpha.pre.63 vs lib/rubygems_plugin.rb in rubygems_ssl-client-certs-0.0.3.pre.alpha.pre.64
- old
+ new
@@ -39,10 +39,10 @@
if Gem::Version.new(Gem::VERSION) < Gem::Version.new('2.1.0') then
class Gem::RemoteFetcher
- unless self.method_defined? no_proxy? then
+ unless Gem::RemoteFetcher.respond_to? no_proxy? then
def no_proxy? host
host = host.downcase
get_no_proxy_from_env.each do |pattern|
pattern = pattern.downcase
return true if host[-pattern.length, pattern.length ] == pattern