Sha256: 23c150b05e40f9703dfc7d2c5f12a658fa98f408e705c0183ac358b11802462f
Contents?: true
Size: 684 Bytes
Versions: 1
Compression:
Stored size: 684 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 parsing and generation with the ease of CSV.} spec.homepage = "https://github.com/barsoom/excel-esv" spec.license = "MIT" spec.metadata = { "rubygems_mfa_required" => "true" } spec.files = `git ls-files -z`.split("\x0") spec.require_paths = [ "lib" ] spec.add_dependency "spreadsheet" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
excel-esv-3.0.1 | excel-esv.gemspec |