diff options
| author | 2019-01-14 01:41:26 -0500 | |
|---|---|---|
| committer | 2019-01-14 01:41:26 -0500 | |
| commit | 6aa7e04e06423e7d92ede727489ea346e88f7108 (patch) | |
| tree | 9bdec92fd17898b662235bc0a491de827990130c /roo.gemspec | |
| parent | c59817e300dbe1aab3120cad603cdb14b14ed78b (diff) | |
| parent | dddfa903d2b856146f05ffb4415c31d6127bb5bf (diff) | |
Update upstream source from tag 'upstream/2.8.0'
Update to upstream version '2.8.0'
with Debian dir 569f5866fbcf4e449c6c48dc5d20a3ab54f95252
Diffstat (limited to 'roo.gemspec')
| -rw-r--r-- | roo.gemspec | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/roo.gemspec b/roo.gemspec index a34accb..c674025 100644 --- a/roo.gemspec +++ b/roo.gemspec @@ -4,21 +4,23 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'roo/version' Gem::Specification.new do |spec| - spec.name = 'roo' - spec.version = Roo::VERSION - spec.authors = ['Thomas Preymesser', 'Hugh McGowan', 'Ben Woosley', 'Oleksandr Simonov', 'Steven Daniels'] - spec.email = ['ruby.ruby.ruby.roo@gmail.com', 'oleksandr@simonov.me'] - spec.summary = 'Roo can access the contents of various spreadsheet files.' - spec.description = "Roo can access the contents of various spreadsheet files. It can handle\n* OpenOffice\n* Excelx\n* LibreOffice\n* CSV" - spec.homepage = 'http://github.com/roo-rb/roo' - spec.license = 'MIT' + spec.name = 'roo' + spec.version = Roo::VERSION + spec.authors = ['Thomas Preymesser', 'Hugh McGowan', 'Ben Woosley', 'Oleksandr Simonov', 'Steven Daniels', 'Anmol Chopra'] + spec.email = ['ruby.ruby.ruby.roo@gmail.com', 'oleksandr@simonov.me'] + spec.summary = 'Roo can access the contents of various spreadsheet files.' + spec.description = "Roo can access the contents of various spreadsheet files. It can handle\n* OpenOffice\n* Excelx\n* LibreOffice\n* CSV" + spec.homepage = 'https://github.com/roo-rb/roo' + spec.license = 'MIT' - spec.files = `git ls-files -z`.split("\x0") + spec.files = `git ls-files -z`.split("\x0") spec.files.reject! { |fn| fn.include?('test/files') } - spec.require_paths = ['lib'] + spec.require_paths = ['lib'] + + spec.required_ruby_version = ">= 2.3.0" spec.add_dependency 'nokogiri', '~> 1' - spec.add_dependency 'rubyzip', '~> 1.1', '< 2.0.0' + spec.add_dependency 'rubyzip', '>= 1.2.1', '< 2.0.0' spec.add_development_dependency 'rake', '~> 10.1' spec.add_development_dependency 'minitest', '~> 5.4', '>= 5.4.3' |
