Sha256: fdefe8eb240be00c9aed49cda117294cb79e0c93af921dcd6672938c208fbeca
Contents?: true
Size: 609 Bytes
Versions: 1
Compression:
Stored size: 609 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |s| s.name = 'csv-utils' s.version = '0.2.2' 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.2.2 | csv-utils.gemspec |