diff options
Diffstat (limited to 'net-hippie.gemspec')
| -rw-r--r-- | net-hippie.gemspec | 7 |
1 files changed, 5 insertions, 2 deletions
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' |
