summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.