Sha256: 8ecc836cdffadecf8df2cb525409b040e1b973ddb803f286b7da78dbbe3e61f7
Contents?: true
Size: 596 Bytes
Versions: 1
Compression:
Stored size: 596 Bytes
Contents
Gem::Specification.new do |s| s.name = 'jruby_excelcom' s.version = '0.0.2' s.date = Time.now.strftime('%Y-%m-%d') s.platform = 'java' s.summary = "Excel spreadsheet modification using COM" s.description = "Uses the java library excelcom and JNA for modifying excel spreadsheets. Works on windows only." s.authors = ["lprc"] s.files = Dir.glob("{doc,lib,test}/**/*") + ['LICENSE', __FILE__] s.require_paths = ['lib'] s.homepage = 'http://rubygems.org/gems/jruby_excelcom' s.license = 'Apache-2.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jruby_excelcom-0.0.2-java | jruby_excelcom.gemspec |