progressbar.gemspec in progressbar_zobar-0.9.2.1 vs progressbar.gemspec in progressbar_zobar-0.21.0.1
- old
+ new
@@ -1,13 +1,14 @@
# -*- encoding: utf-8 -*-
+require File.expand_path("../lib/progressbar", __FILE__)
Gem::Specification.new do |s|
s.name = "progressbar_zobar"
- s.version = "0.9.2.1"
+ s.version = ProgressBar::VERSION
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.homepage = "http://bitbucket.org/zobar/progressbar"
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"