File rubygem-timers.changes of Package rubygem-timers
-------------------------------------------------------------------
Fri Oct 28 05:10:14 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 4.3.5
no changelog found
-------------------------------------------------------------------
Mon Oct 10 13:25:06 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 4.3.4
no changelog found
-------------------------------------------------------------------
Thu Jun 24 18:04:36 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 4.3.3
no changelog found
-------------------------------------------------------------------
Fri Sep 25 15:01:54 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 4.3.2
no changelog found
-------------------------------------------------------------------
Sat Mar 2 15:41:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 4.3.0
no changelog found
-------------------------------------------------------------------
Thu Nov 22 05:39:32 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 4.2.0
CHANGES.md removed upstream
-------------------------------------------------------------------
Sun Nov 27 05:50:35 UTC 2016 - coolo@suse.com
- updated to version 4.1.2
see installed CHANGES.md
-------------------------------------------------------------------
Tue Nov 24 08:38:58 UTC 2015 - coolo@suse.com
- updated to version 4.1.1
see installed CHANGES.md
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.
-------------------------------------------------------------------
Fri Oct 24 08:13:26 UTC 2014 - tboerger@suse.com
- Updated to version 4.0.1
- 4.0.1
- Memory leak fixes
- mathn fix for those crazy enough to use it
- 4.0.0
- Replace Timers::Timeout with Timers::Wait
- Timers::Group#wait_interval now returns nil when no timers,
a postive or negative interval which if positive is the amount
of time required to wait and if negative, how far in the past
the latest timer should have fired
- Performance improvements
- 3.0.1
- Require 'set' automatically
- 3.0.0
- Refactor Timers class into Timers::Group
- Add Timers::Timeout class for implementing timeouts
- Fix timer fudging
- Update to RSpec 3
-------------------------------------------------------------------
Fri Oct 10 08:37:58 UTC 2014 - fcastelli@suse.com
- update to new packaging scheme and add gem2rpm.yml
-------------------------------------------------------------------
Sun Jan 5 14:39:43 UTC 2014 - coolo@suse.com
- updated to version 2.0.0
* Switch to Hitimes for high precision monotonic counters
* Removed Timers#time. Replaced with Timers#current_offset which provides a
monotonic time counter.
-------------------------------------------------------------------
Sun Jan 20 07:23:56 UTC 2013 - coolo@suse.com
- updated to version 1.1.0
* Timers#after_milliseconds and #after_ms for waiting in milliseconds
-------------------------------------------------------------------
Mon Dec 24 12:11:37 UTC 2012 - coolo@suse.com
- updated to version 1.0.2
* Handle overdue timers correctly
* Explicitly require Forwardable from stdlib
-------------------------------------------------------------------
Mon Jul 30 09:43:09 UTC 2012 - coolo@suse.com
- initial package