From 299198422219c0c2721d824922e68272b1be5dd7 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 30 Jan 2021 21:10:54 -0700 Subject: chore: update link to homepage/source code --- net-hippie.gemspec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'net-hippie.gemspec') diff --git a/net-hippie.gemspec b/net-hippie.gemspec index 4be11e9..beffb0e 100644 --- a/net-hippie.gemspec +++ b/net-hippie.gemspec @@ -12,10 +12,13 @@ Gem::Specification.new do |spec| spec.summary = 'net/http for hippies. ☮️ ' spec.description = 'net/http for hippies. ☮️ ' - spec.homepage = 'https://github.com/mokhan/net-hippie/' + spec.homepage = 'https://rubygems.org/gems/net-hippie' spec.license = 'MIT' + spec.metadata = { + 'source_code_uri' => 'https://github.com/xlgmokha/net-hippie' + } - spec.files = `git ls-files -z`.split("\x0").reject do |f| + spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = 'exe' -- cgit v1.2.3