Skip to content

Commit

Permalink
Merge pull request #116 from nickhammond/patch-1
Browse files Browse the repository at this point in the history
Add metadata for RubyGems to gemspec
  • Loading branch information
whomwah committed May 20, 2021
2 parents 66d1a23 + c2c4c35 commit 13d7713
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rqrcode.gemspec
Expand Up @@ -17,6 +17,10 @@ Gem::Specification.new do |spec|
EOF
spec.homepage = "https://github.com/whomwah/rqrcode"
spec.license = "MIT"
spec.metadata = {
"bug_tracker_uri" => "https://github.com/whomwah/rqrcode/issues",
"changelog_uri" => "https://github.com/whomwah/rqrcode/blob/master/CHANGELOG.md"
}

spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
Expand Down

0 comments on commit 13d7713

Please sign in to comment.