Skip to content

Commit 461dbbe

Browse files
committed
Update gemspec
1 parent 4cce70a commit 461dbbe

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

roo.gemspec

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# coding: utf-8
1+
# encoding: utf-8
22
lib = File.expand_path('../lib', __FILE__)
33
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require 'roo/version'
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
99
spec.authors = ['Thomas Preymesser', 'Hugh McGowan', 'Ben Woosley']
1010
spec.email = ['ruby.ruby.ruby.roo@gmail.com']
1111
spec.summary = 'Roo can access the contents of various spreadsheet files.'
12-
spec.description = "Roo can access the contents of various spreadsheet files. It can handle\n* OpenOffice\n* Excel\n* Google spreadsheets\n* Excelx\n* LibreOffice\n* CSV"
13-
spec.homepage = 'http://github.com/Empact/roo'
12+
spec.description = "Roo can access the contents of various spreadsheet files. It can handle\n* OpenOffice\n* Excelx\n* LibreOffice\n* CSV"
13+
spec.homepage = 'http://github.com/roo-rb/roo'
1414
spec.license = 'MIT'
1515

1616
spec.files = `git ls-files -z`.split("\x0")
@@ -19,9 +19,8 @@ Gem::Specification.new do |spec|
1919
spec.require_paths = ['lib']
2020

2121
spec.add_dependency 'nokogiri'
22-
spec.add_dependency 'rubyzip', '>= 1.0.0'
22+
spec.add_dependency 'rubyzip', '~> 1'
2323

24-
spec.add_development_dependency 'bundler', '>= 1.7'
2524
spec.add_development_dependency 'rake', '>= 10.0'
2625
spec.add_development_dependency 'minitest', '>= 5.4.3'
2726
end

0 commit comments

Comments
 (0)