summaryrefslogtreecommitdiff
path: root/lib/rubygems
AgeCommit message (Expand)Author
2022-02-07[rubygems/rubygems] Fix missing rdoc for Gem::Versionnicholas a. evans
2022-02-01[rubygems/rubygems] Remove encoding pragma from specification.rbJosef Šimánek
2022-01-25[rubygems/rubygems] Forbid downgrading past the originally shipped version on...David Rodríguez
2022-01-20[rubygems/rubygems] Rename `Gem.open_with_flock` to `Gem.open_file`David Rodríguez
2022-01-19[rubygems/rubygems] Don't pass regexp to `Gem::Dependency.new` during `gem de...David Rodríguez
2022-01-19[rubygems/rubygems] Remove dead methodDavid Rodríguez
2022-01-19[rubygems/rubygems] Don't pass regexp to `Gem::Dependeny.new` from list, sear...David Rodríguez
2022-01-19[rubygems/rubygems] Simplify argument processing logic in `gem list` & `gem s...David Rodríguez
2022-01-19Merge rubygems/rubygems HEAD.Hiroshi SHIBATA
2022-01-19[rubygems/rubygems] Normalize end alignment style with BundlerDavid Rodríguez
2022-01-15[rubygems/rubygems] Fix `gem update --system` for already installed version ...loadkpi
2022-01-15[rubygems/rubygems] Support binstubs with `--enable-load-relative` prologDavid Rodríguez
2022-01-15[rubygems/rubygems] Extract a bit of common logic to methodsDavid Rodríguez
2022-01-15[rubygems/rubygems] Fix method documentation to be more correct EnglishDavid Rodríguez
2022-01-13[rubygems/rubygems] Let Version#spaceship accept a StringAkira Matsuda
2022-01-11[rubygems/rubygems] Markup code with RDoc notationsNobuyoshi Nakada
2022-01-06[rubygems/rubygems] Fix suggestions flagximenasandoval
2022-01-06[rubygems/rubygems] Let fetch understand gem:version syntaxximenasandoval
2022-01-06[rubygems/rubygems] Fix `gem install <non-existent-gem> --force` crashDavid Rodríguez
2022-01-05[rubygems/rubygems] Fix race conditon on JRubyDavid Rodríguez
2021-12-27[rubygems/rubygems] Don't crash when updating to an unsupported `rubygems-upd...David Rodríguez
2021-12-27[rubygems/rubygems] Don't redownload `rubygems-update` package if already thereDavid Rodríguez
2021-12-27[rubygems/rubygems] Make SpecificationPolicy autoload constantMasataka Pocke Kuwabara
2021-12-24Merge RubyGems-3.3.2 and Bundler-2.3.2Hiroshi SHIBATA
2021-12-23Merge RubyGems-3.3.1 and Bundler-2.3.1Hiroshi SHIBATA
2021-12-20[rubygems/rubygems] Add support in binstubs for trampolining bundlerDavid Rodríguez
2021-12-15Merge RubyGems and Bundler masterHiroshi SHIBATA
2021-12-10[rubygems/rubygems] Properly fetch Gem#latest_spec_for with multiple sourcesKevin Logan
2021-12-06[rubygems/rubygems] Allow using `Gem::Version` without loading the rest of ru...David Rodríguez
2021-12-06[rubygems/rubygems] add login & logout for the signin & signout commands resp...Colby Swandale
2021-12-05[rubygems/rubygems] Don't write outside of destdir when regenerating pluginsDavid Rodríguez
2021-12-05[rubygems/rubygems] Don't write outside of destdir when installing default bu...David Rodríguez
2021-12-05[rubygems/rubygems] Fold a line that got out of handDavid Rodríguez
2021-12-05[rubygems/rubygems] Fix binstubs and plugins regeneration with `--destdir` is...David Rodríguez
2021-12-03[rubygems/rubygems] Move required_ruby_version gemspec attribute to recommend...Josef Šimánek
2021-12-02[rubygems/rubygems] Provide distinguished name which will be correctly parsed.Vít Ondruch
2021-11-30[rubygems/rubygems] Fix race condition when reading & writing gemspecs concur...David Rodríguez
2021-11-30[rubygems/rubygems] Revert "Remove spec file before building"David Rodríguez
2021-11-29[rubygems/rubygems] Deprecate typo nameNobuyoshi Nakada
2021-11-19Do not document vendored files [ci skip]Nobuyoshi Nakada
2021-11-18[rubygems/rubygems] Protect specs access at a finer levelDavid Rodríguez
2021-11-18[rubygems/rubygems] Stop using a constant for something not constantDavid Rodríguez
2021-11-18[rubygems/rubygems] Extract a helper method to reset specsDavid Rodríguez
2021-11-18[rubygems/rubygems] Make clearing loaded spec cache really privateDavid Rodríguez
2021-11-18[rubygems/rubygems] We can now use standard memoizationDavid Rodríguez
2021-11-18[rubygems/rubygems] Easier preservation of activated specsDavid Rodríguez
2021-11-18[rubygems/rubygems] Set `@@all` variable at class definition timeDavid Rodríguez
2021-11-16Merge the master branch of rubygems repoHiroshi SHIBATA
2021-11-06[rubygems/rubygems] GNU Make needs DESTDIR on Windows environment like msys o...Hiroshi SHIBATA
2021-11-05[rubygems/rubygems] Fix `ruby setup.rb` command when `--prefix` is passedDavid Rodríguez