summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNoel Peden <[email protected]>2019-10-04 11:10:28 -0700
committerNoel Peden <[email protected]>2019-10-04 11:10:28 -0700
commitfff65a95da4d2ca9b115781a65d1164823e06636 (patch)
tree51230dcbe45c23ecf027e783aaa11827652e900e
parent07d8ecfa4cb9484cdda179457f6cde87b6d99bb3 (diff)
downloadcaxlsx-fff65a95da4d2ca9b115781a65d1164823e06636.tar.gz
caxlsx-fff65a95da4d2ca9b115781a65d1164823e06636.zip
Fix rake reference [skip ci]
-rw-r--r--Rakefile2
-rw-r--r--rubima.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 46b1503e..aa71e48e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -23,7 +23,7 @@ Rake::TestTask.new do |t|
end
task :release => :build do
- system "gem push axlsx-#{Axlsx::VERSION}.gem"
+ system "gem push caxlsx-#{Axlsx::VERSION}.gem"
end
task :default => :test
diff --git a/rubima.md b/rubima.md
index c28850fe..d5199bc4 100644
--- a/rubima.md
+++ b/rubima.md
@@ -8,7 +8,7 @@ using CSV, a technology from the 1960's
That has changed. There is a new gem, released in November of last year and still under active development
that brings more to ruby and ruby on rails than was ever possible before for client reporting.
-The gem is axlsx (http://rubygems.org/gems/axlsx)
+The gem is caxlsx (http://rubygems.org/gems/caxlsx)
Let's take a look at some of the things that it can do for you.