Class: Releasy::Packagers::Zip
- Defined in:
- lib/releasy/packagers/zip.rb
Overview
Archives with zip format. This isn’t efficient, but can be decompressed on Windows Vista or later without requiring a 3rd party tool.
Constant Summary collapse
- TYPE =
:zip
- DEFAULT_EXTENSION =
".zip"
Constants inherited from Packager
Constants included from Mixins::Log
Mixins::Log::DEFAULT_LOG_LEVEL, Mixins::Log::LOG_LEVELS
Instance Attribute Summary
Attributes inherited from Packager
Method Summary
Methods inherited from Packager
Methods included from Mixins::Log
Constructor Details
This class inherits a constructor from Releasy::Packagers::Packager