summaryrefslogtreecommitdiff
path: root/test/rubygems
AgeCommit message (Collapse)Author
2024-07-30[rubygems/rubygems] Always leave default gem executables aroundDavid Rodríguez
https://github.com/rubygems/rubygems/commit/775c35e197
2024-07-29[rubygems/rubygems] Bump rb-sysdependabot[bot]
Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.98 to 0.9.99. - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.98...v0.9.99) --- updated-dependencies: - dependency-name: rb-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> https://github.com/rubygems/rubygems/commit/da7b71d188
2024-07-19[rubygems/rubygems] Fix line comment issue for mapalpha0x00
https://github.com/rubygems/rubygems/commit/7ca06e139b
2024-07-18[rubygems/rubygems] Fix unused variable warning when running RubyGems testsDavid Rodríguez
https://github.com/rubygems/rubygems/commit/155d8fd051
2024-07-18[rubygems/rubygems] Fix gemspec `require_paths` type validationDavid Rodríguez
It was not properly being detected as an Array attribute, and thus not properly validated. Fixing this allows us to remove a strange `rescue` clause in Bundler. https://github.com/rubygems/rubygems/commit/4121a32408
2024-07-18[rubygems/rubygems] Remove unnecessary Windows test skipDavid Rodríguez
https://github.com/rubygems/rubygems/commit/946180f5c1
2024-07-17[rubygems/rubygems] Applied rubocopHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/c26054e7e9
2024-07-17To avoid fd leak with fetch request for SSL serverHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11171
2024-07-17Close leaked TCPServer socketHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11171
2024-07-17Close leaked SSLServer socketHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11171
2024-07-15[rubygems/rubygems] Bump rb-sysdependabot[bot]
Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.97 to 0.9.98. - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.97...v0.9.98) --- updated-dependencies: - dependency-name: rb-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> https://github.com/rubygems/rubygems/commit/291a5ad53c
2024-07-11[rubygems/rubygems] fix s3 source configuration issueDmitriy Ivliev
https://github.com/rubygems/rubygems/commit/356726bd1a
2024-07-09[rubygems/rubygems] Bump rb-sysdependabot[bot]
Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.97 to 0.9.98. - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.97...v0.9.98) --- updated-dependencies: - dependency-name: rb-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> https://github.com/rubygems/rubygems/commit/d2846130bc
2024-07-09[rubygems/rubygems] Suppress SSLError warning because it's only for debugging.Hiroshi SHIBATA
http://ci.rvm.jp/logfiles/brlog.trunk.20240709-010435#L1554 https://github.com/rubygems/rubygems/commit/a1a46f413b
2024-07-05[rubygems/rubygems] Restrict generic `arm` to only match 32-bit armなつき
https://github.com/rubygems/rubygems/commit/14c4c16e96
2024-07-05[rubygems/rubygems] Use preferred add_dependency instead of ↵Jerome Dalbert
add_runtime_dependency https://github.com/rubygems/rubygems/commit/9a08043858
2024-07-04[rubygems/rubygems] Handle OpenSSL::SSL::SSLError in local https serverHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/ccbbe84d77
2024-07-04[rubygems/rubygems] Align code styles with rubocop and others.Hiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/c31a1592ee
2024-07-04[rubygems/rubygems] Correctly handling fetcher leakHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/c538558522
2024-07-04[rubygems/rubygems] Removed needless variableHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/29f71ee6d2
2024-07-04[rubygems/rubygems] YAML is always enabledHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/c755bcde62
2024-07-04[rubygems/rubygems] Removed unused gzip codeHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/ee45ebb5c3
2024-07-04[rubygems/rubygems] Rewrite WEBrick server with TCPServer and ProxyHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/3ae4358024
2024-07-04[rubygems/rubygems] Rewrite WEBrick server with TCPServer and ↵Hiroshi SHIBATA
OpenSSL::SSL::SSLServer https://github.com/rubygems/rubygems/commit/21319eccac
2024-07-04[rubygems/rubygems] Cleanup needless code from HTTP/HTTPS testsHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/69bd962b56
2024-07-04[rubygems/rubygems] Split HTTP tests and HTTPS testsHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/43f98b787b
2024-07-04[rubygems/rubygems] Extract tests with local HTTP/HTTPS server from ↵Hiroshi SHIBATA
TestGemRemoteFetcher https://github.com/rubygems/rubygems/commit/52db9fd501
2024-07-04[rubygems/rubygems] Extract tests with S3 resources from TestGemRemoteFetcherHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/d3ee8d2d3b
2024-06-26[rubygems/rubygems] Don't print warning about nil versions being discouraged ↵David Rodríguez
during tests https://github.com/rubygems/rubygems/commit/39a47c264e
2024-06-25[rubygems/rubygems] Add Specification#validate_for_resolutionThomas Marshall
This method validates only what is required for resolution, skipping any irrelevant metadata validation. This will be used by Bundler instead of doing a full validation, allowing gem authors to use `bundle` commands immediately in newly created gems without first having to fix invalid metafata fields in the default gemspec. https://github.com/rubygems/rubygems/commit/da7704cfc0
2024-06-20[rubygems/rubygems] Add a regression test for previous `bundler update ↵David Rodríguez
--bundler` fix https://github.com/rubygems/rubygems/commit/c392593dc3
2024-06-20[rubygems/rubygems] Check if failed with the expected errorNobuyoshi Nakada
https://github.com/rubygems/rubygems/commit/3f22e9df8d
2024-06-20[rubygems/rubygems] Revert "Workaround for TruffleRuby that set `nil` to ↵Nobuyoshi Nakada
LIBRUBY_RELATIVE" This reverts commit https://github.com/rubygems/rubygems/commit/06fd39997348, for a bug that is fixed by https://github.com/rubygems/rubygems/commit/0148cce153a5. https://github.com/rubygems/rubygems/commit/907e51e521
2024-06-19[rubygems/rubygems] Do not set previously unset valueNobuyoshi Nakada
https://github.com/rubygems/rubygems/commit/0148cce153
2024-06-19[rubygems/rubygems] Workaround for TruffleRuby that set `nil` to ↵Nobuyoshi Nakada
LIBRUBY_RELATIVE https://github.com/rubygems/rubygems/commit/06fd399973
2024-06-19[rubygems/rubygems] Dump `RbConfig` elements to escape special charactersNobuyoshi Nakada
Naively embed strings do not work if special characters (newline, backslahes and so on) are contained. https://github.com/rubygems/rubygems/commit/ac2c4c4af1
2024-06-18[rubygems/rubygems] Delete extra spaces left after rubocop autofixAlexey Schepin
https://github.com/rubygems/rubygems/commit/a552732bed
2024-06-18[rubygems/rubygems] Disable `install_extension_in_lib` when cross-compilingYuta Saito
https://github.com/rubygems/rubygems/commit/643e154f32
2024-06-18[rubygems/rubygems] Add `--target-rbconfig` option to `gem install` and `gem ↵Yuta Saito
update` commands This patch adds `--target-rbconfig` option to specify the rbconfig.rb file for the deployment target platform. This is useful when cross-compiling gems. At the moment, this option is only available for `extconf.rb`-based extensions. https://github.com/rubygems/rubygems/commit/cf2843f7a2
2024-06-14[rubygems/rubygems] Never remove executables that may belong to a default gemDavid Rodríguez
https://github.com/rubygems/rubygems/commit/ed585f2fca
2024-06-14[rubygems/rubygems] Reuse `write_file` helperDavid Rodríguez
https://github.com/rubygems/rubygems/commit/339f099870
2024-06-13[rubygems/rubygems] Fix default gem priority when sorting specsDavid Rodríguez
https://github.com/rubygems/rubygems/commit/8dbe1dbdc7 Co-authored-by: MSP-Greg <Greg.mpls@gmail.com>
2024-06-01Sychronize with rubygems/rubygems repoDavid Rodríguez
2024-05-31[rubygems/rubygems] Fix `gem uninstall` warning when two versions of psych ↵David Rodriguez
installed https://github.com/rubygems/rubygems/commit/1b5644b666
2024-05-31[rubygems/rubygems] Extract a `spec` variableDavid Rodríguez
It's consistent with the previous test and makes print debugging easier. https://github.com/rubygems/rubygems/commit/d7f424df16
2024-05-31[rubygems/rubygems] Improve spec about `rubygems-update` in non default pathDavid Rodríguez
Make it not also install the gem in the default GEM_HOME. https://github.com/rubygems/rubygems/commit/22de9a810a
2024-05-31[rubygems/rubygems] Remove unnecessary resetDavid Rodríguez
https://github.com/rubygems/rubygems/commit/33328e54fd
2024-05-30Revert "[rubygems/rubygems] Fix `gem pristine` sometimes failing to pristine ↵Hiroshi SHIBATA
user installed gems" This reverts commit a3edc4abc574b04bcacfae2af188cce7d27bfcf1. That commit caused test failure with Windows platform. * https://github.com/ruby/ruby/actions/runs/9289018414/job/25561871390 * https://github.com/ruby/ruby/actions/runs/9289018425/job/25561873060
2024-05-29[rubygems/rubygems] Fix `gem pristine` sometimes failing to pristine user ↵David Rodriguez
installed gems https://github.com/rubygems/rubygems/commit/0eb6ed8f86
2024-05-20[rubygems/rubygems] Should rescue vendored net-http exceptionNobuyoshi Nakada
https://github.com/rubygems/rubygems/commit/7d2c4cf364