aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* marshal.c: don't call the proc with partially initialized objects. (#4866)Jean byroot Boussier2021-09-301-32/+43
* Followed up behavior change of setHiroshi SHIBATA2021-09-281-9/+11
* Followed up ruby/spec examples for date.Hiroshi SHIBATA2021-09-282-6/+24
* FL_USER flags on ohter than T_DATA are reserved [Misc #18059]Nobuyoshi Nakada2021-09-251-13/+15
* FL_USER flags on ohter than T_DATA are reserved [Misc #18059]Nobuyoshi Nakada2021-09-242-20/+20
* [rubygems/rubygems] Fix possible malicious website to example.comfiveNinePlusR2021-09-221-1/+1
* Don't describe C function that does not exist in prior versions.Samuel Williams2021-09-201-2/+2
* Add C interface spec.Samuel Williams2021-09-202-0/+49
* [rubygems/rubygems] Trigger install command by default on removeJose Galisteo2021-09-173-1/+26
* Removed Module.allocate [Bug #17048]Nobuyoshi Nakada2021-09-171-14/+0
* Add spec for MatchData#match and MatchData#match_length [Feature #18172]Nobuyoshi Nakada2021-09-172-0/+68
* Marshal.load: do not call the proc until strings have their encodingJean Boussier2021-09-151-21/+41
* Add printf attribute to functions call va_list format functionsNobuyoshi Nakada2021-09-121-0/+2
* spec/ruby/optional/capi/ext: must support GCC 5卜部昌平2021-09-102-4/+4
* spec/ruby/optional/capi/ext: support ruby < 3卜部昌平2021-09-102-13/+30
* spec/ruby/optional/capi/ext: suppress warnings卜部昌平2021-09-102-0/+19
* Update to ruby/spec@b1e93a2Benoit Daloze2021-09-0717-7/+163
* Update to ruby/mspec@e768949Benoit Daloze2021-09-072-5/+7
* [rubygems/rubygems] Remove `syck` traces from `bundler`David Rodríguez2021-08-313-49/+0
* [rubygems/rubygems] Fix `bundle plugin install` misdetection of installed ver...David Rodríguez2021-08-311-0/+15
* [rubygems/rubygems] Normalize setting `GEM_PATH`David Rodríguez2021-08-311-4/+2
* [rubygems/rubygems] Make plugin installation idempotentDavid Rodríguez2021-08-313-7/+12
* [rubygems/rubygems] Correctly redact credentials when using x-oauth-basicMatt Larraz2021-08-312-0/+22
* [rubygems/rubygems] Fix `bundle check` showing duplicated gemsDavid Rodríguez2021-08-311-0/+36
* [rubygems/rubygems] Restore working `bundle check` behaviourDavid Rodríguez2021-08-311-0/+16
* [rubygems/rubygems] Fix some failing Bundler tests with old Git.Jun Aruga2021-08-311-1/+1
* [rubygems/rubygems] Respect `BUNDLE_USER_HOME` for global config locationDavid Rodríguez2021-08-311-0/+10
* [rubygems/rubygems] Disable `RUBYGEMS_GEMDEPS` for bundler spec runDavid Rodríguez2021-08-311-0/+1
* [rubygems/rubygems] Remove `RUBYGEMS_GEMDEPS` warningDavid Rodríguez2021-08-311-16/+0
* [rubygems/rubygems] Expect the right permissions on WindowsDavid Rodríguez2021-08-311-3/+1
* [rubygems/rubygems] Fix git repo initialization on a path with spacesDavid Rodríguez2021-08-311-0/+11
* [rubygems/rubygems] Simplify overkill usage of shared examplesDavid Rodríguez2021-08-311-27/+12
* [rubygems/rubygems] Deprecate `bundle exec --no-keep-file-descriptors`David Rodríguez2021-08-311-0/+12
* [rubygems/rubygems] Exclude gemspec file itself from gemNobuyoshi Nakada2021-08-311-0/+8
* [rubygems/rubygems] typos in UI messages: fix a couple missing spaces between...Tim Sutton2021-08-312-2/+2
* [rubygems/rubygems] The `--local` flag to `bundle install` shouldn't hit the ...David Rodríguez2021-08-311-0/+18
* [rubygems/rubygems] Requiring `bundler/setup` shouldn't try to hit the networkDavid Rodríguez2021-08-311-1/+16
* [rubygems/rubygems] Improve "gem not found in source" errorsDavid Rodríguez2021-08-313-4/+4
* [rubygems/rubygems] Remove redundant part of error messageDavid Rodríguez2021-08-312-2/+0
* [rubygems/rubygems] Fix standalone generated script to deal with path sourcesDavid Rodríguez2021-08-311-0/+30
* [rubygems/rubygems] Remove unnecessary `ruby_version` local variableDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Remove unnecessary `ruby_engine` local variableDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Remove unnecessary `path` local variableDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Respect `BUNDLE_USER_CONFIG` if setDavid Rodríguez2021-08-311-0/+14
* [rubygems/rubygems] Fix standalone install of default gemsDavid Rodríguez2021-08-311-0/+39
* [rubygems/rubygems] This spec can pass now on ruby 3David Rodríguez2021-08-311-2/+2
* [rubygems/rubygems] Remove unnecessary test repositoryDavid Rodríguez2021-08-311-5/+3
* [rubygems/rubygems] Give a `bundle install` hint when `bundle list` failsDavid Rodríguez2021-08-311-0/+1
* [rubygems/rubygems] Remove unnecessary escape sequencesDavid Rodríguez2021-08-311-6/+6
* [rubygems/rubygems] Show all missing gems when using a bundle before installi...David Rodríguez2021-08-311-0/+30