Sha256: 006c9a2cfe14648cc6a118aff442ffdb31a4abfb2828fa79d179d461be42e863
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.10' 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.10 | csv-utils.gemspec |