summaryrefslogtreecommitdiff
path: root/lib/rubygems
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] I don't think this is necessaryDavid Rodríguez2022-04-161-2/+0
* [rubygems/rubygems] Use `ask_yes_no`Ashley Ellis Pierce2022-04-061-4/+4
* [rubygems/rubygems] Extract default_host methodAshley Ellis Pierce2022-04-061-3/+8
* [rubygems/rubygems] Use YAMLAshley Ellis Pierce2022-04-061-3/+3
* [rubygems/rubygems] Accomodate gem hosts without profile/me endpointAshley Ellis Pierce2022-04-061-0/+2
* [rubygems/rubygems] Update endpointAshley Ellis Pierce2022-04-061-1/+1
* [rubygems/rubygems] Remove whitespaceAshley Ellis Pierce2022-04-061-1/+0
* [rubygems/rubygems] Make changes <2.6 compatibleAshley Ellis Pierce2022-04-061-1/+3
* [rubygems/rubygems] Make mfa the defaultAshley Ellis Pierce2022-04-061-2/+2
* [rubygems/rubygems] Correct mfa level nameAshley Ellis Pierce2022-04-061-3/+1
* [rubygems/rubygems] Enable mfa on specific keys during gem signinAshley Ellis Pierce2022-04-061-1/+24
* [rubygems/rubygems] [DOC] Enable Gem::Package exampleNobuyoshi Nakada2022-03-151-5/+6
* [rubygems/rubygems] Move `:stopdoc:` directiveNobuyoshi Nakada2022-03-151-2/+4
* [rubygems/rubygems] Fix missing rdoc for Gem::Versionnicholas a. evans2022-02-071-2/+3
* [rubygems/rubygems] Remove encoding pragma from specification.rbJosef Šimánek2022-02-011-1/+1
* [rubygems/rubygems] Forbid downgrading past the originally shipped version on...David Rodríguez2022-01-251-1/+3
* [rubygems/rubygems] Rename `Gem.open_with_flock` to `Gem.open_file`David Rodríguez2022-01-202-2/+2
* [rubygems/rubygems] Don't pass regexp to `Gem::Dependency.new` during `gem de...David Rodríguez2022-01-191-22/+20
* [rubygems/rubygems] Remove dead methodDavid Rodríguez2022-01-191-8/+0
* [rubygems/rubygems] Don't pass regexp to `Gem::Dependeny.new` from list, sear...David Rodríguez2022-01-194-12/+10
* [rubygems/rubygems] Simplify argument processing logic in `gem list` & `gem s...David Rodríguez2022-01-191-4/+4
* Merge rubygems/rubygems HEAD.Hiroshi SHIBATA2022-01-196-14/+14
* [rubygems/rubygems] Normalize end alignment style with BundlerDavid Rodríguez2022-01-1928-286/+286
* [rubygems/rubygems] Fix `gem update --system` for already installed version ...loadkpi2022-01-151-1/+1
* [rubygems/rubygems] Support binstubs with `--enable-load-relative` prologDavid Rodríguez2022-01-151-8/+40
* [rubygems/rubygems] Extract a bit of common logic to methodsDavid Rodríguez2022-01-151-3/+10
* [rubygems/rubygems] Fix method documentation to be more correct EnglishDavid Rodríguez2022-01-151-2/+2
* [rubygems/rubygems] Let Version#spaceship accept a StringAkira Matsuda2022-01-131-1/+3
* [rubygems/rubygems] Markup code with RDoc notationsNobuyoshi Nakada2022-01-111-2/+2
* [rubygems/rubygems] Fix suggestions flagximenasandoval2022-01-061-4/+9
* [rubygems/rubygems] Let fetch understand gem:version syntaxximenasandoval2022-01-061-7/+21
* [rubygems/rubygems] Fix `gem install <non-existent-gem> --force` crashDavid Rodríguez2022-01-061-9/+9
* [rubygems/rubygems] Fix race conditon on JRubyDavid Rodríguez2022-01-051-3/+0
* [rubygems/rubygems] Don't crash when updating to an unsupported `rubygems-upd...David Rodríguez2021-12-271-1/+3
* [rubygems/rubygems] Don't redownload `rubygems-update` package if already thereDavid Rodríguez2021-12-271-2/+1
* [rubygems/rubygems] Make SpecificationPolicy autoload constantMasataka Pocke Kuwabara2021-12-271-1/+0
* Merge RubyGems-3.3.2 and Bundler-2.3.2Hiroshi SHIBATA2021-12-243-5/+9
* Merge RubyGems-3.3.1 and Bundler-2.3.1Hiroshi SHIBATA2021-12-236-61/+28
* [rubygems/rubygems] Add support in binstubs for trampolining bundlerDavid Rodríguez2021-12-201-1/+11
* Merge RubyGems and Bundler masterHiroshi SHIBATA2021-12-154-21/+12
* [rubygems/rubygems] Properly fetch Gem#latest_spec_for with multiple sourcesKevin Logan2021-12-101-1/+1
* [rubygems/rubygems] Allow using `Gem::Version` without loading the rest of ru...David Rodríguez2021-12-061-0/+9
* [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] Move required_ruby_version gemspec attribute to recommend...Josef Šimánek2021-12-031-5/+9
* [rubygems/rubygems] Provide distinguished name which will be correctly parsed.Vít Ondruch2021-12-021-3/+4
* [rubygems/rubygems] Fix race condition when reading & writing gemspecs concur...David Rodríguez2021-11-301-9/+3