Skip to content

Add support for reading ZIP files utilising AES encryption #179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Compatibility changes for when merging upstream
  • Loading branch information
muz committed Aug 6, 2014
commit e44a4769436346661851b37b06e8fe702e4ec4d3
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rubyzip
[![Build Status](https://secure.travis-ci.org/jphastings/rubyzip.png)](http://travis-ci.org/jphastings/rubyzip)
[![Code Climate](https://codeclimate.com/github/jphastings/rubyzip.png)](https://codeclimate.com/github/jphastings/rubyzip)
[![Coverage Status](https://coveralls.io/repos/jphastings/rubyzip/badge.png?branch=master)](https://coveralls.io/r/jphastings/rubyzip?branch=master)
[![Build Status](https://secure.travis-ci.org/rubyzip/rubyzip.png)](http://travis-ci.org/jphastings/rubyzip)
[![Code Climate](https://codeclimate.com/github/rubyzip/rubyzip.png)](https://codeclimate.com/github/jphastings/rubyzip)
[![Coverage Status](https://coveralls.io/repos/rubyzip/rubyzip/badge.png?branch=master)](https://coveralls.io/r/jphastings/rubyzip?branch=master)

rubyzip is a ruby library for reading and writing zip files.

Expand Down
2 changes: 1 addition & 1 deletion lib/zip/input_stream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def open_entry
@current_entry
end

def get_decompressor(compression_method = nil)
def get_decompressor()
case
when @current_entry.nil?
::Zip::NullDecompressor
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy