Sha256: d299552bee95119821ab2bb838732903ef6583ce21dd7b54b2207b4d365e0d5f
Contents?: true
Size: 919 Bytes
Versions: 2
Compression:
Stored size: 919 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'excelgrip/version' Gem::Specification.new do |spec| spec.name = "excelgrip" spec.version = Excelgrip::VERSION spec.authors = ["yac4423"] spec.email = ["excelgrip@tech-notes.dyndns.org"] spec.summary = %q{Control Excel from Ruby Script.} spec.description = %q{Control Excel from Ruby Script.} spec.homepage = "https://github.com/yac4423/excelgrip" 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_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
excelgrip-0.0.3 | excelgrip.gemspec |
excelgrip-0.0.2 | excelgrip.gemspec |