Sha256: 184e60a38d277817529da864ab023965ff59718c187b779245ba6c8a0e72c410
Contents?: true
Size: 753 Bytes
Versions: 1
Compression:
Stored size: 753 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path('../lib', __FILE__) require 'smart_csv/version' Gem::Specification.new do |gem| gem.name = 'smart_csv' gem.version = SmartCSV::VERSION gem.date = '2013-09-20' gem.authors = ['MichaĆ Szyma'] gem.email = ['raglub.ruby@gmail.com'] gem.homepage = "https://github.com/raglub/smart_csv" gem.summary = %q{Extend CSV class.} gem.description = %q{Extend CSV class. CSV can delete or select some records.} gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ['lib'] gem.add_development_dependency 'rspec' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smart_csv-0.0.5 | smart_csv.gemspec |