diff options
| author | Noel Peden <[email protected]> | 2019-09-23 22:17:07 -0700 |
|---|---|---|
| committer | Noel Peden <[email protected]> | 2019-09-23 22:17:07 -0700 |
| commit | 08314a9d4e47604a9b39999475fe193354c73618 (patch) | |
| tree | 13db282dc7eccd104fe77db1970a97dabb9f5b24 /axlsx.gemspec | |
| parent | 7e13f96274f885708f9abe564f1e4a362b93bca0 (diff) | |
| download | caxlsx-08314a9d4e47604a9b39999475fe193354c73618.tar.gz caxlsx-08314a9d4e47604a9b39999475fe193354c73618.zip | |
Gemspec home page fix [skip ci]
Diffstat (limited to 'axlsx.gemspec')
| -rw-r--r-- | axlsx.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
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." |
