Skip to content

v3.0.1

Choose a tag to compare

@kamui kamui released this 26 May 20:47
· 133 commits to main since this release
Immutable release. Only release title and notes can be modified.
  • Add rubocop linter to enforce coding styles for this library. Also, fix rule violations.
  • Removed attr_reader :config that caused a warning. @bruno-
  • Clean up Rakefile testing cruft. @bruno-
  • Use .any? in the :on hash processing. @apurvis