indieauth-token-verification.gemspec in indieauth-token-verification-0.2.0 vs indieauth-token-verification.gemspec in indieauth-token-verification-0.2.1
- old
+ new
@@ -9,20 +9,17 @@
spec.authors = ["Stephen Rushe"]
spec.email = ["steve+gemspec@deeden.co.uk"]
spec.summary = %q{Perform the access token verification portion of the IndieAuth process.}
spec.description = %q{Perform the access token verification portion of the IndieAuth process by communicationg with a token endpoint.}
- spec.homepage = "https://github.com/srushe/indieauth-token-verification"
+ spec.homepage = "https://code.deeden.co.uk/indieauth-token-verification"
spec.license = "MIT"
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
- # to allow pushing to a single host or delete this section to allow pushing to any host.
- if spec.respond_to?(:metadata)
- spec.metadata['allowed_push_host'] = ENV.fetch('GEMSERVER_URL', 'nohost')
- else
- raise "RubyGems 2.0 or newer is required to protect against " \
- "public gem pushes."
- end
+ spec.metadata = {
+ 'bug_tracker_uri' => 'https://code.deeden.co.uk/indieauth-token-verification/issues',
+ 'changelog_uri' => 'https://code.deeden.co.uk/indieauth-token-verification/changelog',
+ 'homepage_uri' => 'https://code.deeden.co.uk/indieauth-token-verification'
+ }
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.bindir = "exe"