Skip to content

Plugins system

Latest
Compare
Choose a tag to compare
@AlexWayfer AlexWayfer released this 17 Nov 18:01
· 65 commits to main since this release
v2.0.0
8a7c25d
  • Add plugin system.
    Take out CLI and spinner.
    Add more plugins like matrix and access.
  • Remove :every option: do it yourself via changes.first, if you want.
  • Drop Ruby 2.4 and 2.5 support.
  • Support Ruby 3.0 and 3.1.
  • Switch from bacon test framework to RSpec.
    Speed up and improve tests, fix many phantom fails.
  • Update development dependencies.
  • Add rubocop-rspec and rubocop-performance.
  • Resolve new offenses from RuboCop and its plugins.
  • Switch from Travis CI to Cirrus CI.
  • Add JRuby, Windows and TruffleRuby to CI.
  • Add bundle-audit CI task.