rubyzip/lib/zip
Robert Haines bd2f15e4bb Extract the `Zip::File::split` code into its own module.
This code is rarely used and may not even be correct according to the
standard. Also this de-clutters the `File` class.
2021-06-12 16:29:06 +01:00
..
crypto Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
extra_field Fix Layout/EmptyLinesAroundAttributeAccessor cop. 2021-05-25 21:24:50 +01:00
filesystem Use constants instead of literals for some `fstype` calls. 2021-06-06 15:02:49 +01:00
ioextras Merge branch 'fix_depreciation_warning' of https://github.com/bbuchalter/rubyzip into bbuchalter-fix_depreciation_warning 2021-06-07 20:02:15 +01:00
central_directory.rb Read EOCD record for Zip64 files. 2021-06-11 23:23:34 +01:00
compressor.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
constants.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
decompressor.rb Fix/configure Style/AccessorGrouping cop. 2021-05-25 21:24:50 +01:00
deflater.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
dos_time.rb Fix Style/RedundantBegin cop. 2021-05-25 21:24:50 +01:00
entry.rb Move all the `read_zip_*` methods out of `Entry`. 2021-06-10 17:29:00 +01:00
entry_set.rb Fix Style/HashConversion cop. 2021-05-25 21:24:50 +01:00
errors.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
extra_field.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
file.rb Extract the `Zip::File::split` code into its own module. 2021-06-12 16:29:06 +01:00
file_split.rb Extract the `Zip::File::split` code into its own module. 2021-06-12 16:29:06 +01:00
filesystem.rb Remove spurious empty line at start of module. 2021-06-06 15:02:49 +01:00
inflater.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
input_stream.rb Add `InputStream#size`. 2021-05-26 13:35:16 +01:00
ioextras.rb Fix (most) Style/MutableConstant cop errors. 2021-05-25 21:50:06 +01:00
null_compressor.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
null_decompressor.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
null_input_stream.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
output_stream.rb Prevent directory not empty error when running file_test on Windows 2021-06-06 14:44:20 +01:00
pass_thru_compressor.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
pass_thru_decompressor.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
streamable_directory.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
streamable_stream.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
version.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00