Features:
- Remove
PageStore#pages_linking_to
,PageStore#urls_linking_to
- Remove
verbose
setting
Changes:
- Add an examples section to the README file
- Update the CONTRIBUTORS file
- Update the CHANGELOG file
Features:
- Remove CLI bins
- Remove
PageStore#shortest_paths!
Fixes
- Skip link regex filter to consider the full URI #1
Features:
- Switch to use
Moneta
instead of custom storage provider adapters
Fixes
- Fix link skip regex to include the full URI #1
Dev
- Use webmock gem for testing
Changes:
- Rename Medusa to medusa-crawler gem
Features:
- Switch to use
OpenURI
instead ofnet/http
, gaining out of the box support for: - Http basic auth options
- Proxy configuration options
- Automatic string encoding detection based on charset
- Connection read timeout option
- Ability to control the RETRY_LIMIT upon connection errors
Changes:
- Renamed Anemone to Medusa
- Revamped the README file
- Revamped the CHANGELOG file
- Revamped the CONTRIBUTORS file
Refer to the Anemone changelog to go back to the past.