Skip to content

Commit

Permalink
chore: add gem metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
meleu committed May 5, 2024
1 parent 7a729ce commit 514fdf8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hello_meleu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@ Gem::Specification.new do |s|
s.authors = ['meleu']
s.files = ['lib/hello_meleu.rb']
s.summary = 'Greeting meleu'
s.version = '0.0.1'
s.version = '0.0.2'

s.homepage = 'https://github.com/meleu/hello_meleu'
s.metadata = {
'bug_tracker_uri' => "#{s.homepage}/issues",
'changelog_uri' => "#{s.homepage}/releases",
'wiki_uri' => "#{s.homepage}/wiki",
'source_code_uri' => s.homepage
}
end

0 comments on commit 514fdf8

Please sign in to comment.