Class: Releasy::Packagers::TarGzip
- Inherits:
-
TarPackager
- Object
- Packager
- TarPackager
- Releasy::Packagers::TarGzip
- Defined in:
- lib/releasy/packagers/tar_gzip.rb
Overview
Archives with tar and Gzip formats.
Constant Summary collapse
- TYPE =
:tar_gz
- DEFAULT_EXTENSION =
".tar.gz"
- FORMAT =
"gzip"
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