# -*- encoding: utf-8 -*- # stub: ruby-progressbar 1.4.2 ruby lib Gem::Specification.new do |s| s.name = "ruby-progressbar".freeze s.version = "1.4.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["thekompanee".freeze, "jfelchner".freeze] s.date = "2014-03-01" s.description = "Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby.\nThe output can be customized with a flexible formatting system including:\npercentage, bars of various formats, elapsed time and estimated time remaining.\n".freeze s.email = "support@thekompanee.com".freeze s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "lib/ruby-progressbar.rb".freeze, "lib/ruby-progressbar/base.rb".freeze, "lib/ruby-progressbar/components.rb".freeze, "lib/ruby-progressbar/components/bar.rb".freeze, "lib/ruby-progressbar/components/elapsed_timer.rb".freeze, "lib/ruby-progressbar/components/estimated_timer.rb".freeze, "lib/ruby-progressbar/components/progressable.rb".freeze, "lib/ruby-progressbar/components/throttle.rb".freeze, "lib/ruby-progressbar/components/timer.rb".freeze, "lib/ruby-progressbar/errors/invalid_progress_error.rb".freeze, "lib/ruby-progressbar/format.rb".freeze, "lib/ruby-progressbar/format/base.rb".freeze, "lib/ruby-progressbar/format/molecule.rb".freeze, "lib/ruby-progressbar/formatter.rb".freeze, "lib/ruby-progressbar/length_calculator.rb".freeze, "lib/ruby-progressbar/running_average_calculator.rb".freeze, "lib/ruby-progressbar/time.rb".freeze, "lib/ruby-progressbar/version.rb".freeze, "spec/fixtures/benchmark.rb".freeze, "spec/lib/ruby-progressbar/base_spec.rb".freeze, "spec/lib/ruby-progressbar/components/bar_spec.rb".freeze, "spec/lib/ruby-progressbar/components/elapsed_timer_spec.rb".freeze, "spec/lib/ruby-progressbar/components/estimated_timer_spec.rb".freeze, "spec/lib/ruby-progressbar/components/progressable_spec.rb".freeze, "spec/lib/ruby-progressbar/components/throttle_spec.rb".freeze, "spec/lib/ruby-progressbar/format/molecule_spec.rb".freeze, "spec/lib/ruby-progressbar/running_average_calculator_spec.rb".freeze, "spec/lib/ruby-progressbar/time_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/time.rb".freeze] s.homepage = "https://github.com/jfelchner/ruby-progressbar".freeze s.rdoc_options = ["--charset".freeze, "UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby/ProgressBar is a flexible text progress bar library for Ruby.".freeze s.test_files = ["spec/fixtures/benchmark.rb".freeze, "spec/lib/ruby-progressbar/base_spec.rb".freeze, "spec/lib/ruby-progressbar/components/bar_spec.rb".freeze, "spec/lib/ruby-progressbar/components/elapsed_timer_spec.rb".freeze, "spec/lib/ruby-progressbar/components/estimated_timer_spec.rb".freeze, "spec/lib/ruby-progressbar/components/progressable_spec.rb".freeze, "spec/lib/ruby-progressbar/components/throttle_spec.rb".freeze, "spec/lib/ruby-progressbar/format/molecule_spec.rb".freeze, "spec/lib/ruby-progressbar/running_average_calculator_spec.rb".freeze, "spec/lib/ruby-progressbar/time_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/time.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 2.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.6".freeze]) end