summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-22 23:56:08 +0900
committerRandy Morgan <[email protected]>2011-11-22 23:56:08 +0900
commit099a1d5a7824b7a6392bfe2f124ebeaf9d8122db (patch)
tree21bdb027e13141cb75a442e0350808093234f4b2 /Rakefile
parent1e5388ce173913cb7643505eb38efe12628cf378 (diff)
downloadcaxlsx-099a1d5a7824b7a6392bfe2f124ebeaf9d8122db.tar.gz
caxlsx-099a1d5a7824b7a6392bfe2f124ebeaf9d8122db.zip
rebuild and README update
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0d2a9da8..72ff0eb5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,6 @@
require File.expand_path(File.dirname(__FILE__) + '/lib/axlsx/version.rb')
-task :build do
+task :build => :gendoc do
system "gem build axlsx.gemspec"
end