Skip to content

Commit

Permalink
Comment out «require 'libarchive_ruby'» because the code that uses th…
Browse files Browse the repository at this point in the history
…at is commented out.
  • Loading branch information
clonezone committed Jul 2, 2014
1 parent 009a21b commit bd9e926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -2,7 +2,8 @@
# It is not possible to do from the rake file anymore.

require 'fileutils'
require 'libarchive_ruby'
# Uncomment this if code in create_zip() gets uncommented.
# require 'libarchive_ruby'
require 'rake'
require 'rdoc/task'
require 'rspec/core/rake_task'
Expand Down

0 comments on commit bd9e926

Please sign in to comment.