Skip to content

0.5.0

Compare
Choose a tag to compare
@inkstak inkstak released this 03 Mar 11:14
· 20 commits to main since this release

Changes

Update dependencies to fix #24:
some features introduced after 0.2.2 depended on ActiveSupport >= 5.0 but the gemspec still required ActiveSupport >= 4.2.

Dependencies support

The next major release (1.0) will drop support of EOL versions of ActiveJob & ActiveSupport.
This version 0.5 is still supporting ActiveSupport 5.x but not ActiveSupport 4.2.

If you need to use an older version of Rails, you can suggest a pull request:

  • fork the branch v0_5
  • fix the test suite : it has been setup to run with Appraisal but it's currently broken
  • submit a PR
  • no feature request will be accepted.