rubyzip/test
Robert Haines 9acc50f004 Do something more expected with new file permissions.
Instead of inheriting the permissions from the tmp directory, new files should
have permissions that reflect the defaults on the system taking umask into
account.

It seems that (unix) permissions of 666 - umask are as close to a standard as
anything [1] and that 'touch' uses this. On Windows it seems sensible to just
use 644 directly [2].

[1] http://unix.stackexchange.com/a/102080
[2] http://ruby-doc.org/core-1.9.3/File.html
2015-06-24 18:25:22 +01:00
..
crypto fix rubocop Style/StringLiterals cop 2015-03-21 11:27:44 +03:00
data fix rubocop Style/MethodName cop 2015-03-24 19:02:54 +03:00
filesystem Revert "fix rubocop cop Style/ClassCheck". It cause regression in tests 2015-06-08 10:45:23 +03:00
ioextras Revert "fix rubocop cop Style/ClassCheck". It cause regression in tests 2015-06-08 10:45:23 +03:00
samples fix rubocop cop Style/SingleSpaceBeforeFirstArg 2015-06-08 10:27:21 +03:00
basic_zip_file_test.rb fix rubocop Style/MethodName cop 2015-03-24 19:02:54 +03:00
case_sensitivity_test.rb fix rubocop Lint/UnusedBlockArgument cop 2015-03-24 19:48:37 +03:00
central_directory_entry_test.rb fix rubocop Style/CommentIndentation cop 2015-03-24 19:31:28 +03:00
central_directory_test.rb fix rubocop Style/MethodName cop 2015-03-24 19:02:54 +03:00
deflater_test.rb fix rubocop Style/MethodName cop 2015-03-24 19:02:54 +03:00
encryption_test.rb fix rubocop Style/Lambda cop 2015-03-23 19:04:22 +03:00
entry_set_test.rb fix rubocop Style/CommentIndentation cop 2015-03-24 19:31:28 +03:00
entry_test.rb fix rubocop Style/MethodName cop 2015-03-24 19:02:54 +03:00
errors_test.rb fix rubocop Style/EmptyLinesAroundClassBody cop 2015-03-21 11:21:26 +03:00
extra_field_test.rb fix rubocop Style/NumericLiterals cop 2015-03-23 19:23:04 +03:00
file_extract_directory_test.rb fix rubocop cop Style/NonNilCheck 2015-06-08 10:29:08 +03:00
file_extract_test.rb fix rubocop Style/MethodName cop 2015-03-24 19:02:54 +03:00
file_permissions_test.rb Do something more expected with new file permissions. 2015-06-24 18:25:22 +01:00
file_split_test.rb fix rubocop Style/GuardClause cop 2015-03-24 19:16:03 +03:00
file_test.rb fix rubocop cop Style/NilComparison 2015-06-08 10:30:12 +03:00
gentestfiles.rb fix rubocop Style/ClassMethods cop 2015-03-24 19:37:12 +03:00
inflater_test.rb fix rubocop Style/StringLiterals cop 2015-03-21 11:27:44 +03:00
input_stream_test.rb fix rubocop Style/MethodName cop 2015-03-24 19:02:54 +03:00
local_entry_test.rb fix rubocop Style/MethodName cop 2015-03-24 19:02:54 +03:00
output_stream_test.rb Revert "fix rubocop cop Style/ClassCheck". It cause regression in tests 2015-06-08 10:45:23 +03:00
pass_thru_compressor_test.rb fix rubocop Style/StringLiterals cop 2015-03-21 11:27:44 +03:00
pass_thru_decompressor_test.rb fix rubocop Style/TrailingBlankLines cop 2015-03-20 22:45:50 +03:00
settings_test.rb fix rubocop cop Style/NonNilCheck 2015-06-08 10:29:08 +03:00
test_helper.rb fix rubocop cop Style/NonNilCheck 2015-06-08 10:29:08 +03:00
unicode_file_names_and_comments_test.rb fix rubocop Style/StringLiterals cop 2015-03-21 11:27:44 +03:00
zip64_full_test.rb fix rubocop Style/CommentIndentation cop 2015-03-24 19:31:28 +03:00
zip64_support_test.rb fix rubocop Style/EmptyLinesAroundClassBody cop 2015-03-21 11:21:26 +03:00