pkgsrc/misc/ruby-progressbar/PLIST
taca 3deb29fcd1 misc/ruby-progressbar: update to 1.9.0
Version v1.9.0 - September 27, 2017

Performance

* don't shell out when it's avoidable.

Change

* Don't allow user to override total or starting_at in Enumerator
* print_and_flush to be explicitly a private method

Uncategorized

* Enumerator#to_progressbar as a refinement

Remove

* Explicit clear on start

Fix

* Components::Time to allow #estimated_seconds_remaining to be called

Add

* Base#to_h to expose all of the data about the current bar state
* Outputs::Null for users who don't want the bar sent anywhere
* Ability to specify a completely custom output stream
* %u format flag to show ?? if total is unknown
2018-03-14 14:32:05 +00:00

32 lines
1.5 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2018/03/14 14:32:05 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/ruby-progressbar.rb
${GEM_LIBDIR}/lib/ruby-progressbar/base.rb
${GEM_LIBDIR}/lib/ruby-progressbar/calculators/length.rb
${GEM_LIBDIR}/lib/ruby-progressbar/calculators/running_average.rb
${GEM_LIBDIR}/lib/ruby-progressbar/components.rb
${GEM_LIBDIR}/lib/ruby-progressbar/components/bar.rb
${GEM_LIBDIR}/lib/ruby-progressbar/components/percentage.rb
${GEM_LIBDIR}/lib/ruby-progressbar/components/rate.rb
${GEM_LIBDIR}/lib/ruby-progressbar/components/time.rb
${GEM_LIBDIR}/lib/ruby-progressbar/components/title.rb
${GEM_LIBDIR}/lib/ruby-progressbar/errors/invalid_progress_error.rb
${GEM_LIBDIR}/lib/ruby-progressbar/format.rb
${GEM_LIBDIR}/lib/ruby-progressbar/format/formatter.rb
${GEM_LIBDIR}/lib/ruby-progressbar/format/molecule.rb
${GEM_LIBDIR}/lib/ruby-progressbar/format/string.rb
${GEM_LIBDIR}/lib/ruby-progressbar/output.rb
${GEM_LIBDIR}/lib/ruby-progressbar/outputs/non_tty.rb
${GEM_LIBDIR}/lib/ruby-progressbar/outputs/null.rb
${GEM_LIBDIR}/lib/ruby-progressbar/outputs/tty.rb
${GEM_LIBDIR}/lib/ruby-progressbar/progress.rb
${GEM_LIBDIR}/lib/ruby-progressbar/refinements.rb
${GEM_LIBDIR}/lib/ruby-progressbar/refinements/enumerator.rb
${GEM_LIBDIR}/lib/ruby-progressbar/throttle.rb
${GEM_LIBDIR}/lib/ruby-progressbar/time.rb
${GEM_LIBDIR}/lib/ruby-progressbar/timer.rb
${GEM_LIBDIR}/lib/ruby-progressbar/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec