Sha256: c76d71d968123c161fda6eb7b1c7f7d77984e0dfe6e5b0222c810e701cde1ad2
Contents?: true
Size: 884 Bytes
Versions: 3
Compression:
Stored size: 884 Bytes
Contents
require 'jeweler' Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "roo" gem.summary = "Roo can access the contents of various spreadsheet files." gem.description = "Roo can access the contents of various spreadsheet files. It can handle\n* Openoffice\n* Excel\n* Google spreadsheets\n* Excelx\n* Libreoffice\n* CSV" gem.email = "ruby.ruby.ruby.roo@gmail.com" gem.homepage = "http://github.com/Empact/roo" gem.authors = ['Thomas Preymesser', 'Hugh McGowan', 'Ben Woosley'] gem.license = 'MIT' gem.rubyforge_project = 'roo' gem.required_ruby_version = '>= 1.9.0' gem.test_files = FileList["{spec,test}/**/*.*"] end require 'rake/testtask' Rake::TestTask.new do |t| t.libs << "test" t.test_files = FileList['test/test*.rb'] t.verbose = true end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
roo-1.11.2 | Rakefile |
roo-1.11.1 | Rakefile |
roo-1.11.0 | Rakefile |