Sha256: 78c582acf8f3d400d15b66b04eae0afa652f2fd75652cd3f6d2689072241da10
Contents?: true
Size: 577 Bytes
Versions: 8
Compression:
Stored size: 577 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/lib/axlsx/version.rb') task :build => :gendoc do system "gem build axlsx.gemspec" end task :benchmark do require File.expand_path(File.dirname(__FILE__) + '/test/benchmark.rb') end task :gendoc do system "yardoc" system "yard stats --list-undoc" end require 'rake/testtask' Rake::TestTask.new do |t| t.libs << 'test' t.test_files = FileList['test/**/tc_*.rb'] t.verbose = false t.warning = true end task :release => :build do system "gem push caxlsx-#{Axlsx::VERSION}.gem" end task :default => :test
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
caxlsx-3.3.0 | Rakefile |
caxlsx-3.1.1 | Rakefile |
caxlsx-3.1.0 | Rakefile |
caxlsx-3.0.4 | Rakefile |
caxlsx-3.0.3 | Rakefile |
caxlsx-3.0.2 | Rakefile |
caxlsx-3.0.1 | Rakefile |
caxlsx-3.0.0 | Rakefile |