Sha256: 5bf6427e3b6339f3a0ab8ef5d286b9f108d275ff6eca2e80ca4e2e52837b1143
Contents?: true
Size: 837 Bytes
Versions: 1
Compression:
Stored size: 837 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'tty/which/version' Gem::Specification.new do |spec| spec.name = "tty-which" spec.version = TTY::Which::VERSION spec.authors = ["Piotr Murach"] spec.email = [""] spec.summary = %q{Platform independent implementation of Unix which command.} spec.description = %q{Platform independent implementation of Unix which command.} 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tty-which-0.1.0 | tty-which.gemspec |