DEB importer can now handle bzip2 files

This commit is contained in:
Christoph Haas 2015-04-23 00:04:06 +02:00
parent beeb4cd37a
commit a15b2b6674
3 changed files with 23 additions and 2 deletions

View file

@ -93,3 +93,6 @@ gem "paperclip", "~> 4.2"
# Comply with stupid european cookie law
gem 'cookies_eu'
# Requires: apt-get install libbz2-dev
gem 'bzip2-ruby', :git => 'https://github.com/chewi/bzip2-ruby.git'