summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* [rubygems/rubygems] Don't write outside of destdir when regenerating pluginsDavid Rodríguez2021-12-052-2/+9
* [rubygems/rubygems] Don't write outside of destdir when installing default bu...David Rodríguez2021-12-051-0/+1
* [rubygems/rubygems] Fold a line that got out of handDavid Rodríguez2021-12-051-2/+9
* [rubygems/rubygems] Fix binstubs and plugins regeneration with `--destdir` is...David Rodríguez2021-12-051-4/+6
* [rubygems/rubygems] Let original EACCES error be raisedDavid Rodríguez2021-12-041-5/+0
* [rubygems/rubygems] Don't unnecessarily loop twice through dependenciesDavid Rodríguez2021-12-031-4/+2
* [rubygems/rubygems] Improve source gemfile/lockfile equivalence checksDavid Rodríguez2021-12-031-20/+10
* [rubygems/rubygems] Improve sources representationDavid Rodríguez2021-12-037-16/+21
* [rubygems/rubygems] Don't overwrite locked dependency sources too earlyDavid Rodríguez2021-12-031-1/+1
* [rubygems/rubygems] Fix incorrect order in changed sources messageDavid Rodríguez2021-12-031-1/+1