Gem for scraping journals
Add journals to your gemfile. You'll need a authenticated git pull url to do so.
issue = Journals::BmcIssue.new url: 'url'
issue.scrape!
paper = issue.papers.first
paper.scrape!
rake test
First, update the changelog and bump the version (using semver)
Then, to release:
rake release