Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Adding funding_uri & other metadata (#31)
Browse files Browse the repository at this point in the history
* Adding funding_uri & other metadata

* fixing rubocop errors
  • Loading branch information
MikeRogers0 committed Oct 21, 2020
1 parent b2acdea commit baf2bab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions puma-ngrok-tunnel.gemspec
Expand Up @@ -13,6 +13,15 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/mikerogers0/puma-ngrok-tunnel'
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'
}

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
Expand Down

0 comments on commit baf2bab

Please sign in to comment.