On Fri, Dec 18, 2020 at 4:06 PM Jun Aruga jaruga@redhat.com wrote:
Another snapshot is available in private-ruby-3.0 branch and the build is running here:
https://koji.fedoraproject.org/koji/taskinfo?taskID=57585626
Most notable change is removal of WEBRick from Ruby. I am not completely sure how much disruption this could cause in Fedora. I wonder if it is worth of packaging it as a separate package. Thoughts?
I find the .gitignore is outdated, as we have ruby-3.*.tar.xz. Maybe we can update be like this.
``` $ git diff diff --git a/.gitignore b/.gitignore index 3523d77..a59f941 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ /*/ -/ruby-2.*.tar.bz2 -/ruby-2.*.tar.xz +/ruby-*.tar.xz /*.rpm ```