summaryrefslogtreecommitdiffhomepage
path: root/axlsx.gemspec
diff options
context:
space:
mode:
authorJurriaan Pruis <[email protected]>2015-03-14 16:16:31 +0100
committerJurriaan Pruis <[email protected]>2015-03-14 16:26:18 +0100
commit47325fc9de0acfb4acf24f599c188bf0de231538 (patch)
treec45a122768a5832ab31a2c4aefc7411317b70699 /axlsx.gemspec
parent05c9faa89da35ba01ece50c2951739b579478993 (diff)
downloadcaxlsx-47325fc9de0acfb4acf24f599c188bf0de231538.tar.gz
caxlsx-47325fc9de0acfb4acf24f599c188bf0de231538.zip
bump version
Diffstat (limited to 'axlsx.gemspec')
-rw-r--r--axlsx.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec
index 7d4ab2b6..9fc19285 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -3,12 +3,12 @@ require File.expand_path('../lib/axlsx/version', __FILE__)
Gem::Specification.new do |s|
s.name = 'axlsx'
s.version = Axlsx::VERSION
- s.author = "Randy Morgan"
+ s.author = ["Randy Morgan", "Jurriaan Pruis"]
s.email = '[email protected]'
- s.homepage = 'https://github.com/randym/axlsx'
+ s.homepage = 'https://github.com/randym/axlsx'
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."
+ s.summary = "Excel OOXML (xlsx) with charts, styles, images and autowidth columns."
s.has_rdoc = 'axlsx'
s.license = 'MIT'
s.description = <<-eof
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = Dir.glob("{test/**/*}")
s.add_runtime_dependency 'nokogiri', '>= 1.4.1'
- s.add_runtime_dependency 'rubyzip', '~> 1.1.1'
+ s.add_runtime_dependency 'rubyzip', '~> 1.1.7'
s.add_runtime_dependency "htmlentities", "~> 4.3.1"
s.add_development_dependency 'yard'