Sha256: f3d0ff9818099c1cf4ac964f6904b9edf971f5a204a6107c808141bafba03d11
Contents?: true
Size: 790 Bytes
Versions: 3
Compression:
Stored size: 790 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"] spec.add_development_dependency 'rspec', '~> 2.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tailstrom-0.0.11 | tailstrom.gemspec |
tailstrom-0.0.10 | tailstrom.gemspec |
tailstrom-0.0.9 | tailstrom.gemspec |