Sha256: 1ef043f44e747e3df5ef8843a031cb0dc1bb579c2670ba7ad4689522553b81f0
Contents?: true
Size: 851 Bytes
Versions: 6
Compression:
Stored size: 851 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.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
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
shoppe-paypal-1.1.0 | vendor/bundle/ruby/2.1.0/gems/roo-1.13.2/Rakefile |
roo-1.13.2 | Rakefile |
roo-1.13.1 | Rakefile |
roo-1.13.0 | Rakefile |
roo-1.12.2 | Rakefile |
roo-1.12.1 | Rakefile |