aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed broken `bundle gem` command.hsbt2017-10-053-2/+2
* Fixed invalid gemspec.hsbt2017-10-051-1/+1
* Followed up [ruby-core:83093]. Update gemspec attributes.hsbt2017-10-051-1/+9
* Use unpack1 instead of unpack and `[0]`kazu2017-09-291-1/+1
* Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse2017-09-281-3/+8
* URI::Generic: Separate no_proxy handlingnaruse2017-09-281-16/+20
* Fix exception class [ci skip]kazu2017-09-271-1/+2
* Make retries for Net::HTTP configurable [Feature #10674]naruse2017-09-261-1/+17
* erb.rb: drop unreachable methodk0kubun2017-09-261-4/+0
* HTTPHeader#add_field should allow binary [Bug #13926]naruse2017-09-251-2/+2
* Removed ubygems.rb. rubygems.rb is always loaded now.hsbt2017-09-241-11/+0
* Integrate LICENSE file of rubygems to LEGAL.hsbt2017-09-231-54/+0
* Prefer adapting specs to complicating library codeeregon2017-09-201-7/+1
* Adapt tools to follow spec/rubyspec => spec/ruby renameeregon2017-09-201-1/+1
* Add MonitorMinx#mon_locked? and #mon_owned? to check states of objectsshugo2017-09-201-0/+14
* Alias Set#=== to #include?knu2017-09-191-0/+17
* webrick: handle EAGAIN/EWOULDBLOCK on proxy connectionsnormal2017-09-191-4/+4
* Define the MIME type for JSON in WEBrick::HTTPUtils::DefaultMimeTypes.hsbt2017-09-191-0/+1
* fileutils.rb: error at rmdirnobu2017-09-161-4/+4
* To use github url for gemspec.hsbt2017-09-151-1/+1
* Find.find -> Use Dir.children instead of Dir.entriesnaruse2017-09-151-2/+1
* include query parameters in Net::HTTP.postnaruse2017-09-151-1/+1
* lib/webrick/log.rb: sanitize any type of logsmame2017-09-142-6/+2
* Update gemspec for gem released versions.hsbt2017-09-142-26/+41
* remove an unused variable (sometimes it fails test).ko12017-09-141-1/+0
* Removed needless magic-comment for encodings.hsbt2017-09-132-2/+0
* Fixup r59856. Added workaround for JRuby.hsbt2017-09-131-2/+8
* Added executable to bundler template.hsbt2017-09-131-0/+0
* Partly reverted r59845.hsbt2017-09-121-2/+2
* Fix problem when open in emacs [ci skip]kazu2017-09-121-2/+2
* Merge csv-0.1.0 from upstream.hsbt2017-09-122-15/+17
* Fixed install error with rdoc.gemspechsbt2017-09-121-1/+7
* * remove trailing spaces.svn2017-09-123-109/+109
* Merge rdoc-6.0.0.beta2 from upstream.hsbt2017-09-1215-2031/+1220
* lib/securerandom.rb: test one byte to determine urandom or opensslmame2017-09-111-5/+1
* Remove commented out code of URI::HTTP.new.hsbt2017-09-111-24/+0
* Remove commented out code of SecureRandom.random_number.hsbt2017-09-111-47/+0
* Merge bundler to standard libraries.hsbt2017-09-08202-0/+24899
* update Ruby to Unicode 10.0.0duerst2017-09-061-77/+80
* getoptlong.rb: multiline regexpsnobu2017-09-021-10/+10
* to_str -> to_sko12017-08-301-1/+1
* A HTTP Header value must not contain CR or LF.naruse2017-08-301-2/+30
* * remove trailing spaces.svn2017-08-293-109/+109
* Merge rdoc-6.0.0.beta1.hsbt2017-08-2917-313/+456
* Partly reverted r59642. Because IO#close is idempotent since Ruby 2.3.hsbt2017-08-291-1/+1
* resolv.rb: remove unnecessary require statementglass2017-08-291-1/+0
* Merge rubygems-2.6.13.hsbt2017-08-286-7/+36
* lib/csv.rb: refactor and optimize. This changeglass2017-08-281-23/+24
* lib/net/imap.rb: Accept continuation requests without response textshugo2017-08-271-3/+8
* `$IGNORECASE` is no longer effective. [ci skip]kazu2017-08-251-3/+1