# -*- encoding: utf-8 -*- # stub: log_line_parser 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "log_line_parser".freeze s.version = "0.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["HASHIMOTO, Naoki".freeze] s.bindir = "exe".freeze s.date = "2016-04-10" s.description = "A simple parser of Apache access logs: it parses a line of Apache access log and turns it into an array of strings or a Hash object. And from the command line, you can use it as a conversion tool of file formats or as a filtering tool of access records.".freeze s.email = ["hashimoto.naoki@gmail.com".freeze] s.executables = ["log_line_parser".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/log_line_parser".freeze, "lib/log_line_parser.rb".freeze, "lib/log_line_parser/apache.rb".freeze, "lib/log_line_parser/bots.rb".freeze, "lib/log_line_parser/command_line_interface.rb".freeze, "lib/log_line_parser/line_parser.rb".freeze, "lib/log_line_parser/ltsv.rb".freeze, "lib/log_line_parser/moe.rb".freeze, "lib/log_line_parser/query.rb".freeze, "lib/log_line_parser/utils.rb".freeze, "lib/log_line_parser/version.rb".freeze, "log_line_parser.gemspec".freeze, "samples/output/access-to-two-specific-files.log".freeze, "samples/output/all-but-bots-and-not-found.log".freeze, "samples/output/all-records-related-to-subdir_index.log".freeze, "samples/output/index-page-accessed-by-bot.log".freeze, "samples/output/referred-from-external-site.log".freeze, "samples/sample_combined_log.log".freeze, "samples/sample_config.yml".freeze] s.homepage = "https://github.com/nico-hn/LogLineParser".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A simple parser of Apache access logs".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) end