Sha256: f5f1669dbe6ee1efbb9f0247b6410e9473cd37e74a58de64514d48c0975ace61
Contents?: true
Size: 854 Bytes
Versions: 12
Compression:
Stored size: 854 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "ruby-progressbar" s.version = "0.0.10" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Satoru Takabayashi"] s.date = "2009-02-16" s.description = "Ruby/ProgressBar is a text progress bar library for Ruby." s.email = "satoru@namazu.org" s.homepage = "http://github.com/nex3/ruby-progressbar" s.require_paths = ["lib"] s.rubygems_version = "1.8.10" s.summary = "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 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
12 entries across 7 versions & 2 rubygems