lib/faastruby/cli/package.rb in faastruby-0.4.18 vs lib/faastruby/cli/package.rb in faastruby-0.5.0
- old
+ new
@@ -1,4 +1,5 @@
+require 'zip'
module FaaStRuby
class Package
# Initialize with the directory to zip and the location of the output archive.
def initialize(input_dir, output_file)
@input_dir = input_dir
\ No newline at end of file