alphabetize list
This commit is contained in:
parent
a3796d7b72
commit
b1f394f807
@ -757,8 +757,8 @@ class DownloadStrategyDetector
|
|||||||
when :hg then MercurialDownloadStrategy
|
when :hg then MercurialDownloadStrategy
|
||||||
when :nounzip then NoUnzipCurlDownloadStrategy
|
when :nounzip then NoUnzipCurlDownloadStrategy
|
||||||
when :post then CurlPostDownloadStrategy
|
when :post then CurlPostDownloadStrategy
|
||||||
when :svn then SubversionDownloadStrategy
|
|
||||||
when :ssl3 then CurlSSL3DownloadStrategy
|
when :ssl3 then CurlSSL3DownloadStrategy
|
||||||
|
when :svn then SubversionDownloadStrategy
|
||||||
else
|
else
|
||||||
raise "Unknown download strategy #{strategy} was requested."
|
raise "Unknown download strategy #{strategy} was requested."
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user