Sha256: f3113f8bd6e63538d4696f1ed8310f5465180ba9b04e8947d9d64bff84a5d955
Contents?: true
Size: 737 Bytes
Versions: 4
Compression:
Stored size: 737 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'tailstrom/version' Gem::Specification.new do |spec| spec.name = "tailstrom" spec.version = Tailstrom::VERSION spec.authors = ["Issei Naruta"] spec.email = ["naruta@cookpad.com"] spec.description = %q{tailstrom is an utility for "tail -f"} spec.summary = %q{A utility for "tail -f"} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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"] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tailstrom-0.0.8 | tailstrom.gemspec |
tailstrom-0.0.7 | tailstrom.gemspec |
tailstrom-0.0.6 | tailstrom.gemspec |
tailstrom-0.0.5 | tailstrom.gemspec |