aboutsummaryrefslogtreecommitdiffstats
path: root/doc/standard_library.rdoc
Commit message (Collapse)AuthorAgeFilesLines
* Promote did_you_mean to default gemKevin Deisz2019-11-301-1/+1
| | | | At the moment, there are some problems with regard to bundler + did_you_mean because of did_you_mean being a bundled gem. Since the vendored version of thor inside bundler and ruby itself explicitly requires did_you_mean, it can become difficult to load it when using Bundler.setup. See this issue: https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482733159 for more details.
* Remove e2mmap entries from docsHiroshi SHIBATA2019-11-301-1/+0
|
* Revert "Revert "Promote uri to default gems""Hiroshi SHIBATA2019-11-111-1/+1
| | | | | | This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e. f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this.
* Revert "Promote uri to default gems"Hiroshi SHIBATA2019-11-091-1/+1
| | | | | | | This reverts commit c5b4d2a2592942766dc2789f46105b91eba7026a. This commit affects with activation feature of RubyGems. [Bug #16337][ruby-core:95768]
* Promote uri to default gemsHiroshi SHIBATA2019-11-091-1/+1
|
* Promote yaml to default gemsHiroshi SHIBATA2019-11-091-1/+1
|
* Promote timeout to default gemsHiroshi SHIBATA2019-11-091-1/+1
|
* Fixup 368ee984ed52f6abe1fdf8360ad72e6cf1cbfa66Hiroshi SHIBATA2019-11-091-1/+1
|
* Promote observer to default gems. But not yet releasedHiroshi SHIBATA2019-11-091-1/+1
|
* Promote cgi to default gemsHiroshi SHIBATA2019-11-071-1/+1
|
* Promote net-smtp to default gemsHiroshi SHIBATA2019-11-071-1/+1
|
* Promote net-pop to default gemsHiroshi SHIBATA2019-11-071-1/+1
|
* Promote benchmark to default gemsHiroshi SHIBATA2019-11-071-1/+1
|
* Promote delegate to default gemsHiroshi SHIBATA2019-11-071-1/+1
|
* Promote pstore to default gemsHiroshi SHIBATA2019-11-071-1/+1
|
* Promote getoptlong to default gemsHiroshi SHIBATA2019-11-071-1/+1
|
* Promote open3 to default gemsHiroshi SHIBATA2019-11-071-1/+1
|
* Promote singleton to default gemsHiroshi SHIBATA2019-11-071-1/+1
|
* Removed ThreadsWait from the ruby repositoryHiroshi SHIBATA2019-09-201-1/+0
|
* Removed Synchronizer from the ruby repository.Hiroshi SHIBATA2019-09-201-1/+0
|
* Removed Shell from the ruby repository.Hiroshi SHIBATA2019-09-201-1/+0
|
* Removed Scanf from the ruby repository.Hiroshi SHIBATA2019-09-201-1/+0
|
* Removed CMath from the ruby repository.Hiroshi SHIBATA2019-09-201-1/+0
|
* Added and update the racc entries on doc/*.Hiroshi SHIBATA2019-06-201-1/+1
|
* Removed from standard library. No one maintains it from Ruby 2.0.0.hsbt2019-03-111-2/+0
| | | | | | [Bug #15652][ruby-core:91736] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Move IPAddr to deafult gems category.hsbt2018-08-101-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update latest default gems on maintainers.rdoc and standard_library.rdoc.hsbt2018-07-251-4/+4
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Promote Shell library to default gems.hsbt2018-07-201-1/+1
| | | | | | | | | | * doc/*: Move entry to default gems category from standard library. * lib/shell/*: Added `Shell::VERSION` and re-used it with @RELEASE_VERSION. * test/shell/test_command_processor.rb: added missing require for test library. * tool/sync_default_gems.rb: Support shell library. We need to ignore shellwords.rb when syncing shell* files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Promote Tracer to default gems.hsbt2018-07-201-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Promote Synchronizer to default gems.hsbt2018-07-171-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Promote irb library to default gems.hsbt2018-07-091-1/+1
| | | | | | | | | * lib/irb/irb.gemspec: init. * lib/irb/version.rb: Set @RELEASE_VERSION value to IRB::VERSION for gemspec. * doc/*.rdoc: Move IRB entry to default gems category. * tool/sync_default_gems.rb: Add irb support. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ConditionVariable and Queue is not standard library.hsbt2018-06-201-2/+0
| | | | | | They are located under the Thread class. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Re-add Matrix to doc/standard_library.rdoc [ci skip]kazu2018-06-081-0/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Promote Matrix to default gems.hsbt2018-06-071-1/+0
| | | | | | The upstream repository is https://github.com/ruby/matrix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Promote OpenStruct to default gems.hsbt2018-06-071-1/+1
| | | | | | Upstream repository is https://github.com/ruby/ostruct. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Promote Prime library to default gems.hsbt2018-06-021-1/+1
| | | | | | * Its upstream is https://github.com/ruby/prime. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Promote Logger to default gems.hsbt2018-06-021-1/+1
| | | | | | * Its upstream is https://github.com/ruby/logger. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Promote REXML to default gems.hsbt2018-06-021-1/+1
| | | | | | * upstream repostiory is https://github.com/ruby/rexml git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Promote RSS library to default gems.hsbt2018-06-021-1/+1
| | | | | | Its upstream was moved to https://github.com/ruby/rss. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Added bundler entry to documentation of library and maintainers.hsbt2017-12-011-0/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt2017-04-211-1/+0
| | | | | | [Feature #10169][[ruby-core:64553]] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update library entry for stringio and fiddle.hsbt2017-04-061-2/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Added initial gemspec for SDBM module.hsbt2017-02-281-1/+1
| | | | | | | | | [Feature #13261] * doc/*.rdoc: Move SDBM entry to default gem section. * ext/sdbm/sdbm.gemspec: first gemspec. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Added initial gemspec for Etc module.hsbt2017-02-271-1/+1
| | | | | | | | | [Feature #13256] * doc/*.rdoc: move Etc module to default gem section. * ext/etc/etc.gemspec: first gemspec. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update maintainers and standard library docs for GDBM.hsbt2017-02-241-1/+1
| | | | | | [Feature #13248][ruby-core:79742] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Added initial gemspec for Scanf module.hsbt2017-02-141-1/+1
| | | | | | [Feature #13213] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Added initial gemspec for Fcntl module.hsbt2017-02-101-1/+1
| | | | | | | | | | [Feature #13206] * ext/fcntl/fcntl.gemspec: initial commit. * doc/maintainers.rdoc, doc/standard_library.rdoc: Move Fcntl module to Default gems section. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update latest infomation of standard libraries.hsbt2017-02-091-1/+13
| | | | | | | | * Added Bundled gems section. * Added IO::console to Default gems. * Move XMLRPC to Bundled gems section. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Separated default gems section.hsbt2017-02-091-13/+21
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* doc/standard_library.rdoc: Tk is removed from stdlibktsj2016-12-181-1/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e