Skip to content

Releases: sckott/extcite

extcite v0.4.0

15 Apr 23:05
Compare
Choose a tag to compare
  • bump serrano version (#55)
  • bump bibtex-ruby version (#58)
  • bump thor version (#59)
  • bump faraday_middleware version (#60)
  • updated extract_text_one method to use Timeout.timeout while looping through pages of a PDF to extract text - sometimes pdf-reader hangs, so only allow 1 second max before skipping to the next page
  • add error catching to extract_from_metadata method for xml parsing of PDF metadata; sometimes PDF metadata is full of non-parseable XML

extcite v0.3.0

07 Apr 16:08
Compare
Choose a tag to compare
  • bump faraday and faraday_middleware versions (#29) (#30)
  • bump bibtex-ruby version (#56) (#57)

extcite v0.2.2

07 Apr 16:08
Compare
Choose a tag to compare
  • update dependencies

extcite v0.2.0

07 Aug 22:24
Compare
Choose a tag to compare
  • new method extract_from_metadata to try to extract DOIs from one or more PDF metadat sections
  • add dois method to cli tool, which uses the extract_from_metadata method
  • extract cli method now accepts one or more file paths
  • bump dependency versions

extcite v0.1.0

07 Aug 22:25
Compare
Choose a tag to compare
  • First version to Rubygems