summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-01 04:25:32 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-01 04:25:32 +0000
commite4b67f7d74d5df3a40163b4d71ca6bf4feb4264f (patch)
tree258f67bc3ac8af3fff0d4ac3157e29fef942f9f7
parentb7a908f61b90cb8cb15df2f81beec06cfbf3d68a (diff)
Added bundler entry to documentation of library and maintainers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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