Skip to content

Commit

Permalink
zip is now required by zip, rather than zip/zip
Browse files Browse the repository at this point in the history
  • Loading branch information
drusepth committed Feb 25, 2019
1 parent 58911ce commit f7810c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/treat/core/installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def self.install_gem(dependency)
# Unzip a file to the destination path.
def self.unzip_stanford(file, destination)

require 'zip/zip'
require 'zip'
f_path = ''

Zip::ZipFile.open(file) do |zip_file|
Expand All @@ -204,4 +204,4 @@ def self.unzip_stanford(file, destination)

end

end
end

0 comments on commit f7810c5

Please sign in to comment.