- Invalid arguments (nil required parameters, string URLs where
URI
objects are expected, etc.) now raiseArgumentError
instead ofIngestException
. - Removes prefetch option from 0.0.3, which we weren't using, and which added complexity.
- Updates code for Ruby 2.4
- Adds RuboCop style checks
- Replaces Test::Unit with RSpec
- Updates
json
gem from~> 1.5
to~> 2.0
- Updates
rest-client
gem from~> 1.6
to~> 2.0
- Adds prefetch option for remote URLs
- Ensures one-time server is only started once
- First public release