Sha256: a8c8a0046a4bcaedff0cb37f903b8f4c329b49607fb5e123a94a97b290f208c2
Contents?: true
Size: 1 KB
Versions: 7
Compression:
Stored size: 1 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{ruby-progressbar} s.version = "0.0.9" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Satoru Takabayashi"] s.date = %q{2009-02-15} s.description = %q{Ruby/ProgressBar is a text progress bar library for Ruby.} s.email = %q{satoru@namazu.org} s.files = ["GPL_LICENSE", "RUBY_LICENSE", "README.md", "lib/progressbar.rb", "test.rb"] s.homepage = %q{http://github.com/nex3/ruby-progressbar} s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Ruby/ProgressBar is a text progress bar library for Ruby. It can indicate progress with percentage, a progress bar, and estimated remaining time.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
7 entries across 7 versions & 1 rubygems