summaryrefslogtreecommitdiff
path: root/lib/timeout.gemspec
AgeCommit message (Collapse)Author
2023-07-03[ruby/timeout] Require Ruby >= 2.6 for the timeout gemBenoit Daloze
* The test suite fails on 2.5. * See https://github.com/ruby/timeout/pull/35 https://github.com/ruby/timeout/commit/03873a9237
2023-07-02[ruby/timeout] require ruby version in gemspecJohn Bachir
https://github.com/ruby/timeout/commit/949445f591
2023-05-25Move gemspec files to top of lib directory.Hiroshi SHIBATA
They have version.rb files with same directory. But version.rb have been removed at https://github.com/ruby/ruby/pull/3375 There is no reason to locate under the library name of directory.