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 ...@@ -29,7 +29,7 @@ module Pod
def type_with_url(url) def type_with_url(url)
if url =~ /.zip$/ if url =~ /.zip$/
:zip :zip
elsif url =~ /.tgz$/ elsif url =~ /.(tgz|tar\.gz)$/
:tgz :tgz
elsif url =~ /.tar$/ elsif url =~ /.tar$/
: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