Sha256: 179ab7d1fb13d0d44bd7272f7ee8c77ee9bcfe9eb4a539e27d732098ef1e2c9c
Contents?: true
Size: 522 Bytes
Versions: 3
Compression:
Stored size: 522 Bytes
Contents
begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "jruby-poi" gemspec.summary = "Apache POI class library for jruby" gemspec.description = "A rubyesque library for manipulating spreadsheets and other document types for jruby, using Apache POI." gemspec.email = "sdeming@makefile.com" gemspec.homepage = "http://github.com/sdeming/jruby-poi" gemspec.authors = ["Scott Deming"] end rescue LoadError puts "Jeweler not available. Install it with: gem install jeweler" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jruby-poi-0.5.0 | Rakefile |
jruby-poi-0.4.0 | Rakefile |
jruby-poi-0.1.0 | Rakefile |