./time/ruby-timeout, Auto-terminate potentially long-running operations in Ruby

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.3, Package name: ruby32-timeout-0.4.3, Maintainer: pkgsrc-users

Timeout

Timeout provides a way to auto-terminate a potentially long-running
operation if it hasn't finished in a fixed amount of time.


Master sites:

Filesize: 9 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-16 10:06:59 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
time/ruby-timeout: update to 0.4.3

0.4.3 (2024-12-16)

What's Changed

* Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to
  9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #54
* Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in
  #55
* added the check for negative sec by @Cosmicoppai in #51

New Contributors

* @Cosmicoppai made their first contribution in #51
   2024-12-11 16:23:21 by Takahiro Kambe | Files touched by this commit (4)
Log message:
time/ruby-timeout: add package version 0.4.2

"timeout" is default gem but newer version is required by
ruby-activerecords71 and ruby-activerecords72 before Ruby 3.3.

Timeout

Timeout provides a way to auto-terminate a potentially long-running
operation if it hasn't finished in a fixed amount of time.