Sha256: 7d0326ff1d678bfdda1b9c3108d7598104f980e53c09a3ca059ec20728be27ed
Contents?: true
Size: 738 Bytes
Versions: 2
Compression:
Stored size: 738 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tailstrom-0.0.4 | tailstrom.gemspec |
tailstrom-0.0.3 | tailstrom.gemspec |