close() Instance Public methods Closes the TarWriter
closed?() Instance Public methods Is the TarWriter closed?
flush() Instance Public methods Flushes the TarWriter's IO
mkdir(name, mode) Instance Public methods Creates a new directory in the tar file name with mode
build(spec, skip_validation=false) Class Public methods
new(gem) Class Public methods Creates a new Gem::Package for the file at gem. If gem is an existing file in the old format a Gem::Package::Old will be returned.
add_checksums(tar) Instance Public methods Adds a checksum for each entry in the gem to checksums.yaml.gz.
build(skip_validation = false) Instance Public methods Builds this package based on the specification set by spec=
contents() Instance Public methods A list of file names contained in this gem
extract_files(destination_dir) Instance Public methods Extracts the files in this package into destination_dir
Page 323 of 11844