Sha256: c280f5eb370207cea75539a03389968824e5e120b233dedbf2fcdebdd262106a
Contents?: true
Size: 576 Bytes
Versions: 1
Compression:
Stored size: 576 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |s| s.name = 'alblogs' s.version = '0.1.7' s.summary = 'ALB access log processing' s.description = 'Utility script for processing ALB access logs over a given time range' s.authors = ['Doug Youch'] s.email = 'dougyouch@gmail.com' s.homepage = 'https://github.com/dougyouch/alblogs' s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } s.bindir = 'bin' s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alblogs-0.1.7 | alblogs.gemspec |