Sha256: dfc54d0813d0ee41a903a77dd1614dc97fcd8a0843b10739c46fc078f72b2314

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.8'
  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.8 alblogs.gemspec