* Make the default `http_get` proc act more like Googlebot.
- It only allows up to 5 redirect hops rather than 10.
- It treats too many redirections as full allow.
- It treats any 4xx error as full allow.
* Fix context/should wording
* Follow the deprecation warning from SimpleCov::Formatter::MultiFormatter
* Update real world tests, introducing Webmock+VCR
* Change the :ignore_crawl_delay option to a handler option :crawl_delay.
* Merge back the previous change to the source file.
* Remove Gemfile.lock.
* Add the ability to externalize the enforcement of the robots.txt Craw
jasonhowes authored a month ago.
* Migrate from jeweler to bundle gem.