diff options
| author | mo khan <mo.khan@gmail.com> | 2021-01-30 21:10:54 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2021-01-30 21:10:54 -0700 |
| commit | 299198422219c0c2721d824922e68272b1be5dd7 (patch) | |
| tree | 56a5ac1304a63c664e8b172c177be7d71bed7c05 /net-hippie.gemspec | |
| parent | b4d66a4a16d11542f7ca5fd2ad0a264f70b42e84 (diff) | |
chore: update link to homepage/source codev1.1.1
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' |
