v1.6.0
- NEW:
Ezid::BatchEnumerator
. Contructor receives a format (only:anvl
currently supported) and file path to batch download (uncompressed).#each
method yieldsEzid::Identifier
instance for each record in the batch. - Adds
compression
option toEzid::BatchDownload
(closes #74). Ezid::BatchDownload#download_file
returns file path (closes #73).