Sha256: 3e8f2d62c99f629dde6ec9f4fe85cce370a2f46b1617d80e3d7db0aeab9afd1a

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

# Monkey patching bug in rubyzip, currently fixed on master, but not yet released
# and EPUBChop brings in the 1.0 release.

module Zip
  class Entry
    private
      def prep_zip64_extra(for_local_header)
      end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
EPUBChop-0.1.1 lib/EPUBChop/zip/entry.rb