Sha256: aacb36b13d7b65dfb8e9a43671420bb4092697b91413c5879f06302ef655a0c2
Contents?: true
Size: 737 Bytes
Versions: 2
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 a 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.2 | tailstrom.gemspec |
tailstrom-0.0.1 | tailstrom.gemspec |