Skip to content

Commit

Permalink
Merge pull request #1938 from orien/gem-metadata
Browse files Browse the repository at this point in the history
Add project metadata to the gemspec
  • Loading branch information
dm1try authored Dec 1, 2019
2 parents 4a3bde4 + da33008 commit fb11882
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#### Features

* Your contribution here.
* [#1938](https://github.com/ruby-grape/grape/pull/1938): Add project metadata to the gemspec - [@orien](https://github.com/orien).

#### Fixes

Expand Down
6 changes: 6 additions & 0 deletions grape.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Gem::Specification.new do |s|
s.summary = 'A simple Ruby framework for building REST-like APIs.'
s.description = 'A Ruby framework for rapid API development with great conventions.'
s.license = 'MIT'
s.metadata = {
'bug_tracker_uri' => 'https://github.com/ruby-grape/grape/issues',
'changelog_uri' => "https://github.com/ruby-grape/grape/blob/v#{s.version}/CHANGELOG.md",
'documentation_uri' => "https://www.rubydoc.info/gems/grape/#{s.version}",
'source_code_uri' => "https://github.com/ruby-grape/grape/tree/v#{s.version}"
}

s.add_runtime_dependency 'activesupport'
s.add_runtime_dependency 'builder'
Expand Down

0 comments on commit fb11882

Please sign in to comment.