# File lib/amalgalite/packer.rb, line 17 def default_options { :table_name => Requires::Bootstrap::DEFAULT_TABLE, :filename_column => Requires::Bootstrap::DEFAULT_FILENAME_COLUMN, :contents_column => Requires::Bootstrap::DEFAULT_CONTENTS_COLUMN, :compressed_column => Requires::Bootstrap::DEFAULT_COMPRESSED_COLUMN, :strip_prefix => Dir.pwd, :compressed => false, :verbose => false, } end