Update responders 3.1.0 → 3.1.1 (patch) #1042
Closed
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?
✳️ responders (3.1.0 → 3.1.1) · Repo · Changelog
Release Notes
3.1.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
Release v3.1.1
Add support for Rails 7.1
Update copyright year [ci skip]
Point changelog to `main` branch in gemspec [ci skip]
✳️ thor (1.2.2 → 1.3.0) · Repo · Changelog
Release Notes
1.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 62 commits:
Prepare for 1.3.0
Use Ruby LSP
Merge pull request #861 from p8/fix/table-indentation-with-borders
Fix printing tables with borders and indentation
Merge pull request #855 from p8/features/print-table-with-borders
Add support for printing tables with borders
Merge pull request #854 from p8/refactor/extract-printers
Extract print methods to seperate classes
Merge pull request #858 from shuuuuun/fix/file_collision_help
Merge pull request #856 from p8/validate-option-arguments
Merge pull request #857 from p8/silence-encoding-warning
fix: branch file_collision_help if block_given
Silence encoding warnings in specs
Validate arguments for `method_option` and `class_option`
Merge pull request #849 from nevesenin/bool_false_default
Implement suggested changes
Print default in help when option type is :boolean and dafault is false
Merge pull request #739 from igneus/long_desc_nowrap
Refactoring the code to make the behavior explicit
long_desc option to disable wrapping
Merge pull request #812 from shuuuuun/hash-support-slice
Fix syntax for old ruby
Support HashWithIndifferentAccess#slice
Specs for HashWithIndifferentAccess#slice
:scissors:
Reuse local variable
Merge pull request #709 from nicolas-brousse/fix-inject-into-file-warning
Fix #inject_into_file warning when replacement is already present in file
Refactor enum validation to avoid code duplication
Use the new enem_to_s method
Merge pull request #784 from movermeyer/movermeyer/add_enum_validation_to_array_values
Merge pull request #775 from phene/support-range-in-enum-options
Support Range in enum option
Fix tests to match the new behavior
Merge pull request #800 from sambostock/fix-dashless-option-usage-info
Merge pull request #821 from rails/rm-drop-ruby
Correct all rubocop offenses
Remove all code to support old versions of Ruby
Setup rubocop as part of development workflow
Drop support to Ruby < 2.6
Better organize the gemspec
Merge PR #483
Review documentation and use the right method visibility.
Add a new feature excusive options and at least one option
Merge PR #327
Push all the method implementation ot the module
refactored common diff code in shell
Merge pull request #786 from tomclose/fix-create-file-identical-utf-8-bug
Fix cop offenses
Merge PR #412
Argument#print_default: added tests
Use custom print method for printing defaults.
Merge pull request #797 from BrentWheeldon/BrentWheeldon/option-bug-fix
Merge pull request #801 from dnlgrv/add-headers-to-get
Merge pull request #642 from alessio-signorini/allow-to-override-commands-sorting
There is no super method to check
Copy edit the documentation
Tests: added tests for Thor.sort_commands!
Thor: added overridable sort_commands! method
Rename variable to avoid warning
Merge PR #754
Refactor code to avoid too much responsability on find_by_namespace
Release Notes
2.21.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
version bump to v2.21.4
Merge pull request #273 from flavorjones/flavorjones-css-whitespace-handling
fix: scrub_css is more consistent with whitespace
Merge pull request #274 from flavorjones/flavorjones-bump-hoe-markdown
ci: run github action weekly
dep: bump hoe-markdown for ruby 3.3 ci
Release Notes
2.6.12 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 7 commits:
Ready for 2.6.12
Rename define_autoloads_in_dir → define_autoloads_for_dir
Rename set_autoload → define_autoload
Make on_dir_autoloaded internal
Make on_file_autoloaded internal
Adds a couple of code comments
Eliminate unnecessary condition when eager loading
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