Sha256: 304e6b08512ff203dbc3f6b1fcde9e448bd4ec165687278db8a6107f59eea97c

Contents?: true

Size: 610 Bytes

Versions: 1

Compression:

Stored size: 610 Bytes

Contents

# frozen_string_literal: true

Gem::Specification.new do |s|
  s.name        = 'csv-utils'
  s.version     = '0.3.22'
  s.licenses    = ['MIT']
  s.summary     = 'CSV Utils'
  s.description = 'Tools for debugging malformed CSV files'
  s.authors     = ['Doug Youch']
  s.email       = 'dougyouch@gmail.com'
  s.homepage    = 'https://github.com/dougyouch/csv-utils'
  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) }

  s.add_runtime_dependency 'inheritance-helper'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
csv-utils-0.3.22 csv-utils.gemspec