Skip to content

v0.2.0

Compare
Choose a tag to compare
@ShockwaveNN ShockwaveNN released this 10 Sep 16:51
· 1109 commits to master since this release
c921896

0.2.0 (2020-09-10)

New Features

  • download_file_by_name return file path
  • Add support to specify file download location to download_file_by_name
  • download_object raise more detailed error
  • Add markdownlint-check task in CI
  • Add rubocop check to CI
  • Add yard task that gem fully documented
  • Add all missing documentation
  • Add tests for 100% coverage
  • Add dependabot config
  • Add rake task to release gem on both rubygems and GitHub Packages

Fixes

  • Fix coverage report on non-CI

Changes

  • Use GitHub Actions instead of TravisCI
  • Drop support of rubies older than 2.5
  • Move gem homepage to new organization
  • Cleanup gemspec file
  • Fully redone README file
  • Freeze specific version of dependencies
  • Drop codecov support