Sha256: 0b1e49f57b12cba712f8a569f6c8566f526f846007ad22c3d8a75b5e218af121
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.20' 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.20 | csv-utils.gemspec |