diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-01-23 16:08:33 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-02-05 07:36:59 +0900 |
commit | b50360e08be5b35ec42b0b97e1d25bc89432023b (patch) | |
tree | d2bb4820f30448c5b3f6819bbb1fb2af143a67ee /doc | |
parent | 470784cbd94a70da5d3e3167dfe4f17e3b025287 (diff) |
Update fiddle entries under the doc directory
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12616
Diffstat (limited to 'doc')
-rw-r--r-- | doc/maintainers.md | 10 | ||||
-rw-r--r-- | doc/standard_library.md | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/doc/maintainers.md b/doc/maintainers.md index ccae3791e5..a216e564a5 100644 --- a/doc/maintainers.md +++ b/doc/maintainers.md @@ -339,12 +339,6 @@ have commit right, others don't. * https://github.com/ruby/fcntl * https://rubygems.org/gems/fcntl -#### ext/fiddle - -* Aaron Patterson ([tenderlove]) -* https://github.com/ruby/fiddle -* https://rubygems.org/gems/fiddle - #### ext/io/console * Nobuyuki Nakada ([nobu]) @@ -558,6 +552,10 @@ have commit right, others don't. * https://github.com/ruby/readline +#### fiddle + +* https://github.com/ruby/fiddle + ## Platform Maintainers ### mswin64 (Microsoft Windows) diff --git a/doc/standard_library.md b/doc/standard_library.md index 5ece2eb339..a6702bb80f 100644 --- a/doc/standard_library.md +++ b/doc/standard_library.md @@ -71,7 +71,6 @@ of each. - Digest ([GitHub][digest]): Provides a framework for message digest libraries - Etc ([GitHub][etc]): Provides access to information typically stored in the UNIX /etc directory - Fcntl ([GitHub][fcntl]): Loads constants defined in the OS fcntl.h C header file -- Fiddle ([GitHub][fiddle]): A libffi wrapper for Ruby - IO.console ([GitHub][io-console]): Extensions for the IO class, including `IO.console`, `IO.winsize`, etc. - JSON ([GitHub][json]): Implements JavaScript Object Notation for Ruby - OpenSSL ([GitHub][openssl]): Provides SSL, TLS, and general-purpose cryptography for Ruby @@ -126,6 +125,7 @@ of each. - [win32ole]: Provides an interface for OLE Automation in Ruby - [reline]: GNU Readline and Editline in a pure Ruby implementation - [readline]: Wrapper for the Readline extension and Reline +- [fiddle]: A libffi wrapper for Ruby ## Tools |