| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-14 | [Feature #21275] Bump Unicode version to 17.0.0 | Mari Imaizumi | |
| 2025-05-09 | Update to ruby/spec@d8bacef | Andrew Konchin | |
| Notes: Merged: https://github.com/ruby/ruby/pull/13265 | |||
| 2025-04-18 | [Feature #20724] Bump Unicode version to 16.0.0 | Mari Imaizumi | |
| Notes: Merged: https://github.com/ruby/ruby/pull/13117 | |||
| 2025-03-27 | Update to ruby/spec@5e579e2 | Andrew Konchin | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12984 | |||
| 2025-03-18 | [Feature #19908] Update Unicode headers to 15.1.0 | Mari Imaizumi | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12798 | |||
| 2024-11-06 | Update to ruby/spec@54c391e | Benoit Daloze | |
| 2024-06-10 | Fix CI when YJIT is enabled | Andrew Konchin | |
| 2024-06-10 | Update to ruby/spec@517f06f | Andrew Konchin | |
| 2022-12-06 | update rbconfig spec to Unicode version 15.0.0 | Martin Dürst | |
| (this includes emoji version 15.0) | |||
| 2022-04-25 | Update to ruby/spec@3affe1e | Benoit Daloze | |
| 2022-03-14 | clarify meaning of version guards for Unicode version specs [ci skip] | Martin Dürst | |
| 2022-03-13 | Fix guards for unicode versions specs | Benoit Daloze | |
| 2022-03-13 | comment out failing Unicode/Emoji version checks temporarily | Martin Dürst | |
| 2022-03-13 | update specs to check for Unicode Version 14.0.0/Emoji Version 14.0 | Martin Dürst | |
| 2021-10-05 | Update to ruby/spec@ccf0d85 | Benoit Daloze | |
| 2021-09-07 | Update to ruby/spec@b1e93a2 | Benoit Daloze | |
| 2021-07-29 | Update to ruby/spec@b65d01f | Benoit Daloze | |
| 2021-07-27 | Bump unicode version for Ruby 3.1 | Hiroshi SHIBATA | |
| 2021-07-08 | Fix ruby_version guards in Unicode/Emoji version specs | Martin Dürst | |
| Correct version guards in ruby_version in Unicode/Emoji version specs to correctly use exclusive range endings. | |||
| 2021-07-08 | Add new Unicode/Emoji version checks to spec/ruby/library/rbconfig | Martin Dürst | |
| - Limit Unicode version 12.1.0 to Ruby versions 2.6.3 - 3.0 - Check that Ruby version 3.1 has Unicode version 13.0.0 - Limit Unicode Emoji version 12.1 to Ruby versions 2.7 - 3.0 - Check that Ruby version 3.1 has Unicode Emoji version 13.0 | |||
| 2021-06-02 | Update to ruby/spec@a0b7d0d | Benoit Daloze | |
| 2020-08-28 | Update to ruby/spec@335eb9b | Benoit Daloze | |
| 2020-08-22 | do not test --version | 卜部昌平 | |
| `llvm-strip-7` is a sane valid strip command that LLVM 7 ships, albeit it does not understand `--version`. It is a bad idea to check that option. Instead just see if the command actually strips something. A copy of `/bin/sh` should suffice. That file must be ubiquitous. Notes: Merged: https://github.com/ruby/ruby/pull/3439 | |||
| 2020-06-27 | Update to ruby/spec@b6b7752 | Benoit Daloze | |
| 2020-05-02 | Update to ruby/spec@d394dfd | Benoit Daloze | |
| 2020-04-04 | Fixed the location of the shared library | Nobuyoshi Nakada | |
| On platform where searchs shared libraries by `PATH` environment variable (i.e., Windows), the shared library is installed in `bindir`. On other platforms, the library directory is directed by `libdirname` indirectly. | |||
| 2020-04-04 | rbconfig_spec.rb: removed needless windows guard | Nobuyoshi Nakada | |
| This reverts commit 34b0a7be0ed2fd4ca4d1d509a22964b5e61dfe34. | |||
| 2020-04-01 | Drop support for ruby 2.4 from ruby/spec | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2892 | |||
| 2020-03-28 | spec/ruby/library/rbconfig/rbconfig_spec.rb: restore "not windows" guard | Yusuke Endoh | |
| https://github.com/ruby/ruby/runs/541455267 ``` 1) RbConfig::CONFIG libdir/LIBRUBY_SO is the path to libruby and it exists if and only if ENABLE_SHARED FAILED Expected File.exist? "d:/Ruby26-x64/lib/x64-msvcrt-ruby260.dll" to be truthy but was false D:/a/ruby/ruby/src/spec/ruby/library/rbconfig/rbconfig_spec.rb:46:in `block (3 levels) in <top (required)>' D:/a/ruby/ruby/src/spec/ruby/library/rbconfig/rbconfig_spec.rb:4:in `<top (required)>' ``` | |||
| 2020-03-28 | Fixed RbConfig spec for multiarch | Nobuyoshi Nakada | |
| 2020-03-28 | Guard RbConfig spec unless installed | Nobuyoshi Nakada | |
| 2020-03-28 | Update to ruby/spec@ec84479 | Benoit Daloze | |
| 2019-11-30 | Update to ruby/spec@4eec3dc | Benoit Daloze | |
| 2019-09-29 | Update to ruby/spec@34e6246 | Benoit Daloze | |
| 2019-04-27 | Update to ruby/spec@15c9619 | Benoit Daloze | |
| 2019-03-28 | Update to ruby/spec@e81b3cd | eregon | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-03-05 | Directories in RbConfig may not exist until installation | nobu | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-02-23 | spec/../rbconfig_spec.rb: skip spec not working on MinGW | k0kubun | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-02-21 | Update to ruby/spec@7a16e01 | eregon | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2018-09-25 | Update to ruby/spec@241f9e7 | eregon | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2018-06-27 | Update to ruby/spec@a454137 | eregon | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
