I badly need Ruby 3 support for this gem. So I started poking my nose around it to make myself accustomed with it. As a first step I started by fixing trivial RuboCop offenses around the Rakefile which are upsetting my IDE ;-) Additionally I added descriptions to the tasks. The most relevant fix should be the replacement of the deprecated Config by RbConfig.
Hi,
I badly need Ruby 3 support for this gem. So I started poking my nose around it to make myself accustomed with it. As a first step I started by fixing trivial RuboCop offenses around the Rakefile which are upsetting my IDE ;-) Additionally I added descriptions to the tasks. The most relevant fix should be the replacement of the deprecated
Config
byRbConfig
.