summaryrefslogtreecommitdiff
path: root/test/rubygems
AgeCommit message (Expand)Author
2021-12-02[rubygems/rubygems] Provide distinguished name which will be correctly parsed.Vít Ondruch
2021-12-01Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbdHiroshi SHIBATA
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-30[rubygems/rubygems] Run hooks tests on gemspecs not already installedDavid Rodríguez
2021-11-18[rubygems/rubygems] `Gem::Specification.reset` already clears loaded spec cacheDavid Rodríguez
2021-11-16Merge the master branch of rubygems repoHiroshi SHIBATA
2021-11-09[rubygems/rubygems] Remove more unused stuff from make command parsingDavid Rodríguez
2021-11-09[rubygems/rubygems] This method is never passed a blockDavid Rodríguez
2021-11-09[rubygems/rubygems] Fix assert_contains_make_command on make defined by envir...Jun Aruga
2021-11-09[rubygems/rubygems] Improve error message when make command doesn't matchDavid Rodríguez
2021-11-05[rubygems/rubygems] Fix `ruby setup.rb` command when `--prefix` is passedDavid Rodríguez
2021-11-05[rubygems/rubygems] Bin dir should fall inside destdirDavid Rodríguez
2021-11-05[rubygems/rubygems] Remove unnecessary test setupDavid Rodríguez
2021-11-05[rubygems/rubygems] Simplify `--destdir` testDavid Rodríguez
2021-11-05[rubygems/rubygems] Refactor setup tests to not always pass `--prefix`David Rodríguez
2021-11-05[rubygems/rubygems] Don't apply `--destdir` twice when running `setup.rb`Alyssa Ross
2021-11-04[rubygems/rubygems] Fix typosNobuyoshi Nakada
2021-11-03[rubygems/rubygems] Fix `gem install` vs `gem fetch` inconsistencyDavid Rodríguez
2021-11-02[rubygems/rubygems] Use OpenSSL constants for error codes.Vít Ondruch
2021-11-02Allow custom LicenseRefCarlos Palhares
2021-11-02Remove SimpleCov at all.Josef Šimánek
2021-11-02Removed the related code of `gem server`Hiroshi SHIBATA
2021-10-26[rubygems/rubygems] Add support to build and sign certificates with multiple ...Jenny Shen
2021-10-25[rubygems/rubygems] Avoid loading the `digest` gem unnecessarilyDavid Rodriguez
2021-10-14[rubygems/rubygems] Remove save_loaded_featuresNobuyoshi Nakada
2021-10-14[rubygems/rubygems] Keep loaded featuresNobuyoshi Nakada
2021-10-10[ruby/rubygems] Check safety of packaged symlinksDavid Rodríguez
2021-10-10[ruby/rubygems] Explicit check file not created outside of destinationDavid Rodríguez
2021-10-10[ruby/rubygems] Refactor symlink attack specsDavid Rodríguez
2021-10-09[rubygems/rubygems] Improve performance of Specification#missing_extensions?Masataka Pocke Kuwabara
2021-09-28[rubygems/rubygems] Only disallow FIXME/TODO for first word of gemspec descri...Ellen Marie Dash
2021-09-24[rubygems/rubygems] Use pend instead of skip in the absence of git in test he...Lucas Kanashiro
2021-09-24[rubygems/rubygems] Fix error message building changing password of sourcehuangduirong
2021-09-22[rubygems/rubygems] Fix bug where redacted credentials are sent to serverJonathan
2021-09-22[rubygems/rubygems] Update gem request tests to pass a Gem::Uri into the Gem:...Jonathan
2021-09-22[rubygems/rubygems] Only check if descriptions *start with* FIXME/TODOEllen Marie Dash
2021-09-20MINGW-UCRT: Set CONFIG['arch'] and RUBY_PLATFORM to "x64-mingw-ucrt"Lars Kanis
2021-08-31[rubygems/rubygems] Merge `Gem::UriParser` and `Gem::PrintableUri` into a `Ge...David Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary testsDaniel Niknam
2021-08-31[rubygems/rubygems] Remove @credential_redacted instance variableDaniel Niknam
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError.build` back to i...Daniel Niknam
2021-08-31[rubygems/rubygems] Remove defensive guardsDaniel Niknam
2021-08-31[rubygems/rubygems] Rename `Gem::PrintableUri#parsed_uri?` to `Gem::Printable...Daniel Niknam
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError` initializer to ...Daniel Niknam
2021-08-31[rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Request` classDaniel Niknam
2021-08-31[rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Commands::InstallComma...Daniel Niknam
2021-08-31[rubygems/rubygems] Introduce `Gem::PrintableUri` that would redact URIs to b...Daniel Niknam
2021-08-31[rubygems/rubygems] Add a few tests for `Gem::UriParser.parse_uri`Daniel Niknam
2021-08-31[rubygems/rubygems] Pick the last founded gems when fetching metadataDaniel Niknam