Sha256: 8911f3f37c553524e36294805d9a9780e539bc55f3c79e3f75bcfc7a34d1183c

Contents?: true

Size: 581 Bytes

Versions: 1

Compression:

Stored size: 581 Bytes

Contents

# encoding: UTF-8

Gem::Specification.new do |s|
  s.name        = 'progress'
  s.version     = '3.0.1'
  s.summary     = %q{Show progress of long running tasks}
  s.homepage    = "http://github.com/toy/#{s.name}"
  s.authors     = ['Ivan Kuchin']
  s.license     = 'MIT'

  s.rubyforge_project = s.name

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = %w[lib]

  s.add_development_dependency 'rspec'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
progress-3.0.1 progress.gemspec