# -*- encoding: utf-8 -*- # stub: tailstrom 0.0.10 ruby lib Gem::Specification.new do |s| s.name = "tailstrom".freeze s.version = "0.0.10".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Issei Naruta".freeze] s.date = "2013-10-17" s.description = "tailstrom is an utility for \"tail -f\"".freeze s.email = ["naruta@cookpad.com".freeze] s.executables = ["tailstrom".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/tailstrom".freeze, "example/dummylog".freeze, "example/map1.rb".freeze, "lib/tailstrom.rb".freeze, "lib/tailstrom/command/print.rb".freeze, "lib/tailstrom/command/stat.rb".freeze, "lib/tailstrom/counter.rb".freeze, "lib/tailstrom/counter_collection.rb".freeze, "lib/tailstrom/option_parser.rb".freeze, "lib/tailstrom/table.rb".freeze, "lib/tailstrom/tail_reader.rb".freeze, "lib/tailstrom/version.rb".freeze, "spec/fixtures/log-01.txt".freeze, "spec/spec_helper.rb".freeze, "spec/stat_command_spec.rb".freeze, "tailstrom.gemspec".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A utility for \"tail -f\"".freeze s.test_files = ["spec/fixtures/log-01.txt".freeze, "spec/spec_helper.rb".freeze, "spec/stat_command_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) end