diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-07 20:28:43 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-07 20:28:43 -0600 |
commit | 62a6621388d3526708057e3ffba0c45fd1091c3b (patch) | |
tree | cbcfbdd7a2e7431f10625077c046bfd32a66ccbb | |
parent | 44ad9cb2f6f829d5f42f28d2de95cb6f353ae442 (diff) |
-rw-r--r-- | imworkingon/contribs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/imworkingon/contribs.yml b/imworkingon/contribs.yml index 601cdf8..e8e2f54 100644 --- a/imworkingon/contribs.yml +++ b/imworkingon/contribs.yml @@ -212,6 +212,7 @@ SIGTERM that it was sent... but it never would. This PR fixes that. - urls: [https://gitlab.archlinux.org/archlinux/packaging/packages/ruby/-/merge_requests/6] + tags: [Parabola, Ruby] desc: | Ruby's standard library has been going through a process of "gemification" where it is converted into a set of Gems that are @@ -226,12 +227,14 @@ future, it should also make it easier for downstream distros that patch Ruby, such as applying [flori/json#567](#contrib-ruby-json). - urls: [https://gitlab.archlinux.org/archlinux/packaging/packages/ruby/-/merge_requests/7] + tags: [Parabola, Ruby, docs] desc: | Arch Linux's `ruby-docs` package (version 3.2.5-1) is incomplete; the `/usr/share/doc/ruby/capi/html/` directory is empty except for `doxygen_crawl.html`. This fixes that, so that it includes the full Doxygen output. - urls: [https://github.com/flori/json/pull/599] + tags: [Ruby, JSON] desc: | The benchmark numbers given for the Ruby stdlib JSON encoder/decoder are quite outdated, and the benchmark code has |