Sha256: b132224d15409e2359c7ea1bd3813dc7de9f0b3c883265bb7ef5b4333266b18c
Contents?: true
Size: 863 Bytes
Versions: 2
Compression:
Stored size: 863 Bytes
Contents
# -*- encoding: utf-8 -*- require File.dirname(__FILE__) + "/lib/whirly/version" Gem::Specification.new do |gem| gem.name = "whirly" gem.version = Whirly::VERSION gem.summary = "Whirly: The friendly terminal spinner" gem.description = "Whirly: The friendly terminal spinner" gem.authors = ["Jan Lelis"] gem.email = ["mail@janlelis.de"] gem.homepage = "https://github.com/janlelis/whirly" gem.license = "MIT" gem.files = Dir["{**/}{.*,*}"].select{ |path| File.file?(path) && path !~ /^(pkg|data)/ } + %w[ data/spinners.json ] gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.required_ruby_version = "~> 2.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whirly-0.1.1 | whirly.gemspec |
whirly-0.1.0 | whirly.gemspec |