Sha256: 9a73bd9ae939974f648ddd766d55318e00ae30005c2c1f6e3a83f68924de478c
Contents?: true
Size: 477 Bytes
Versions: 1
Compression:
Stored size: 477 Bytes
Contents
# encoding: utf-8 Gem::Specification.new do |s| s.name = "toon" s.version = "0.0.1" s.author = "Steve Shreeve" s.email = "steve.shreeve@gmail.com" s.summary = "A Ruby gem that makes it easy to cleanup and format data" s.description = "This gem is helpful for ETL or other general data cleaning." s.homepage = "https://github.com/shreeve/toon" s.license = "MIT" s.files = `git ls-files`.split("\n") - %w[.gitignore] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toon-0.0.1 | toon.gemspec |