aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* revert r65822shugo2018-11-201-4/+1
* lib/monitor.rb: prevent to initialize MonitorMixin twiceshugo2018-11-201-1/+4
* Switch to 2-0-stable branch of bundler/bundler repository from our fork repos...hsbt2018-11-161-0/+9
* Fix syntax on Binding.irb documentation [ci skip]k0kubun2018-11-141-4/+4
* lib/irb.rb: fix up r65674kazu2018-11-121-3/+3
* Document binding.irb on Binding [ci skip]k0kubun2018-11-121-1/+57
* Merge Bundler-2.0.0.pre1 from upstream.hsbt2018-11-1215-24/+26
* erb.rb: warn invalid trim_mode [Misc #15294]k0kubun2018-11-121-1/+10
* Make rubygems follow the upstream of psychnobu2018-11-111-5/+5
* lib/rubygems/indexer.rb: suppress random test-all errork0kubun2018-11-081-1/+8
* Clear CC_WRAPPER in other than the toplevelnobu2018-11-071-0/+4
* Dir.children is available since Feature #11302. FileUtils useshsbt2018-11-071-2/+1
* Fix up r65505 [ci skip]kazu2018-11-0514-20/+20
* Fix RubyGems extension build failure after r65470sorah2018-11-041-6/+12
* Merge upstream changes from 2-0-stable branch of bundler/bundler.hsbt2018-11-041-29/+29
* Merge rubygems-3.0.0.beta2.hsbt2018-11-032-4/+6
* lib/racc/parser.rb: use require for racc/cparsestomar2018-11-031-1/+1
* lib/cgi/util.rb: use requirenobu2018-11-031-1/+1
* Added bundler as default gems. Revisit [Feature #12733]hsbt2018-11-02218-0/+29014
* lib/matrix.rb: Make Matrix & Vector mutable. Add #[]=, #map!.marcandre2018-11-021-21/+226
* lib/*: Prefer require_relative over require, remove explicit extensionmarcandre2018-11-0215-20/+20
* lib/*: Prefer require_relative over require.marcandre2018-11-02126-256/+256
* lib/matrix: Use consistent stylemarcandre2018-11-022-19/+13
* lib/matrix: use consistent stylemarcandre2018-11-022-18/+18
* lib/matrix.rb: Alias antisymmetric? with skew_symmetric?marcandre2018-11-021-0/+1
* Revert "Matrix: Add #reflexive? method. [Fix GH-1730]"marcandre2018-11-021-9/+0
* Merge upstream from rubygems/rubygems master branch.hsbt2018-10-316-38/+83
* Mark up code inside link text as <code>nobu2018-10-291-7/+15
* rdoc/parser/c.rb: ignore dynamically added methodsnobu2018-10-281-0/+1
* Do not :stopdoc: entire classes/modulesnobu2018-10-261-2/+8
* Merge rubygems master branch from github.com/rubygems/rubygems.hsbt2018-10-2245-231/+212
* lib/net/http.rb: [DOC] fix typosstomar2018-10-211-6/+6
* lib/mutex_m.rb: fix example code in documentationstomar2018-10-211-3/+3
* Add missing info for Mutex_m to the doc [Bug #13598]aycabta2018-10-211-1/+5
* Revert "Revert "Reset primary_server when remove_server"" [ci skip]kazu2018-10-201-0/+5
* Allow to stop by push(nil) for testkazu2018-10-201-2/+1
* Revert "Reset primary_server when remove_server"kazu2018-10-201-5/+0
* Add negotiated SSL protocol and cipher to Net::HTTP debug outputnaruse2018-10-201-1/+1
* Improve doc of multipart/form-data [Bug #15019]aycabta2018-10-201-5/+2
* Merge irb from github repository.hsbt2018-10-201-1/+2
* Reset primary_server when remove_serverkazu2018-10-201-0/+5
* Merge fileutils from ruby/fileutils on GitHub.hsbt2018-10-203-6/+19
* Support keyword arguments with Pysch.safe_load provided by after Psych 3.1.0....hsbt2018-10-201-2/+10
* Merge rdoc-6.1.0.beta2aycabta2018-10-1727-443/+459
* revert r65091, r65090 because ci failsduerst2018-10-161-98/+94
* update to Unicode 11.0.0 (basic step, not complete yet)duerst2018-10-161-94/+98
* default gems: add missing comment in gemspecstomar2018-10-126-0/+6
* Time.parse based from non-Time objectnobu2018-10-091-1/+1
* fileutils.rb: restore documentation for FileUtilsstomar2018-10-031-8/+7
* Check whether to skip every framenobu2018-09-242-2/+10