diff options
| -rw-r--r-- | Rakefile | 2 | ||||
| -rw-r--r-- | rubima.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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. |
