Skip to content
bjmfactory edited this page Nov 17, 2014 · 17 revisions

ruby-progressbar

ruby-progressbar is the ultimate text progress bar library for ruby!

Supported Rubies

  • MRI Ruby 1.8.7
  • MRI Ruby 1.9.2
  • MRI Ruby 1.9.3
  • MRI Ruby 2.0
  • MRI Ruby 2.1
  • JRuby (in 1.8 compat mode)
  • JRuby (in 1.9 compat mode)

It's Better Than The Other 186,312 Progress Bar Libraries Because...

  • Full test suite Code Climate
  • ZERO dependencies
  • Used by tons of other open source projects (which means we find out about bugs quickly)
  • It's pretty freakin' sweet
  • We have a road map of new features to make it even better
  • And most importantly... our awesome contributors

Installation

First:

gem install ruby-progressbar

Then in your script:

require 'ruby-progressbar'

or in your Gemfile

gem 'ruby-progressbar'

or from IRB

irb -r 'ruby-progressbar'

Credits

thekompanee

ruby-progressbar is maintained by The Kompanee, Ltd.

The names and logos for The Kompanee are trademarks of The Kompanee, Ltd.

Contributors

Thanks

Thanks to @nex3 for giving us contributor access to the initial repo. Thanks to Hiroyuki Iwatsuki for giving us access to the gem on rubygems.org to allow us to push our new versions.

And a special thanks to Satoru Takabayashi who was the original author of the progressbar gem and who inspired us to do this rewrite.

License

ruby-progressbar 1.0 is Copyright © 2011-2014 The Kompanee. It is free software, and may be redistributed under the terms specified in the LICENSE file. ruby-progressbar 0.9.0 is Copyright © 2008 Satoru Takabayashi