pythonicrubyist / creek

Ruby library for parsing large Excel files.
http://rubygems.org/gems/creek
MIT License
386 stars 109 forks source link

Remove http dependency #86

Closed dbernheisel closed 4 years ago

dbernheisel commented 4 years ago

My project was using an older version of http and conflicted with this library. Instead of lowering the requirement, I decided to remove it completely and replace the scenario with a note in the readme with how the user can do it themselves.

Resolves #80

I was also getting a failure when running rake for tests. Seems that require 'time' was missing

dbernheisel commented 4 years ago

Closing in favor of #87