Update rubocop-packaging 0.5.2 → 0.6.0 (major) #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-packaging (0.5.2 → 0.6.0) · Repo
Release Notes
0.6.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 17 commits:
Cut 0.6.0 release
Drop .travis.yml in favor of GitHub actions
Merge pull request #52 from koic/suppress_rubocop_offense
Merge pull request #53 from koic/pluginfy_with_lint_roller
Pluginfy rubocop-packaging
Suppress a RuboCop's offense
Merge pull request #51 from utkarsh2102/remove-pry-dependency
Remove dependency on pry
Merge pull request #50 from utkarsh2102/update-gemspec-runtime-dependencies
Replace soft-deprecated runtime dependency specification
Merge pull request #49 from utkarsh2102/fix-gemspec-git-specs
Disable Gemspec/DevelopmentDependencies cop
Ensure consistent message format in specs for Packaging::GemspecGit
Merge pull request #48 from micwoj92/patch-1
Rename IgnoredMethods to AllowedMethods
Merge pull request #47 from r7kamura/feature/url
Fix incorrect documentation URLs when using `rubocop --show-docs-url`
Commits
See the full diff on Github. The new version differs by 10 commits:
Bump version.
Update CI matrix, remove redundant `context`s from specs (#42)
Replace bacon with rspec (#41)
Use latest ruby versions on test job (#39)
Bump actions/checkout (#38)
Use `require_relative` instead of `require` (#37)
Update Rubies in CI (#35)
Fix usage example for Sexp (#36)
Fix broken link
Fixnum is now spelled Integer (#33)
Release Notes
3.3.7.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
Update changelog.
Bump version.
+ add prism-specific node types (#1071)
Document the current state of the project in the readme (#1069)
- builder.rb: fix hash value omission considering some local vars as constants (#1064)
Update changelog.
Release Notes
1.41.0
1.40.0
1.39.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
Cut 1.41.0
Update Changelog
Add support for `itblock` node for Ruby 3.4 (#365)
Revert "Don't show a deprecation warning for `EnsureNode#branch` just yet"
Restore docs/antora.yml
Cut 1.40.0
Update Changelog
Enforce a minimum version for prism
Use the custom builder provided by prism
Add a release note of 1.39.0
Restore docs/antora.yml
Cut 1.39.0
Update Changelog
Modify `def_callback` code to be easier to understand
Enable reusable Prism parse result (#359)
[Fix #348] Automate the process of GitHub release creation
Fix current Rubocop offenses (#362)
Restore docs/antora.yml
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands