Commit graph

7 commits

Author SHA1 Message Date
taca
7ffbdad7c2 time/ruby-timers: update to 4.3.3
4.3.3 (2021-02-13)

No release note nor changelog.  Here is quote from commit log.

* Fix development workflow.
* Remove comment from gemspec.
* Add priority queue class
* Add #size method and change to actual minheap
* Add some tests for priority heap
* Rename first and insert to peek and push for naming consistency
* Switch to a PriorityHeap instead of array for storing Handles
* Refactor Handle class to use Comparable mixin
* Add extra performance test for timer queue insertion speed
* Reduce required accuracy for tests, because macOS on GitHub Actions i… …
* Updated code formatting & specs.
2021-02-13 10:08:16 +00:00
taca
8ea7037757 time/ruby-timers: update to 4.3.2
Update ruby-timers package to 4.3.2.

No release note is available.  Please refer
<https://github.com/socketry/timers/compare/v4.3.0...v4.3.2> in detail.
2020-09-14 15:19:49 +00:00
taca
e4eb0a9595 time/ruby-timers: update to 4.3.0
Update ruby-timers to 4.3.0.

pkgsrc changes:
* Add "USE_LANGUAGES=	# none".
* Update dependency.

No release notes available.
2020-03-22 09:36:18 +00:00
taca
dd6c5af6c2 Update ruby-timers to 4.1.2.
## 4.1.2 (2016-11-26)

* RuboCop reformatting
2017-03-20 15:43:17 +00:00
agc
536eabf008 Add SHA512 digests for distfiles for time category
Problems found with mismatching existing digests for:
	distfiles/asclock-classic-1.0.tar.gz
	distfiles/asclock-gtk-2.1.10beta.tar.gz
	distfiles/asclock-xlib-2.0.11.tar.gz
	distfiles/emiclock-2.0.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-02 23:31:35 +00:00
taca
5c4c60a88d Update ruby-timers to 4.1.1.
4.1.1 (2015-08-21)
------------------
* Remove `RubyProf` from Gemfile and a test, due to it providing no substantial benefit while increasing problems building bundles under Rubinius.

4.1.0 (2015-08-16)
------------------
* Addition of `now_and_every` method; fires block immediately, then sets recurring timer.
* Includes `now_and_after` method; does the same as above for one-shot timers: essentially a "two-shot" timer.
2015-09-13 14:06:36 +00:00
taca
7aba4c5a1f Add ruby-timers package version 4.0.1.
Ruby timer collections. Schedule several procs to fire after configurable
delays or at periodic intervals.

This gem is especially useful when you are faced with an API that accepts a
single timeout but you want to run multiple timers on top of it. An example of
such a library is [nio4r](https://github.com/celluloid/nio4r), a
cross-platform Ruby library for using system calls like epoll and kqueue.
2015-03-13 13:28:23 +00:00