Ticket #2797: added support of .gem (rubygems) files.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Patrick Winnertz 2012-04-30 11:19:56 +04:00 committed by Andrew Borodin
parent 18292ac7b1
commit 9848716a41
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ regex/^\[git\]
### Archives ###
# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk
regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$
regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk|\.gem$
Open=%cd %p/utar://
View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf -