Sha256: f40d2c81c850276d146eb8277258ca4f5e11b8f8fe71be383d809d53943e0065
Contents?: true
Size: 534 Bytes
Versions: 1
Compression:
Stored size: 534 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |s| s.name = 'csv-utils' s.version = '0.1.2' 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) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
csv-utils-0.1.2 | csv-utils.gemspec |