aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offensesDavid Rodríguez2019-09-057-16/+16
* [rubygems/rubygems] Minor fixAlexander Pakulov2019-09-051-1/+1
* [rubygems/rubygems] Add missing parenthesesbronzdoc2019-09-051-1/+1
* [rubygems/rubygems] Remove unnecessary gem_name methodbronzdoc2019-09-051-5/+2
* [rubygems/rubygems] Error out if there are multiple gemspecs and no gemspec i...bronzdoc2019-09-051-3/+10
* [rubygems/rubygems] Build the first gemspec we found if no gemspec is specifiedbronzdoc2019-09-051-1/+9
* [rubygems/rubygems] Improve gemspec assignment and error messagebronzdoc2019-09-051-4/+2
* [rubygems/rubygems] Make passing a gem name to be optionalbronzdoc2019-09-051-1/+1
* [rubygems/rubygems] Move build gem logic to its own methodbronzdoc2019-09-051-7/+9
* [rubygems/rubygems] Don't fail when `uninstall --all` with default gemDavid Rodríguez2019-09-051-8/+5
* [rubygems/rubygems] Use IAM role to extract security-credentials for EC2 inst...Alexander Pakulov2019-09-051-5/+13
* [rubygems/rubygems] Move empty check earlierDavid Rodríguez2019-09-051-3/+5
* Add Net::FTP#features and Net::FTP#optionShugo Maeda2019-09-021-0/+35
* Treat Japanese IME on/off code correctlyaycabta2019-09-021-22/+24
* IRB 1.1.0.pre.3aycabta2019-09-011-2/+2
* Reline 0.0.2aycabta2019-09-011-1/+1
* Re-calculate state variables of screen when screen size changesaycabta2019-09-011-0/+53
* Use double splat for keyword args by a hash object in lib/un.rbaycabta2019-08-311-9/+9
* Fix a couple of bundler issues with keyword argument separationJeremy Evans2019-08-301-1/+6
* Fix keyword argument separation issues in libJeremy Evans2019-08-3013-38/+38
* Revert "require 'pp' before use PP"Kazuhiro NISHIYAMA2019-08-301-1/+0
* Removed debug printNobuyoshi Nakada2019-08-301-10/+0
* Add guard as same as `==`Kazuhiro NISHIYAMA2019-08-301-0/+1
* lib/pp.rb: Use UnboundMethod#bind_call instead of .bind(obj).call(...)Yusuke Endoh2019-08-301-5/+5
* require 'pp' before use PPKazuhiro NISHIYAMA2019-08-302-1/+5
* Check events that console window size changed on Windowsaycabta2019-08-291-0/+17
* Fix alignment of a SHORT variableaycabta2019-08-291-1/+1
* CONSOLE_SCREEN_BUFFER_INFO is 22bytesaycabta2019-08-291-2/+2
* Add stub set_screen_size for other platformsaycabta2019-08-292-0/+6
* Support SIGWINCHaycabta2019-08-292-0/+10
* Remove jquery.js from file list of rdoc.gemspecaycabta2019-08-281-1/+1
* Adjusted indents and supplied last commasNobuyoshi Nakada2019-08-281-48/+70
* Remove debug print [ci skip]Kazuhiro NISHIYAMA2019-08-281-1/+0
* Remove jquery.jsaycabta2019-08-281-2/+0
* Version 6.2.0aycabta2019-08-281-1/+1
* Good bye jQueryaycabta2019-08-286-179/+92
* Remove duplicated delegationaycabta2019-08-271-1/+0
* Delegete an instance method to a class method correctlyaycabta2019-08-271-1/+1
* Save value to @ambiguous_width because of a accessoraycabta2019-08-271-3/+3
* The "private" doesn't make sence for class methods and a constantaycabta2019-08-271-2/+0
* Use preposing "private" to define methodsaycabta2019-08-271-6/+4
* Adjust method forwardings of Relineaycabta2019-08-271-13/+19
* Remove .freeze.manga_osyo2019-08-271-2/+2
* Fix `Reline::Windows`.manga_osyo2019-08-271-1/+1
* Refactoring Reline.manga_osyo2019-08-272-457/+317
* Remove test_mode in `lib/reline`.manga_osyo2019-08-271-7/+0
* Refactoring Reline accessor.manga_osyo2019-08-271-0/+133
* Handle binding.irb for frozen objects and BasicObjects using a delegateJeremy Evans2019-08-271-1/+30
* Move private call without arguments inside methodJeremy Evans2019-08-271-1/+1
* lib/webrick.rb: use require_relative for webrick/utils.rbYusuke Endoh2019-08-251-1/+1