Commit graph

4 commits

Author SHA1 Message Date
Mark Young
1e1da75031 [ruby/timeout] Provide a 'Changelog' link on rubygems.org/gems/timeout
By providing a 'changelog_uri' in the metadata of the gemspec
a 'Changelog' link will be shown on https://rubygems.org/gems/timeout
which makes it quick and easy for someone to check on the changes
introduced with a new version.

Details of this functionality can be found on https://guides.rubygems.org/specification-reference/

47a6f0313b
2023-12-25 21:12:49 +09:00
Benoit Daloze
4430b73cee [ruby/timeout] Require Ruby >= 2.6 for the timeout gem
* The test suite fails on 2.5.
* See https://github.com/ruby/timeout/pull/35

03873a9237
2023-07-03 09:57:07 +00:00
John Bachir
7e333b7abf [ruby/timeout] require ruby version in gemspec
949445f591
2023-07-02 22:51:25 +00:00
Hiroshi SHIBATA
d1237bc3a4
Move gemspec files to top of lib directory.
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.
2023-05-25 15:47:48 +09:00
Renamed from lib/timeout/timeout.gemspec (Browse further)