1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
hsbt 2017-12-01 04:25:32 +00:00
parent b7a908f61b
commit e4b67f7d74
2 changed files with 4 additions and 0 deletions

View file

@ -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]

View file

@ -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