Clearer output, consistently use 'Picopackage'. Handle importing a file converting to a Picopackage. Remove debugger. Add a json_body convenience method. Set the default version to 0.0.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require_relative "picopackage/version"
|
||||
require_relative "picopackage/http_fetcher"
|
||||
require_relative "picopackage/provider"
|
||||
require_relative "picopackage/source_file"
|
||||
require_relative "picopackage/scanner"
|
||||
@@ -10,5 +11,6 @@ require_relative "picopackage/cli"
|
||||
module Picopackage
|
||||
class Error < StandardError; end
|
||||
class FileTooLargeError < StandardError; end
|
||||
class FetchError < StandardError; end
|
||||
class LocalModificationError < StandardError; end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user