Skip to content

Commit

Permalink
Add gem metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Feb 17, 2023
1 parent e2a45df commit c63195a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tilt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Tilt", "--main", "Tilt"]
s.require_paths = %w[lib]
s.required_ruby_version = ">= 2.0"

s.metadata = {
'bug_tracker_uri' => 'https://github.com/jeremyevans/tilt/issues',
'changelog_uri' => 'https://github.com/jeremyevans/tilt/blob/master/CHANGELOG.md',
'mailing_list_uri' => 'https://github.com/jeremyevans/tilt/discussions',
'source_code_uri' => 'https://github.com/jeremyevans/tilt',
}
end

0 comments on commit c63195a

Please sign in to comment.