Sha256: a8608f50b5b4f96a5b1426c16f0b88087f64af7c9bd7479a0f58451ee9d14340
Contents?: true
Size: 1018 Bytes
Versions: 1
Compression:
Stored size: 1018 Bytes
Contents
# encoding: UTF-8 Gem::Specification.new do |s| s.name = 'progress' s.version = '3.5.2' 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.required_ruby_version = '>= 1.9.3' s.metadata = { 'bug_tracker_uri' => "https://github.com/toy/#{s.name}/issues", 'changelog_uri' => "https://github.com/toy/#{s.name}/blob/master/CHANGELOG.markdown", 'documentation_uri' => "https://www.rubydoc.info/gems/#{s.name}/#{s.version}", 'source_code_uri' => "https://github.com/toy/#{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', '~> 3.0' if RUBY_VERSION >= '2.2' s.add_development_dependency 'rubocop', '~> 0.59' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
progress-3.5.2 | progress.gemspec |