On Fri, Dec 18, 2020 at 4:06 PM Jun Aruga <[email protected]> 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 ``` -- Jun | He - His - Him _______________________________________________ ruby-sig mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
