Skip to content

Commit

Permalink
Bump version number and update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
btelles committed Apr 26, 2012
1 parent bb53c0a commit 933f5b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= Version 0.9.8

Fixed: "Unitialized constant NullInputStream" error

= Version 0.9.4

Changed ZipOutputStream.put_next_entry signature (API CHANGE!). Now
Expand Down
2 changes: 1 addition & 1 deletion rubyzip.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = 'rubyzip'
s.version = "0.9.7"
s.version = "0.9.8"
s.author = "Alan Harper"
s.email = "alan@aussiegeek.net"
s.homepage = "http://github.com/aussiegeek/rubyzip"
Expand Down

0 comments on commit 933f5b9

Please sign in to comment.