Update rubygems to version 3.5.18
- Update rubygems to version
3.5.18
. - Add a nice
README.md
file. - Add a
.gitignore
for build artifacts.
The patch is no longer needed as the related PR was merged.
One thing I don't understand, why does the package need this sed?
sed --in-place --regexp-extended 's|git ls-files|find -type f -not -path "*/\.git/*"|' Rakefile
Wouldn't it be better to have git as a build dependency and remove this instead?