Skip to content

Commit

Permalink
Adding funding_uri & metadata in (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRogers0 committed Oct 21, 2020
1 parent 7b7fb9b commit 794a93d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bridgetown-minify-html.gemspec
Expand Up @@ -11,6 +11,15 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/MikeRogers0/bridgetown-minify-html"
spec.license = "MIT"

spec.metadata = {
'bug_tracker_uri' => "#{spec.homepage}/issues",
'changelog_uri' => "#{spec.homepage}/blob/master/CHANGELOG.md",
'documentation_uri' => spec.homepage,
'homepage_uri' => spec.homepage,
'source_code_uri' => spec.homepage,
'funding_uri' => 'https://www.buymeacoffee.com/MikeRogers0'
}

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|script|spec|features|frontend)/!) }
spec.test_files = spec.files.grep(%r!^spec/!)
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 794a93d

Please sign in to comment.