Skip to content

Commit

Permalink
Update authors in gemspec to reflect current maintainers.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Jun 27, 2021
1 parent f005ca2 commit bb237aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rubyzip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bb237aa

Please sign in to comment.