aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Update to ruby/spec@30e1c35Benoit Daloze2023-06-26428-9236/+3581
* Update to ruby/mspec@3cf2d16Benoit Daloze2023-06-262-2/+51
* Allow setting the name of a class or module. (#7483)Samuel Williams2023-06-211-0/+49
* Merge rubygems/rubygems HEADHiroshi SHIBATA2023-06-208-33/+35
* [rubygems/rubygems] Rubocop 1.51.0 or later didn't support Ruby 2.6Hiroshi SHIBATA2023-06-151-2/+2
* [rubygems/rubygems] Improve error message in frozen mode edge caseDavid Rodríguez2023-06-151-0/+34
* [rubygems/rubygems] Improve frozen mode error messageDavid Rodríguez2023-06-154-8/+8
* [rubygems/rubygems] Use "frozen" rather than "deployment" in error messageDavid Rodríguez2023-06-155-17/+17
* [rubygems/rubygems] Show missing spec in lockfile incomplete error messageDavid Rodríguez2023-06-151-1/+1
* [rubygems/rubygems] Remove weird line breaks in the middle of error messageDavid Rodríguez2023-06-151-7/+7
* [rubygems/rubygems] Make frozen mode spec also pass on Bundler 3David Rodríguez2023-06-151-1/+1
* [rubygems/rubygems] This spec is independent from global sourcesDavid Rodríguez2023-06-151-1/+5
* [rubygems/rubygems] Stop publishing Gemfile in default gem templateGareth Adams2023-06-081-0/+8
* [rubygems/rubygems] Fix `path` vs `deployment` precedence when path set throu...David Rodríguez2023-06-061-0/+6
* [rubygems/rubygems] Unexclude some specs on bundler 3David Rodríguez2023-06-061-3/+3
* [rubygems/rubygems] Fill in missing deployment specsDavid Rodríguez2023-06-061-7/+44
* [rubygems/rubygems] Remove redundant specsDavid Rodríguez2023-06-061-5/+1
* [rubygems/rubygems] Fix inline mode with multiple sourcesDavid Rodríguez2023-06-061-0/+25
* rb_io_descriptor() is available since 3.1Benoit Daloze2023-06-011-1/+1
* Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams2023-06-011-1/+9
* Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui2023-06-011-9/+1
* [rubygems/rubygems] tool_dir needs to handle ruby/ruby repo nowHiroshi SHIBATA2023-05-311-3/+3
* Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285Hiroshi SHIBATA2023-05-305-9/+35
* Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams2023-05-301-1/+9
* Refactor guards for Time.new specBenoit Daloze2023-05-291-10/+13
* Unify error messages of rb_num2ulong and rb_num2ullPeter Zhu2023-05-291-1/+8
* Update to ruby/spec@c3677cfBenoit Daloze2023-05-2956-132/+1452
* Fix "runs a C function with the global lock unlocked and unlocks IO with the ...Samuel Williams2023-05-242-17/+17
* Add a newline at EOF [ci skip]Nobuyoshi Nakada2023-05-241-1/+1
* Add support for pread/pwrite on windows. (#7827)Samuel Williams2023-05-243-69/+66
* Hash.new: print a deprecation warning when receiving keyword arguments (#7828)Jean byroot Boussier2023-05-234-5/+18
* Manually merge syntax_suggest-1.1.0Hiroshi SHIBATA2023-05-234-37/+205
* [ruby/syntax_suggest] Fixschneems2023-05-231-0/+31
* [ruby/syntax_suggest] Refactor Scanner logic out of AroundBlockScan introduce...schneems2023-05-233-4/+68
* Fix typo in spec file description [ci skip]Ivanov-Anton2023-05-211-1/+1
* Add Fiber#kill, similar to Thread#kill. (#7823)Samuel Williams2023-05-181-0/+90
* fix wording of spec description [ci skip]Martin Dürst2023-05-131-1/+1
* [Bug #19597] Freeze script nameNobuyoshi Nakada2023-05-101-2/+4
* Merge https://github.com/rubygems/rubygems/pull/6655 manually.Hiroshi SHIBATA2023-05-101-7/+35
* Relax regexp for console assertionHiroshi SHIBATA2023-05-092-2/+2
* marshal.c: shallow freeze user objectsJean Boussier2023-04-261-9/+7
* Update to ruby/spec@7f6ca5bBenoit Daloze2023-04-252-1/+2
* Workaround CRuby adding x86_64-linux-fake in $LOADED_FEATURESBenoit Daloze2023-04-251-1/+5
* Update to ruby/spec@7f69c86Benoit Daloze2023-04-2599-183/+2316
* Update to ruby/mspec@1d8cf64Benoit Daloze2023-04-256-80/+3
* [ruby/syntax_suggest] Clean up outputschneems2023-04-253-6/+5
* [ruby/syntax_suggest] standardrb --fix-unsafely spec/spec_helper.rbHiroshi SHIBATA2023-04-251-1/+1
* Allow anonymous memberless StructJeremy Evans2023-04-241-0/+14
* Check the precision of `getrusage` at runtimeNobuyoshi Nakada2023-04-231-1/+11
* Fix a guard of `Process.times`Nobuyoshi Nakada2023-04-221-8/+5