Skip to content

Releases: utkarsh2102/rubocop-packaging

v0.5.2

11 Aug 13:30
v0.5.2
Compare
Choose a tag to compare

This is a very small release to make RuboCop::Packaging compatible with v1.33.0 of RuboCop! 🎉

A huge thanks to @marcotc and @koic for quickly looking at and fixing the issue! ❤️

Fixes

#34: Fix compatibility spelling. (@aryan1101)
#43: Fix compatibility with Rubocop 1.33.0. (@marcotc)

Changes

#37: Test against ruby3.0 \o/. (@utkarsh2102)
#40: Drop Ruby 2.4 support. (@koic)
#41: Remove spec.test_files from Packaging/GemspecGit's doc. (@koic)
#42: Migrate CI to GitHub Actions. (@petergoldstein)
#46: Drop Ruby 2.5 runtime support. (@koic)

v0.5.1

22 Oct 16:33
Compare
Choose a tag to compare

This is a very small release to make RuboCop::Packaging compatible with the very new, shiny v1.0.0 of RuboCop! 🎉

Changes:

#32: Fix HTML id attribute in cops_packaging.adoc. (@koic)
#33: Loosen requirement of RuboCop. (@jasl)

v0.5.0

19 Sep 17:15
Compare
Choose a tag to compare

New features:

Bug Fixes:

  • #25: RequireHardcodingLib cop shouldn't check files inside lib/. (@utkarsh2102)
  • #26: RequireHardcodingLib cop shouldn't check gemspec files. (@utkarsh2102)
  • #31: Add AST pattern to catch interpolated require calls. (@utkarsh2102)

Changes:

  • #27: Refactor RequireRelativeHardcodingLib & RequireWithRelativePath cops. (@utkarsh2102)
  • #28: (Breaking) Rename RequireRelativeHardcodingLib cop to RequireHardcodingLib. (@utkarsh2102)
  • #29: Improve offense messages for all the cops. (@utkarsh2102)

v0.4.0

03 Sep 00:41
Compare
Choose a tag to compare

New features:

Changes:

v0.3.0

19 Aug 08:45
Compare
Choose a tag to compare

Bug fixes:

  • #8: RequireRelativeToLib cop shouldn't flag offenses when calls are made from lib/. (@utkarsh2102)
  • #11: RelativeRequireToLib cop shouldn't check gemspec files. (@utkarsh2102)

Changes:

v0.2.0

24 Jul 18:08
Compare
Choose a tag to compare

New features:

v0.1.1

03 Jul 07:45
Compare
Choose a tag to compare

Bug fixes:

  • #5: Fix false negative for Packaging/GemspecGit when the file is empty. (@utkarsh2102)

v0.1.0

17 Jun 18:03
8a15bc5
Compare
Choose a tag to compare

Initial release! 🚀

New features: