Skip to content

Commit

Permalink
Merge pull request #339 from greysteil/gemspec-metadata
Browse files Browse the repository at this point in the history
Add source code and changelog links to gemspec
  • Loading branch information
macournoyer committed Jun 22, 2017
2 parents 619befe + aee68a5 commit 678fa4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions thin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Thin::GemSpec = Gem::Specification.new do |s|
s.licenses = ["GPLv2+", "Ruby 1.8"]
s.executables = %w( thin )

s.metadata = {
'source_code_uri' => 'https://github.com/macournoyer/thin',
'changelog_uri' => 'https://github.com/macournoyer/thin/blob/master/CHANGELOG'
}

s.required_ruby_version = '>= 1.8.5'

s.add_dependency 'rack', '>= 1', '< 3'
Expand Down

0 comments on commit 678fa4d

Please sign in to comment.