Skip to content

Commit b50360e

Browse files
committed
Update fiddle entries under the doc directory
1 parent 470784c commit b50360e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

doc/maintainers.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,12 +339,6 @@ have commit right, others don't.
339339
* https://github.com/ruby/fcntl
340340
* https://rubygems.org/gems/fcntl
341341

342-
#### ext/fiddle
343-
344-
* Aaron Patterson ([tenderlove])
345-
* https://github.com/ruby/fiddle
346-
* https://rubygems.org/gems/fiddle
347-
348342
#### ext/io/console
349343

350344
* Nobuyuki Nakada ([nobu])
@@ -558,6 +552,10 @@ have commit right, others don't.
558552

559553
* https://github.com/ruby/readline
560554

555+
#### fiddle
556+
557+
* https://github.com/ruby/fiddle
558+
561559
## Platform Maintainers
562560

563561
### mswin64 (Microsoft Windows)

doc/standard_library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ of each.
7171
- Digest ([GitHub][digest]): Provides a framework for message digest libraries
7272
- Etc ([GitHub][etc]): Provides access to information typically stored in the UNIX /etc directory
7373
- Fcntl ([GitHub][fcntl]): Loads constants defined in the OS fcntl.h C header file
74-
- Fiddle ([GitHub][fiddle]): A libffi wrapper for Ruby
7574
- IO.console ([GitHub][io-console]): Extensions for the IO class, including `IO.console`, `IO.winsize`, etc.
7675
- JSON ([GitHub][json]): Implements JavaScript Object Notation for Ruby
7776
- OpenSSL ([GitHub][openssl]): Provides SSL, TLS, and general-purpose cryptography for Ruby
@@ -126,6 +125,7 @@ of each.
126125
- [win32ole]: Provides an interface for OLE Automation in Ruby
127126
- [reline]: GNU Readline and Editline in a pure Ruby implementation
128127
- [readline]: Wrapper for the Readline extension and Reline
128+
- [fiddle]: A libffi wrapper for Ruby
129129

130130
## Tools
131131

0 commit comments

Comments
 (0)