[前][次][番号順一覧][スレッド一覧]

ruby-changes:48837

From: hsbt <ko1@a...>
Date: Fri, 1 Dec 2017 13:25:37 +0900 (JST)
Subject: [ruby-changes:48837] hsbt:r60954 (trunk): Added bundler entry to documentation of library and maintainers.

hsbt	2017-12-01 13:25:32 +0900 (Fri, 01 Dec 2017)

  New Revision: 60954

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60954

  Log:
    Added bundler entry to documentation of library and maintainers.

  Modified files:
    trunk/doc/maintainers.rdoc
    trunk/doc/standard_library.rdoc
Index: doc/maintainers.rdoc
===================================================================
--- doc/maintainers.rdoc	(revision 60953)
+++ doc/maintainers.rdoc	(revision 60954)
@@ -207,6 +207,9 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L207
 
 === Libraries
 
+[lib/bundler.rb, lib/bundler/*]
+  Hiroshi SHIBATA (hsbt)
+  https://github.com/bundler/bundler
 [lib/cmath.rb]
   _unmaintained_
 [lib/csv.rb]
Index: doc/standard_library.rdoc
===================================================================
--- doc/standard_library.rdoc	(revision 60953)
+++ doc/standard_library.rdoc	(revision 60954)
@@ -91,6 +91,7 @@ WIN32OLE:: Provides an interface for OLE https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L91
 
 == 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]