Commit 1372ab72 authored by Philippe Bernery's avatar Philippe Bernery

Add support for .tar.gz source file.

parent f36158a6
......@@ -29,7 +29,7 @@ module Pod
def type_with_url(url)
if url =~ /.zip$/
:zip
elsif url =~ /.tgz$/
elsif url =~ /.(tgz|tar\.gz)$/
:tgz
elsif url =~ /.tar$/
:tar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment