Skip to content

Commit

Permalink
Minor things I missed in my earlier commit to make things compatible …
Browse files Browse the repository at this point in the history
…with merging upstream
  • Loading branch information
muz committed Aug 6, 2014
1 parent e44a476 commit f780b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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/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)
[![Build Status](https://secure.travis-ci.org/rubyzip/rubyzip.png)](http://travis-ci.org/rubyzip/rubyzip)
[![Code Climate](https://codeclimate.com/github/rubyzip/rubyzip.png)](https://codeclimate.com/github/rubyzip/rubyzip)
[![Coverage Status](https://coveralls.io/repos/rubyzip/rubyzip/badge.png?branch=master)](https://coveralls.io/r/rubyzip/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()
def get_decompressor
case
when @current_entry.nil?
::Zip::NullDecompressor
Expand Down

0 comments on commit f780b39

Please sign in to comment.