Sha256: 90b688596c048fbbf23d83aff376fc8d323076923c947f17b0b8b18722178bbf
Contents?: true
Size: 1008 Bytes
Versions: 3
Compression:
Stored size: 1008 Bytes
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 detection which works both on Linux, OS X and Windows/Cygwin platforms and supports MRI, JRuby and Rubinius interpreters.} spec.description = %q{Terminal screen size detection which works both on Linux, OS X and Windows/Cygwin platforms and supports MRI, JRuby and Rubinius interpreters.} spec.homepage = "" 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.3.0 | tty-screen.gemspec |
tty-screen-0.2.0 | tty-screen.gemspec |
tty-screen-0.1.0 | tty-screen.gemspec |