Sha256: 82019e960056bd0284b79b5f96bc653f71c226dae2dcc96531a7dd2b66fc3a4c
Contents?: true
Size: 864 Bytes
Versions: 1
Compression:
Stored size: 864 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'esv/version' Gem::Specification.new do |spec| spec.name = "excel-esv" spec.version = ESV::VERSION spec.authors = ["Henrik Nyh"] spec.email = ["henrik@nyh.se"] spec.summary = %q{Excel generation with the ease of CSV generation.} spec.homepage = "https://github.com/barsoom/excel-esv" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_dependency "spreadsheet" spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
excel-esv-0.0.2 | excel-esv.gemspec |