-
-
Notifications
You must be signed in to change notification settings - Fork 131
Home
ruby-progressbar is the ultimate text progress bar library for ruby!
- 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)
- Full test suite
- 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
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'
ruby-progressbar is maintained by The Kompanee, Ltd.
The names and logos for The Kompanee are trademarks of The Kompanee, Ltd.
Thank you to all our contributors!
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.
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