8000 Update entry.rb · rubyzip/rubyzip@579e78f · GitHub
[go: up one dir, main page]

Skip to content

Commit 579e78f

Browse files
authored
Update entry.rb
Add accessor to @internal_file_attributes See http://stackoverflow.com/questions/39800771/hot-to-set-binary-flag-in-zip-file-with-rubyzip
1 parent 7aa3666 commit 579e78f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/zip/entry.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class Entry
77

88
attr_accessor :comment, :compressed_size, :crc, :extra, :compression_method,
99
:name, :size, :local_header_offset, :zipfile, :fstype, :external_file_attributes,
10+
:internal_file_attributes,
1011
:gp_flags, :header_signature, :follow_symlinks,
1112
:restore_times, :restore_permissions, :restore_ownership,
1213
:unix_uid, :unix_gid, :unix_perms,

0 commit comments

Comments
 (0)
0