aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-14 11:12:52 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-14 11:12:52 +0000
commit1f0dec2a1be842d5d7772fbb647c0633c771b351 (patch)
tree1a0c0497940267ebc8f68e6ab62796ad3dcc94d6 /doc
parent7b26b54336fe3a4e3b75a0dfd3197b487311f318 (diff)
downloadruby-1f0dec2a1be842d5d7772fbb647c0633c771b351.tar.gz
Added initial gemspec for Scanf module.
[Feature #13213] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc4
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index d447af8dcf..7fec3260bf 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -128,8 +128,6 @@ Zachary Scott (zzak)
Kouhei Sutou (kou)
[lib/rubygems.rb, lib/ubygems.rb, lib/rubygems/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
-[lib/scanf.rb]
- David A. Black (dblack)
[lib/set.rb]
Akinori MUSHA (knu)
[lib/securerandom.rb]
@@ -234,6 +232,8 @@ Zachary Scott (zzak)
[lib/rdoc.rb, lib/rdoc/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
https://github.com/rdoc/rdoc
+[lib/scanf.rb]
+ David A. Black (dblack)
[lib/webrick.rb, lib/webrick/*]
Hiroshi Nakamura (nahi)
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index a8cc3558f2..f1a375df47 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -55,7 +55,6 @@ REXML:: An XML toolkit for Ruby
Rinda:: The Linda distributed computing paradigm in Ruby
RSS:: Family of libraries that support various formats of XML "feeds"
Gem:: Package management framework for Ruby
-Scanf:: A Ruby implementation of the C function scanf(3)
SecureRandom:: Interface for secure random number generator
Set:: Provides a class to deal with collections of unordered, unique values
Shell:: An idiomatic Ruby interface for common UNIX shell commands
@@ -102,6 +101,7 @@ CMath:: Provides Trigonometric and Transcendental functions for complex numbers
CSV:: Provides an interface to read and write CSV files and data
FileUtils:: Several file utility methods for copying, moving, removing, etc
RDoc:: Produces HTML and command-line documentation for Ruby
+Scanf:: A Ruby implementation of the C function scanf(3)
WEBrick:: An HTTP server toolkit for Ruby
== Extensions