Sha256: f2aaf88d2dcc329b5260e04bb48d1e1dd36a2a575602cdfaaef050245cdda0be
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'tty/screen/version' Gem::Specification.new do |spec| spec.name = "tty-screen" spec.version = TTY::Screen::VERSION spec.authors = ["Piotr Murach"] spec.email = [""] spec.summary = %q{Terminal screen size and color detection which works on Linux, OS X and Windows/Cygwin platforms and supports MRI, JRuby and Rubinius interpreters.} spec.description = %q{Terminal screen size and color detection which works on Linux, OS X and Windows/Cygwin platforms and supports MRI, JRuby and Rubinius interpreters.} spec.homepage = "http://peter-murach.github.io/tty/" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.6" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tty-screen-0.4.3 | tty-screen.gemspec |
tty-screen-0.4.2 | tty-screen.gemspec |
tty-screen-0.4.1 | tty-screen.gemspec |