rubyzip/lib/zip
Robert Haines e4ceedaa58 Use keyword arguments for the `Entry` initializer.
This greatly simplifies the creation of `Entry` objects when only a
couple of fields are not set to their defaults, while at the same time
allowing an `Entry` to be fully configured at creation time if
appropriate.

This fundamentally changes the `Entry` API and  means that some
convenience methods in `OutputStream` and `File` have needed to be
refactored.
2020-08-31 17:48:08 +01:00
..
crypto Fix Naming/MethodParameterName cop in the library code. 2020-02-29 18:11:52 +00:00
extra_field Configure Naming/MemoizedInstanceVariableName in source. 2020-02-29 18:11:52 +00:00
ioextras Fix Style/SpecialGlobalVars cop. 2020-02-15 16:26:32 +00:00
central_directory.rb Fix Naming/MethodParameterName cop in the library code. 2020-02-29 18:11:52 +00:00
compressor.rb Apply automatic correction by rubocop 2017-06-29 11:57:12 +09:00
constants.rb Fix Style/TrailingCommaInHashLiteral cop. 2020-02-15 16:26:32 +00:00
decompressor.rb Support Decompressor plugins 2020-01-26 15:34:17 +01:00
deflater.rb Fix high memory usage due to Deflater buffering 2015-10-17 17:06:41 +02:00
dos_time.rb Fix Naming/MethodParameterName cop in the library code. 2020-02-29 18:11:52 +00:00
entry.rb Use keyword arguments for the `Entry` initializer. 2020-08-31 17:48:08 +01:00
entry_set.rb Fix Layout/EmptyLineAfterGuardClause cop. 2020-02-15 16:26:32 +00:00
errors.rb Encapsulate Zlib errors within DecompressionError 2020-01-26 15:34:13 +01:00
extra_field.rb Fix Naming/MethodParameterName cop in the library code. 2020-02-29 18:11:52 +00:00
file.rb Use keyword arguments for the `Entry` initializer. 2020-08-31 17:48:08 +01:00
filesystem.rb Fix Naming/VariableName cop in the library code. 2020-02-29 18:11:52 +00:00
inflater.rb Fix Style/TernaryParentheses cop. 2020-02-15 16:26:32 +00:00
input_stream.rb Configure and fix Style/ClassCheck cop. 2020-02-15 16:26:32 +00:00
ioextras.rb Fix Style/CommentedKeyword cop. 2020-02-15 16:26:32 +00:00
null_compressor.rb Merge branch 'master' into rubocop_fixes 2015-06-08 10:14:25 +03:00
null_decompressor.rb Rename Decompressor#sysread to #read 2020-01-26 15:34:17 +01:00
null_input_stream.rb Remove executable bit. 2015-03-31 13:15:46 +02:00
output_stream.rb Use keyword arguments for the `Entry` initializer. 2020-08-31 17:48:08 +01:00
pass_thru_compressor.rb Fix Naming/MethodParameterName cop in the library code. 2020-02-29 18:11:52 +00:00
pass_thru_decompressor.rb Fix Style/TernaryParentheses cop. 2020-02-15 16:26:32 +00:00
streamable_directory.rb Fix Naming/MethodParameterName cop in the library code. 2020-02-29 18:11:52 +00:00
streamable_stream.rb Fix Naming/MethodParameterName cop in the library code. 2020-02-29 18:11:52 +00:00
version.rb Bump version to 2.3.0 2020-03-14 11:31:39 +00:00