Monitor is extention library now
This commit is contained in:
parent
3e788241ea
commit
f905f694cc
@ -54,8 +54,6 @@ Zachary Scott (zzak)
|
|||||||
Kazuki Tsujimoto (ktsj)
|
Kazuki Tsujimoto (ktsj)
|
||||||
[lib/mkmf.rb]
|
[lib/mkmf.rb]
|
||||||
_unmaintained_
|
_unmaintained_
|
||||||
[lib/monitor.rb]
|
|
||||||
Shugo Maeda (shugo)
|
|
||||||
[lib/net/ftp.rb]
|
[lib/net/ftp.rb]
|
||||||
Shugo Maeda (shugo)
|
Shugo Maeda (shugo)
|
||||||
[lib/net/imap.rb]
|
[lib/net/imap.rb]
|
||||||
@ -114,6 +112,8 @@ Zachary Scott (zzak)
|
|||||||
Nobuyuki Nakada (nobu)
|
Nobuyuki Nakada (nobu)
|
||||||
[ext/io/wait]
|
[ext/io/wait]
|
||||||
Nobuyuki Nakada (nobu)
|
Nobuyuki Nakada (nobu)
|
||||||
|
[ext/monitor]
|
||||||
|
Koichi Sasada (ko1)
|
||||||
[ext/nkf]
|
[ext/nkf]
|
||||||
NARUSE, Yui (naruse)
|
NARUSE, Yui (naruse)
|
||||||
[ext/objspace]
|
[ext/objspace]
|
||||||
|
@ -16,7 +16,6 @@ English.rb:: Require 'English.rb' to reference global variables with less crypti
|
|||||||
ERB:: An easy to use but powerful templating system for Ruby
|
ERB:: An easy to use but powerful templating system for Ruby
|
||||||
Find:: This module supports top-down traversal of a set of file paths
|
Find:: This module supports top-down traversal of a set of file paths
|
||||||
MakeMakefile:: Module used to generate a Makefile for C extensions
|
MakeMakefile:: Module used to generate a Makefile for C extensions
|
||||||
Monitor:: Provides an object or module to use safely by more than one thread
|
|
||||||
Net::FTP:: Support for the File Transfer Protocol
|
Net::FTP:: Support for the File Transfer Protocol
|
||||||
Net::HTTP:: HTTP client api for Ruby
|
Net::HTTP:: HTTP client api for Ruby
|
||||||
Net::IMAP:: Ruby client api for Internet Message Access Protocol
|
Net::IMAP:: Ruby client api for Internet Message Access Protocol
|
||||||
@ -43,6 +42,7 @@ un.rb:: Utilities to replace common UNIX commands
|
|||||||
Coverage:: Provides coverage measurement for Ruby
|
Coverage:: Provides coverage measurement for Ruby
|
||||||
Digest:: Provides a framework for message digest libraries
|
Digest:: Provides a framework for message digest libraries
|
||||||
IO:: Extensions for Ruby IO class, including #wait and ::console
|
IO:: Extensions for Ruby IO class, including #wait and ::console
|
||||||
|
Monitor:: Provides an object or module to use safely by more than one thread
|
||||||
NKF:: Ruby extension for Network Kanji Filter
|
NKF:: Ruby extension for Network Kanji Filter
|
||||||
objspace:: Extends ObjectSpace module to add methods for internal statistics
|
objspace:: Extends ObjectSpace module to add methods for internal statistics
|
||||||
Pathname:: Representation of the name of a file or directory on the filesystem
|
Pathname:: Representation of the name of a file or directory on the filesystem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user