Skip to content

Commit

Permalink
Adding funding_uri & other metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoGHdez committed Aug 11, 2021
1 parent 56cf1db commit 3c17aab
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions ruby_jard.gemspec
Expand Up @@ -15,11 +15,15 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')

spec.metadata['allowed_push_host'] = 'https://rubygems.org'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/nguyenquangminh0711/ruby_jard'
spec.metadata['changelog_uri'] = 'https://github.com/nguyenquangminh0711/ruby_jard'
spec.metadata = {
'allowed_push_host' => 'https://rubygems.org',
'bug_tracker_uri' => "#{spec.homepage}/issues",
'changelog_uri' => "#{spec.homepage}/blob/master/CHANGELOG.md",
'documentation_uri' => spec.homepage,
'funding_uri' => 'https://ko-fi.com/nguyenquangminh0711',
'homepage_uri' => spec.homepage,
'source_code_uri' => spec.homepage
}

# 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.
Expand Down

0 comments on commit 3c17aab

Please sign in to comment.