mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
![]() Since 9e21dd9, Gem::Package::TarWriter#add_file adds the file to
the tar with Gem.source_date_epoch for its mtime.
This behavior breaks the code depending on the previous add_file
behavior.
Therefore, add_file accepts mtime as an argument, and uses
Gem.source_date_epoch if not specified.
|
||
---|---|---|
.. | ||
tar_reader | ||
digest_io.rb | ||
file_source.rb | ||
io_source.rb | ||
old.rb | ||
source.rb | ||
tar_header.rb | ||
tar_reader.rb | ||
tar_writer.rb |