read_checksums(gem) Instance Public methods Reads and loads checksums.yaml.gz from the tar file gem
gzip_to(io) Instance Public methods Gzips content written to gz_io to io.
extract_files(destination_dir) Instance Public methods Extracts the files in this package into destination_dir
contents() Instance Public methods A list of file names contained in this gem
build(skip_validation = false) Instance Public methods Builds this package based on the specification set by spec=
add_checksums(tar) Instance Public methods Adds a checksum for each entry in the gem to checksums.yaml.gz.
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.
build(spec, skip_validation=false) Class Public methods
mkdir(name, mode) Instance Public methods Creates a new directory in the tar file name with mode
flush() Instance Public methods Flushes the TarWriter's IO
Page 2009 of 2275