summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Fix `gem install` vs `gem fetch` inconsistencyDavid Rodríguez2021-11-031-1/+1
* Update licenses= documentationCarlos Palhares2021-11-021-5/+9
* Allow custom LicenseRefCarlos Palhares2021-11-021-0/+2
* Removed the related code of `gem server`Hiroshi SHIBATA2021-11-022-959/+14
* [rubygems/rubygems] Leave ":" after MANPATH when not setDavid Rodríguez2021-11-021-1/+1
* [rubygems/rubygems] Memoize materialized specs when requiring `bundler/setup`David Rodríguez2021-11-011-4/+5
* add missing http response code in doc1809092021-10-301-0/+8
* [rubygems/rubygems] Better error when installing a git lockfile and git not p...David Rodríguez2021-10-301-2/+5
* [rubygems/rubygems] Vendor tsort into rubygemsFrederik Dudzik2021-10-295-6/+463
* Support gemification of tsortFrederik Dudzik2021-10-294-3/+460
* [rubygems/rubygems] Only delete cached gem when it's corruptedDavid Rodríguez2021-10-291-1/+1
* [rubygems/rubygems] Don't warn when a lockfile is locked to a dev versionDavid Rodríguez2021-10-271-0/+1
* [ruby/error_highlight] Make the formatter mechanism support RactorYusuke Endoh2021-10-271-5/+3
* [rubygems/rubygems] Add support to build and sign certificates with multiple ...Jenny Shen2021-10-264-28/+70
* [rubygems/rubygems] Fix Bundler::Digest#sha1 on big-endian systemsJean Boussier2021-10-261-1/+1
* [rubygems/rubygems] Avoid loading the `digest` gem unnecessarilyDavid Rodriguez2021-10-252-4/+3
* [rubygems/rubygems] Remove comment that seems no longer accurateDavid Rodriguez2021-10-251-1/+1
* Unify issue template and ISSUES.md documentDavid Rodriguez2021-10-252-33/+9
* [rubygems/rubygems] Show proper error when previous installation of gem can't...David Rodriguez2021-10-252-2/+17
* [rubygems/rubygems] Show a proper error if gem path is not writableDavid Rodriguez2021-10-252-3/+17
* [rubygems/rubygems] Improve readability by splitting updating the cache and s...David Rodriguez2021-10-251-1/+4
* [rubygems/rubygems] Manage global gem cache directlyDavid Rodriguez2021-10-252-41/+21
* [rubygems/rubygems] Cached gem path resolution should consider default gemsDavid Rodriguez2021-10-251-9/+6
* [rubygems/rubygems] Simplify gem downloading inside bundlerDavid Rodriguez2021-10-252-13/+22
* [rubygems/rubygems] Raise original exceptionDavid Rodriguez2021-10-251-2/+2
* [rubygems/rubygems] Add missing requiresDavid Rodriguez2021-10-251-0/+2
* [rubygems/rubygems] Use `Gem::Specification#file_name` consistentlyDavid Rodriguez2021-10-251-4/+4
* [rubygems/rubygems] Extract a `default_cache_path` helperDavid Rodriguez2021-10-251-2/+6
* [rubygems/rubygems] Small refactorDavid Rodriguez2021-10-251-7/+8
* [rubygems/rubygems] Vendor a pure ruby implementation of SHA1Jean Boussier2021-10-254-2/+76
* [rubygems/rubygems] Simplify and remove some unused codeDaniel Colson2021-10-252-22/+1
* [ruby/csv] Add support for Ractor (https://github.com/ruby/csv/pull/218)rm1552021-10-243-6/+28
* [ruby/csv] Use test-unit gem instead of test-framework of ruby repoSutou Kouhei2021-10-241-0/+1
* [ruby/csv] CSV(): Add support for Ruby 3 (https://github.com/ruby/csv/pull/215)Anthony Hernandez2021-10-241-2/+7
* [ruby/csv] CI: Stop coverage mesurementKenta Murata2021-10-241-1/+0
* [ruby/csv] Use "\n" for the default row separator on Ruby 3.0 or laterSutou Kouhei2021-10-244-7/+40
* [ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman2021-10-241-4/+4
* [ruby/csv] Resolve CSV::Converters and HeaderConverters lazySutou Kouhei2021-10-242-4/+8
* [ruby/csv] doc: Match text to the struct name (https://github.com/ruby/csv/pu...Vince2021-10-241-1/+1
* [ruby/csv] Bump versionSutou Kouhei2021-10-241-1/+1
* Sync did_you_meanYuki Nishijima2021-10-221-1/+1
* Sync did_you_mean againYuki Nishijima2021-10-227-96/+82
* Revert "Sync did_you_mean"Yuki Nishijima2021-10-227-83/+96
* Sync did_you_meanYuki Nishijima2021-10-227-96/+83
* [ruby/mutex_m] Make VERSION shareablerm1552021-10-221-0/+1
* [ruby/uri] URI#HTTP#origin and URI#HTTP#authority (https://github.com/ruby/ur...Tiago2021-10-221-0/+39
* [ruby/delegate] gemspec: Drop unused executables directivesOlle Jonsson2021-10-221-2/+0
* [rubygems/rubygems] Re-enable `default_ignores` option for standard Justin Searls2021-10-221-2/+0
* [ruby/prettyprint] Bump up prettyprint version to 0.1.1Hiroshi SHIBATA2021-10-211-1/+1
* [ruby/pp] Bump up pp version to 0.2.1Hiroshi SHIBATA2021-10-211-1/+1