From fff65a95da4d2ca9b115781a65d1164823e06636 Mon Sep 17 00:00:00 2001 From: Noel Peden Date: Fri, 4 Oct 2019 11:10:28 -0700 Subject: Fix rake reference [skip ci] --- Rakefile | 2 +- rubima.md | 2 +- 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. -- cgit v1.2.3