diff options
| author | mo khan <mo@mokhan.ca> | 2026-01-31 22:02:41 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2026-01-31 22:02:41 -0700 |
| commit | e393e58c625357332ccdf0a58aee2c0e29e62f40 (patch) | |
| tree | 69a79947b62a38e4aee42eec38145dc2d3294f51 | |
| parent | 7815d1f381d1632e069ca26c5eacceff82d17e8b (diff) | |
chore: update gemspec metadata
| -rw-r--r-- | net-hippie.gemspec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net-hippie.gemspec b/net-hippie.gemspec index c1e949a..4fdb83e 100644 --- a/net-hippie.gemspec +++ b/net-hippie.gemspec @@ -7,17 +7,18 @@ require 'net/hippie/version' Gem::Specification.new do |spec| spec.name = 'net-hippie' spec.version = Net::Hippie::VERSION - spec.authors = ['mo'] + spec.authors = ['mo khan'] spec.email = ['mo@mokhan.ca'] spec.summary = 'net/http for hippies. ☮️ ' spec.description = 'net/http for hippies. ☮️ ' - spec.homepage = 'https://rubygems.org/gems/net-hippie' + spec.homepage = "https://src.mokhan.ca/xlgmokha/net-hippie" spec.license = 'MIT' - spec.metadata = { - 'source_code_uri' => 'https://github.com/xlgmokha/net-hippie', - 'rubygems_mfa_required' => 'true' - } + spec.metadata["allowed_push_host"] = "https://rubygems.org" + spec.metadata["homepage_uri"] = spec.homepage + spec.metadata["source_code_uri"] = "https://git.mokhan.ca/xlgmokha/net-hippie.git" + spec.metadata["changelog_uri"] = "https://src.mokhan.ca/xlgmokha/net-hippie/blob/main/CHANGELOG.md.html" + spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) |
