summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/maintainers.rdoc3
-rw-r--r--doc/standard_library.rdoc1
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 66af8b1d50..aef47bfc13 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -207,6 +207,9 @@ Zachary Scott (zzak)
=== Libraries
+[lib/bundler.rb, lib/bundler/*]
+ Hiroshi SHIBATA (hsbt)
+ https://github.com/bundler/bundler
[lib/cmath.rb]
_unmaintained_
[lib/csv.rb]
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index a788080c72..ff6f6238d8 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -91,6 +91,7 @@ WIN32OLE:: Provides an interface for OLE Automation in Ruby
== Libraries
+Bundler:: Manage your Ruby application's gem dependencies
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