Update authors in gemspec to reflect current maintainers.
This commit is contained in:
parent
f005ca2864
commit
bb237aaa08
|
@ -5,8 +5,10 @@ require_relative 'lib/zip/version'
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'rubyzip'
|
||||
s.version = ::Zip::VERSION
|
||||
s.authors = ['Alexander Simonov']
|
||||
s.email = ['alex@simonov.me']
|
||||
s.authors = ['Robert Haines', 'John Lees-Miller', 'Alexander Simonov']
|
||||
s.email = [
|
||||
'hainesr@gmail.com', 'jdleesmiller@gmail.com', 'alex@simonov.me'
|
||||
]
|
||||
s.homepage = 'http://github.com/rubyzip/rubyzip'
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.summary = 'rubyzip is a ruby module for reading and writing zip files'
|
||||
|
|
Loading…
Reference in New Issue