summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
-rw-r--r--README.md6
-rw-r--r--appveyor.yml3
-rw-r--r--axlsx.gemspec2
4 files changed, 11 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index e7627047..d37ee3ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,9 +15,11 @@ notifications:
matrix:
include:
- rvm: 2.1
- - rvm: 2.2.8
+ - rvm: 2.2.10
- rvm: 2.3.5
- - rvm: 2.4.2
+ - rvm: 2.4.7
+ - rvm: 2.5.6
+ - rvm: 2.6.4
- rvm: rbx-3
- rvm: jruby-19mode
- rvm: jruby-9.1.17.0
diff --git a/README.md b/README.md
index b9fec11f..f57506c9 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,14 @@ Please consider helping develop and test these gems.
Axlsx: Office Open XML Spreadsheet Generation
====================================
-[![Build Status](https://secure.travis-ci.org/randym/axlsx.svg?branch=master)](http://travis-ci.org/randym/axlsx/)
+[![Build Status](https://travis-ci.com/caxlsx/caxlsx.svg?branch=master)](https://travis-ci.com/caxlsx/caxlsx)
If you are using axlsx for commercial purposes, or just want to show your
appreciation for the gem, please don't hesitate to make a donation.
**IRC**:[irc.freenode.net / #axlsx](irc://irc.freenode.net/axlsx)
-**Git**:[http://github.com/caxlsx/axlsx](http://github.com/randym/axlsx)
+**Git**:[http://github.com/caxlsx/axlsx](http://github.com/caxlsx/axlsx)
**Google Group**: [https://groups.google.com/forum/?fromgroups#!forum/axlsx](https://groups.google.com/forum/?fromgroups#!forum/axlsx)
@@ -125,7 +125,7 @@ Installing
To install Axlsx, use the following command:
- $ gem install axlsx
+ $ gem install caxlsx
#Examples
------
diff --git a/appveyor.yml b/appveyor.yml
index 0d7d5fce..c2fd1547 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,6 +2,9 @@ version: 2.1.0.{build}-{branch}
environment:
matrix:
+ - RUBY_VERSION: 26
+ - RUBY_VERSION: 25
+ - RUBY_VERSION: 24
- RUBY_VERSION: 23
- RUBY_VERSION: 22
- RUBY_VERSION: 21
diff --git a/axlsx.gemspec b/axlsx.gemspec
index 1de84ca7..ae656429 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = Axlsx::VERSION
s.authors = ["Randy Morgan", "Jurriaan Pruis", "Noel Peden"]
s.email = '[email protected]'
- s.homepage = 'https://github.com/caxlsx/axlsx'
+ s.homepage = 'https://github.com/caxlsx/caxlsx'
s.platform = Gem::Platform::RUBY
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = "Excel OOXML (xlsx) with charts, styles, images and autowidth columns."