progressbar.gemspec in progressbar_zobar-0.9.1.1 vs progressbar.gemspec in progressbar_zobar-0.9.2.1

- old
+ new

@@ -1,15 +1,15 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "progressbar_zobar" - s.version = "0.9.1.1" + s.version = "0.9.2.1" s.platform = Gem::Platform::RUBY s.authors = ["Satoru Takabayashi", "Jose Peleteiro", 'David P Kleinschmidt'] s.email = ["satoru@0xcc.net", "jose@peleteiro.net", 'david@kleinschmidt.name'] s.homepage = "http://github.com/zobar/progressbar" - s.summary = "Ruby/ProgressBar is a text progress bar library for Ruby." - s.description = "Ruby/ProgressBar is a text progress bar library for Ruby. It can indicate progress with percentage, a progress bar, and estimated remaining time." + s.summary = 'Text progress bar library for Ruby, forked from progressbar.' + s.description = "Fork of progressbar that allows changing the progress bar's title and total while still in progress." s.required_rubygems_version = ">= 1.3.6" s.add_development_dependency "bundler", ">= 1.0.0" s.add_development_dependency "minitest", ">= 0"