Skip to content

Commit

Permalink
misc: add funding_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 30, 2021
1 parent 9f9a3ef commit 9beed74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test-prof.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ Gem::Specification.new do |spec|
spec.homepage = "http://github.com/test-prof/test-prof"
spec.license = "MIT"
spec.metadata = {
"bug_tracker_uri" => "http://github.com/test-prof/test-prof/issues",
"bug_tracker_uri" => "https://github.com/test-prof/test-prof/issues",
"changelog_uri" => "https://github.com/test-prof/test-prof/blob/master/CHANGELOG.md",
"documentation_uri" => "https://test-prof.evilmartians.io/",
"homepage_uri" => "https://test-prof.evilmartians.io/",
"source_code_uri" => "http://github.com/test-prof/test-prof"
"source_code_uri" => "https://github.com/test-prof/test-prof",
"funding_uri" => "https://github.com/sponsors/test-prof"
}

spec.files = Dir.glob("lib/**/*") + Dir.glob("config/**/*") + Dir.glob("assets/**/*") + %w[README.md LICENSE.txt CHANGELOG.md]
Expand Down

0 comments on commit 9beed74

Please sign in to comment.