index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
ruby
/
library
Age
Commit message (
Expand
)
Author
2025-04-26
Implement Set as a core class
Jeremy Evans
2025-04-25
update allocation location tests
Aaron Patterson
2025-04-18
[Feature #20724] Bump Unicode version to 16.0.0
Mari Imaizumi
2025-04-02
Removed Solaris conditions from library directory
Hiroshi SHIBATA
2025-03-27
Update to ruby/spec@5e579e2
Andrew Konchin
2025-03-18
[Feature #19908] Update Unicode headers to 15.1.0
Mari Imaizumi
2025-02-07
Retry on IO::EAGAINWaitReadable when a closed socket is still not available f...
Andrew Konchin
2025-01-31
Prefer `platform_is_not :windows`.
Samuel Williams
2025-01-30
Update to ruby/spec@affef93
Andrew Konchin
2025-01-30
Handle environment where GEM_HOME is not available
Hiroshi SHIBATA
2025-01-30
bin_path_spec.rb relied to available Ruby environment with after `make install`
Hiroshi SHIBATA
2025-01-29
Add fallback for `hostname` if `uname` isn't available. (#12655)
Samuel Williams
2025-01-28
Prefer `uname -n` over `hostname`. (#12647)
Samuel Williams
2025-01-24
Restructured irb related example at spec/ruby
Hiroshi SHIBATA
2025-01-08
Skip examples related with OpenStruct in ruby/spec
Hiroshi SHIBATA
2025-01-08
Reapply "Suppress WIN32OLE deprecation warnings for the time being"
Nobuyoshi Nakada
2025-01-07
Update to ruby/spec@18032a7
Andrew Konchin
2024-12-31
Fix leak in Socket#connect spec
Benoit Daloze
2024-12-28
BigDecimal('0.') with bigdecimal-3.1.9 returns 0.0
Hiroshi SHIBATA
2024-12-28
Abandon connection test if off line
Nobuyoshi Nakada
2024-12-22
Suppress WIN32OLE deprecation warnings for the time being
Nobuyoshi Nakada
2024-12-10
Update to ruby/spec@9f10222
Andrew Konchin
2024-12-03
Socket#connect may be raise ECONNREFUSED
Kazuhiro NISHIYAMA
2024-11-21
Omit flaky example with Windows platform
Hiroshi SHIBATA
2024-11-06
Update to ruby/spec@54c391e
Benoit Daloze
2024-10-23
Harden the ObjectSpace.memsize_of spec
Jean Boussier
2024-10-12
Support `IO#timeout` for `rsock_connect`. (#11880)
Samuel Williams
2024-10-03
Update spec/ruby/ for colon-style hash inspect
tompng
2024-09-17
Skip failing examples related with https://github.com/ruby/ruby/commit/d81b05...
Hiroshi SHIBATA
2024-09-05
Move Time#xmlschema in core and optimize it
Jean Boussier
2024-07-24
Add "c_long_size" guard, supplanting "wordsize" and stop using Integer#size
Alan Wu
2024-07-18
Split URI::Parser examples with RFC2396 and RFC3986
Hiroshi SHIBATA
2024-07-02
Update to ruby/spec@f8987ac
Andrew Konchin
2024-06-18
net-ftp-0.3.6 always return response with put/puttextfile.
Hiroshi SHIBATA
2024-06-12
'SPEC_TEMP_DIR` should not be world-writable
Koichi Sasada
2024-06-10
Fix CI when YJIT is enabled
Andrew Konchin
2024-06-10
Update to ruby/spec@517f06f
Andrew Konchin
2024-05-19
Update to ruby/spec@6b04c1d
Andrew Konchin
2024-04-02
Update to ruby/spec@573cf97
Andrew Konchin
2024-03-28
Suppress warning at literal string
Nobuyoshi Nakada
2024-03-16
Prefer the simple read/write `File` singleton methods
Nobuyoshi Nakada
2024-03-14
Update to ruby/spec@89175b2
Benoit Daloze
2024-03-05
[DOC] fix some comments
cui fliter
2024-02-26
Update to ruby/spec@3a510bb
Benoit Daloze
2024-02-15
Skip failing examples at Ruby 3.2+
Hiroshi SHIBATA
2024-02-15
Re-enabled old bundled gems
Hiroshi SHIBATA
2024-02-15
ruby-spec: Accept the receiver in backtraces
Yusuke Endoh
2024-02-15
Rename and restructured net/ftp and net/http examples
Hiroshi SHIBATA
2024-02-15
Move examples related core extension feature by Bigdecimal to under the libra...
Hiroshi SHIBATA
2024-02-15
ruby-spec: Accept both a backtick and a single quote in error messages
Yusuke Endoh
[next]