summaryrefslogtreecommitdiff
path: root/imworkingon/contribs.yml
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-07 20:28:43 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-07 20:28:43 -0600
commit62a6621388d3526708057e3ffba0c45fd1091c3b (patch)
treecbcfbdd7a2e7431f10625077c046bfd32a66ccbb /imworkingon/contribs.yml
parent44ad9cb2f6f829d5f42f28d2de95cb6f353ae442 (diff)
contribs: add some tagsHEADmain
Diffstat (limited to 'imworkingon/contribs.yml')
-rw-r--r--imworkingon/contribs.yml3
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