mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/downloader.rb: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
943a05d234
commit
84c39fb2fa
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Downloader
|
||||||
class RubyGems < self
|
class RubyGems < self
|
||||||
def self.download(url, name, dir = nil, ims = true, options = {})
|
def self.download(url, name, dir = nil, ims = true, options = {})
|
||||||
options[:ssl_ca_cert] = Dir.glob(File.expand_path("../lib/rubygems/ssl_certs/*.pem", File.dirname(__FILE__)))
|
options[:ssl_ca_cert] = Dir.glob(File.expand_path("../lib/rubygems/ssl_certs/*.pem", File.dirname(__FILE__)))
|
||||||
super("https://rubygems.org/downloads/#{name}", name, dir, ims. options)
|
super("https://rubygems.org/downloads/#{name}", name, dir, ims, options)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue