Skip to content

Commit

Permalink
Add me to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
sonots committed Oct 13, 2016
1 parent 7bb6a74 commit e1e8ef7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions geminabox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ Gem::Specification.new do |s|
s.version = Geminabox::VERSION
s.summary = 'Really simple rubygem hosting'
s.description = 'A sinatra based gem hosting app, with client side gem push style functionality.'
s.authors = ['Tom Lea', 'Jack Foy', 'Rob Nichols']
s.email = ['contrib@tomlea.co.uk', 'jack@foys.net', 'rob@undervale.co.uk']
s.authors = ['Tom Lea', 'Jack Foy', 'Rob Nichols', 'Naotoshi Seo']
s.email = ['contrib@tomlea.co.uk', 'jack@foys.net', 'rob@undervale.co.uk', 'sonots@gmail.com']
s.homepage = 'http://tomlea.co.uk/p/gem-in-a-box'

s.has_rdoc = true
s.extra_rdoc_files = %w[README.markdown]
s.rdoc_options = %w[--main README.markdown]
s.extra_rdoc_files = %w[README.md]
s.rdoc_options = %w[--main README.md]

s.license = 'MIT-LICENSE'
s.files = %w[MIT-LICENSE README.markdown] + Dir['{lib,public,views}/**/*']
s.files = %w[MIT-LICENSE README.md] + Dir['{lib,public,views}/**/*']
s.require_paths = ['lib']

s.add_dependency('sinatra', [">= 1.2.7"])
Expand Down

0 comments on commit e1e8ef7

Please sign in to comment.