Closed dmtroyer closed 10 years ago
Rubyzip < 1.0.0 convention to require "zip/zip" is antiquated in Rubyzip >= 1.0.0 and is breaking all of the things.
require "zip/zip"
@bspaulding Would you be open to a pull request which freshens up the gem dependencies? This would drop support for 1.8.7 which seems reasonable.
Absolutely, PRs welcome!
Dropping 1.8.7 is totally reasonable. You can feel free to remove 1.8 flavors from the travis config.
This was addressed with pull request #5
Rubyzip < 1.0.0 convention to
require "zip/zip"
is antiquated in Rubyzip >= 1.0.0 and is breaking all of the things.@bspaulding Would you be open to a pull request which freshens up the gem dependencies? This would drop support for 1.8.7 which seems reasonable.