summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2025-06-05[rubygems/rubygems] Compare major version onlyDavid Rodríguez
2025-06-05[rubygems/rubygems] Remove dead spec helpersDavid Rodríguez
2025-06-05[rubygems/rubygems] Reduce duplication a bitDavid Rodríguez
2025-06-05[rubygems/rubygems] Deprecate x64-mingw32 legacy Windows platform in favor of...Nicholas La Roux
2025-06-05[rubygems/rubygems] Reset variables that can cause specs to fail if setDavid Rodríguez
2025-06-04Mark as NORETURNNobuyoshi Nakada
2025-06-03Remove hardcoded version of rake from Bundler testsDavid Rodríguez
2025-06-03[rubygems/rubygems] Follow coding styleTangRufus
2025-06-03[rubygems/rubygems] Test `bin/` is included in the ignore listTangRufus
2025-06-03[rubygems/rubygems] Only ignore `.gitignore` when generating gems with gitTangRufus
2025-06-03[rubygems/rubygems] Ignore `Gemfile`, `gems.rb` & `gems.locked` according to ...TangRufus
2025-06-03[rubygems/rubygems] Extract `ignore_paths` helper methodTangRufus
2025-06-03[rubygems/rubygems] Only ignore `test/` when generating gems with `minitest` ...TangRufus
2025-06-03[rubygems/rubygems] Test it does not add any CI config files into ignore list...TangRufus
2025-06-03[rubygems/rubygems] Extract `before` blocksTangRufus
2025-06-03[rubygems/rubygems] Suffix `.circleci` with `/` in `spec.files` in the `.gems...TangRufus
2025-06-03[rubygems/rubygems] Suffix `.github` with `/` in `spec.files` in the `.gemspe...TangRufus
2025-06-03[rubygems/rubygems] Exclude `.rspec` from `spec.files` in the `.gemspec` temp...TangRufus
2025-06-03[rubygems/rubygems] Exclude `.rubocop.yml` and `.standard.yml` from `spec.fil...TangRufus
2025-06-03[rubygems/rubygems] Refactor `spec.files` ignore list generationTangRufus
2025-06-03[rubygems/rubygems] Fix English grammarTangRufus
2025-06-03[rubygems/rubygems] Moved the REMEMBERING OPTIONS section to be after CONFIGU...Matthew Hively
2025-06-03[rubygems/rubygems] Remove unnecessary duplicate x64-mingw-ucrt entryNicholas La Roux
2025-06-03[rubygems/rubygems] Partially phase out x64-mingw32 in favour of x64-mingw-uc...Nicholas La Roux
2025-06-02Update to ruby/spec@4d2fc4dAndrew Konchin
2025-06-02Handle test failure of mock objectHiroshi SHIBATA
2025-06-01Skip birthtime failures on old linuxNobuyoshi Nakada
2025-05-31Update rake version in bundler testsNobuyoshi Nakada
2025-05-31Update rake version in lock filesNobuyoshi Nakada
2025-05-31Update bundled gems list as of 2025-05-31git
2025-05-31Bump bundled bigdecimal to 3.2.1 (#13482)tomoya ishida
2025-05-31rake 13.3.0 -> 13.2.1Koichi Sasada
2025-05-30Update bundled gems list as of 2025-05-30git
2025-05-31skip tests for BigDecimal 3.2.0Koichi Sasada
2025-05-30[Feature #21205] Fix up birthtime in ruby/specNobuyoshi Nakada
2025-05-29Initialize `gems` tmp when initializing bundled_gems_spec suiteDavid Rodríguez
2025-05-28[rubygems/rubygems] Fix example name typoTang Rufus
2025-05-26[rubygems/rubygems] Bump required_ruby_version to 3.2Samuel Giddins
2025-05-20Remove SortedSet autoload and set/sorted_setJeremy Evans
2025-05-19[rubygems/rubygems] Fix test warnings introduced by recent CGI changesDavid Rodríguez
2025-05-19Rename a couple of spec filesDavid Rodríguez
2025-05-19[rubygems/rubygems] Test JRuby 10David Rodríguez
2025-05-19[rubygems/rubygems] Normalize platforms in warbler lockfileDavid Rodríguez
2025-05-19[rubygems/rubygems] Fix typo "shippped" => "shipped"Vít Ondruch
2025-05-16[Bug #20009] Support marshaling non-ASCII name class/moduleNobuyoshi Nakada
2025-05-16"binary" is not valid encoding name in EmacsNobuyoshi Nakada
2025-05-13Add specs for Set mutation during iterationJean Boussier
2025-05-13Set#merge: raise if called during iterationJean Boussier
2025-05-12[rubygems/rubygems] Fix doctor command parsing of otool outputRandy Stauner
2025-05-11spec/ruby/core/module/ancestors_spec.rb: Add a guard for Namespace feat.Yusuke Endoh