aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/logger] Changes to datetime formattingBaron Bloomer2021-12-181-2/+3
* [rubygems/rubygems] Improve errors a bit moreDavid Rodríguez2021-12-171-1/+6
* [rubygems/rubygems] Share gem not found logic with transitive dependencies tooDavid Rodríguez2021-12-171-28/+30
* [rubygems/rubygems] Remove unnecessary line breakDavid Rodríguez2021-12-171-2/+1
* [rubygems/rubygems] Fix crash when no matching variants are found for the cur...David Rodríguez2021-12-171-1/+2
* [rubygems/rubygems] Improve error message if only platform doesn't matchDavid Rodríguez2021-12-171-2/+12
* [rubygems/rubygems] Improve resolver error messagesDavid Rodríguez2021-12-171-13/+1
* [rubygems/rubygems] Pass `:bimode` explicitly to `File.open`David Rodríguez2021-12-151-1/+1
* Merge RubyGems and Bundler masterHiroshi SHIBATA2021-12-156-43/+37
* [ruby/cgi] Extract CGI::Session#new_store_fileNobuyoshi Nakada2021-12-152-29/+45
* [ruby/securerandom] Use String#unpack1Nobuyoshi Nakada2021-12-141-1/+1
* [ruby/securerandom] Drop support for old ruby versionsNobuyoshi Nakada2021-12-141-1/+1
* [DOC] Fix a type [ci skip]Nobuyoshi Nakada2021-12-141-1/+1
* [ruby/reline] Remove unnecessary variables, lower_spaceaycabta2021-12-131-3/+2
* [DOC] Improve Random::Formatter description and exampleNobuyoshi Nakada2021-12-131-0/+2
* [DOC] Exclude Bundler only [ci skip]Nobuyoshi Nakada2021-12-132-26/+1
* [ruby/reline] Prefer wait_readable for fiber scheduler.Samuel Williams2021-12-112-2/+3
* [rubygems/rubygems] Add `github` and `ref` options to `bundle add`Vyacheslav Alexeev2021-12-115-4/+24
* [ruby/reline] @convert_meta is true unless 8-bit charactersima1zumi2021-12-101-0/+5
* [ruby/reline] Execute compress_meta_key if convert_meta is onima1zumi2021-12-101-0/+1
* [ruby/reline] unleash real pasting speedYO42021-12-101-16/+20
* [ruby/reline] unleash pasting speedYO42021-12-101-1/+1
* [ruby/reline] support input surrogate paird codepointYO42021-12-101-0/+21
* [ruby/reline] follow consolemode changeYO42021-12-101-1/+5
* [rubygems/rubygems] Properly fetch Gem#latest_spec_for with multiple sourcesKevin Logan2021-12-102-2/+2
* [rubygems/rubygems] Ignore dependencies not actually locked from frozen checkDavid Rodríguez2021-12-101-1/+6
* Prefer flat_mapNobuyoshi Nakada2021-12-101-2/+2
* [ruby/securerandom] Split Random::Formatter from SecureRandom [Feature #18190]Nobuyoshi Nakada2021-12-092-229/+219
* Fixed filename for Open3::VERSIONHiroshi SHIBATA2021-12-091-1/+1
* Adjust gemspec location of default gemsHiroshi SHIBATA2021-12-091-2/+4
* Removed JRuby specific helper for open3Hiroshi SHIBATA2021-12-091-127/+0
* [ruby/open3] Update to match JRuby 9.4Charles Oliver Nutter2021-12-092-5/+13
* [ruby/open3] Add JRuby's Windows (JDK non-native) Open3 supportCharles Oliver Nutter2021-12-094-6/+130
* [ruby/open-uri] gemspec: This gem exposes 0 executablesOlle Jonsson2021-12-091-2/+1
* [ruby/English] gemspec: Remove unused "executables" configurationOlle Jonsson2021-12-091-2/+0
* [ruby/rdoc] Resolve class and method of the same name correctlyaycabta2021-12-091-20/+28
* [ruby/ostruct] Bump version to 0.5.2Marc-André Lafortune2021-12-081-1/+1
* [ruby/ostruct] `Proc`'s self should be shareable.Koichi Sasada2021-12-081-2/+5
* [rubygems/rubygems] Remove unnecessary commentDavid Rodríguez2021-12-081-1/+0
* [rubygems/rubygems] Don't add custom github source to `bundle init` GemfileDavid Rodríguez2021-12-082-4/+0
* [rubygems/rubygems] Cancel deprecation of custom git sourcesDavid Rodríguez2021-12-081-27/+0
* [rubygems/rubygems] Add require parameter to `bundle add``Simon Fish2021-12-082-1/+9
* [rubygems/rubygems] Pass "--" to git commands to separate positional and opti...David Rodríguez2021-12-071-2/+2
* [ruby/ostruct] ostruct v0.5.1Marc-André Lafortune2021-12-061-1/+1
* [ruby/ostruct] Alias less methodsMarc-André Lafortune2021-12-061-1/+6
* [rubygems/rubygems] Don't cleanup paths from gems already activated from `$LO...David Rodríguez2021-12-071-3/+2
* [rubygems/rubygems] Feature: accept pull request URLs as github sourceJean Boussier2021-12-0627-28/+77
* [rubygems/rubygems] Allow using `Gem::Version` without loading the rest of ru...David Rodríguez2021-12-061-0/+9
* [rubygems/rubygems] Add --version parameter to bundle info command.Josef Šimánek2021-12-062-0/+6
* [rubygems/rubygems] add login & logout for the signin & signout commands resp...Colby Swandale2021-12-061-1/+3