Commit graph

44 commits

Author SHA1 Message Date
Hiroshi SHIBATA
6929542aa9
Update CGI sections under the doc directory 2025-06-19 14:18:12 +09:00
Jeremy Evans
061d36476f Remove set library from maintainers doc, as Set is now a core class 2025-05-27 09:41:09 +09:00
Hiroshi SHIBATA
b50360e08b Update fiddle entries under the doc directory 2025-02-05 07:36:59 +09:00
Hiroshi SHIBATA
5422c0f7f8 Update irb and reline, readline entries 2025-01-24 15:46:46 +09:00
Hiroshi SHIBATA
abde86afe8
Update win32ole entries under the doc directory 2025-01-23 16:09:48 +09:00
Hiroshi SHIBATA
fe2bc77830
Update documents with the latest bundled gems 2025-01-15 17:13:16 +09:00
Hiroshi SHIBATA
574bfd2845 Update documents for ostruct 2025-01-08 17:12:19 +09:00
Nobuyoshi Nakada
e433e6515e
[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking 2025-01-02 12:36:06 +09:00
Nobuyoshi Nakada
87fc9f4a70
[DOC] Add more links to maintainers 2024-11-27 17:31:56 +09:00
Stan Lo
544d684412 Use footnote links instead 2024-11-25 15:38:20 -05:00
Stan Lo
96766517b0 Update maintainer GH handles and add links when possible 2024-11-25 15:38:20 -05:00
Stan Lo
c3144e4f6d Escape Module in the header 2024-11-25 15:38:20 -05:00
Stan Lo
7c200a46ad Add new lines after headers 2024-11-25 15:38:20 -05:00
Stan Lo
9362753d07 Update RDoc's maintainers list 2024-11-25 15:38:20 -05:00
Kevin Newton
c6828a10ff
Update maintainers of Prism 2024-10-17 11:37:45 -04:00
Hiroshi SHIBATA
67d6e89b0b
Added byroot to JSON maintainer
[Misc #20746]
2024-10-09 19:09:17 +09:00
Jean Boussier
8c7e291dd8 Update references to flori/json
Now that the repository was transfered, these links will become
dead in a few months.
2024-10-07 20:12:57 -04:00
Jean Boussier
a846d391d3 List branch maintainers in maintainers.md
I'm not aware of this information being available
anywhere else.
2024-01-23 18:02:42 +01:00
Hiroshi SHIBATA
92141d6269 Document about csv at Ruby 3.4 2024-01-22 18:23:05 +09:00
Hiroshi SHIBATA
8bcc764f71 Document about syslog at Ruby 3.4 2024-01-22 15:59:40 +09:00
Hiroshi SHIBATA
52a0ebe292 Document about nkf at Ruby 3.4 2024-01-22 14:17:52 +09:00
Hiroshi SHIBATA
3b3f03666a
Refine entry title 2024-01-22 12:35:04 +09:00
Hiroshi SHIBATA
854b1f6072 Document about drb at Ruby 3.4 2024-01-22 11:08:59 +09:00
Hiroshi SHIBATA
ce73fbd717 Document about rinda at Ruby 3.4 2024-01-19 20:02:19 +09:00
Hiroshi SHIBATA
6c098d145a Document about resolv-replace at Ruby 3.4 2024-01-19 17:44:58 +09:00
Hiroshi SHIBATA
e28bdff941 Document about abbrev at Ruby 3.4 2024-01-19 16:27:45 +09:00
Hiroshi SHIBATA
fb5722c09a Document about observer at Ruby 3.4 2024-01-19 15:24:09 +09:00
Hiroshi SHIBATA
68b403c45a
Fixed inconsistent library name 2024-01-19 14:01:30 +09:00
Hiroshi SHIBATA
385a1b15ef
Fixed upstream URL at bundled gems 2024-01-19 14:00:08 +09:00
Hiroshi SHIBATA
272b1c92cc Document about bigdecimal at Ruby 3.4 2024-01-18 07:44:13 +09:00
Hiroshi SHIBATA
05e798269f Document about base64 at Ruby 3.4 2024-01-17 08:28:31 +09:00
Hiroshi SHIBATA
326288c5a5 Document about getoptlong at Ruby 3.4 2024-01-16 17:07:10 +09:00
Hiroshi SHIBATA
d16f992e1b Extract mutex_m as bundled gems 2024-01-10 17:28:16 +09:00
Kevin Newton
d9cb75b741 List prism as a default gem 2023-11-01 22:16:33 -04:00
Stan Lo
b635a66e95
[DOC] Update Reline and IRB's maintainers list (#8406)
Update Reline and IRB's maintainers list

Maintainers' order follows the same order they appear in the projects'
contributors list as of the time this commit is made.
2023-09-08 16:08:32 -07:00
Hiroshi SHIBATA
44ad176fc2
Update Racc entries on documents 2023-06-20 13:34:28 +09:00
Hiroshi SHIBATA
3924dba552
Update the current URI maintainer 2023-06-13 12:28:33 +09:00
Hiroshi SHIBATA
aec4e2d678
Removed duplicated entry of readline.rb 2023-05-10 09:53:02 +09:00
Hiroshi SHIBATA
507801c6d7
ext/readline is retired 2023-05-10 09:52:33 +09:00
Takashi Kokubun
d8facbabff [DOC] Make the header levels consistent again 2023-02-10 16:37:43 -08:00
Jeremy Evans
27fe4a1bc5
Fix minor issues in doc/maintainers.md (#7292)
Use *unmaintained* instead of Ruby core team in 2 places, for
consistency with the rest of the document.

Use h3 instead of h4 tags if nested directly under h2.
2023-02-10 16:37:07 -08:00
Takashi Kokubun
c06565390e [DOC] debug.rb is a bundled gem from 3.1 2023-02-10 16:34:55 -08:00
Takashi Kokubun
0e7eac7b48 [DOC] Add a link to [ruby-core:25764] 2023-02-10 16:30:47 -08:00
Takashi Kokubun
f6d4f2bf67
Convert doc/maintainers.rdoc to .md (#7291)
* [DOC] Convert maintainers.rdoc to .md

with RDoc::Markup::ToMarkdown

* [DOC] Format maintainers.md
2023-02-10 16:21:34 -08:00