Path to this page:
Subject: CVS commit: pkgsrc/misc/ruby-progressbar
From: Takahiro Kambe
Date: 2023-03-05 14:52:42
Message id: 20230305135242.D78A0FA90@cvs.NetBSD.org
Log Message:
misc/ruby-progressbar: update to 1.13.0
1.12.0 (2023-03-01)
Add
* Ability To Swap Out Running Average Calculators
* running_average_rate As Configuration Option
* Wall Clock Time To Completion To The Format Elements
Change
* Rename Running Average Calculator To Smoothed Average Calculator
* Rename smoothing To running_average_rate
* Rename smoothing_factor To rate
* Allow Timer's Elapsed Seconds To Calculate Even If Not Started
1.13.0 (2023-03-04)
Add
* Ability To Allow Different Projectors To Be Used For Time Estimates
* Concept Of A Projector
* Ability To Access Progress Bar Instance Using Enumerator Refinement
Remove
* smoothing Option
Change
* Issue Caused By Ruby Bug
Files: