lib/progressbar.rb in progressbar-0.12.0 vs lib/progressbar.rb in progressbar-0.20.0

- old
+ new

@@ -8,10 +8,10 @@ # You can redistribute it and/or modify it under the terms # of Ruby's license. # class ProgressBar - VERSION = "0.12.0" + VERSION = "0.20.0" def initialize (title, total, out = STDERR) @title = title @total = total @out = out