From 65e23b86d7314fb717685940a5489bef48e26e75 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Mon, 22 Jul 2024 18:05:55 +1200 Subject: [PATCH] Modernize gem. --- gems.rb | 4 +--- readme.md | 2 +- sus-fixtures-async-http.gemspec | 6 +++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/gems.rb b/gems.rb index 0ca7675..296fd2e 100644 --- a/gems.rb +++ b/gems.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2022-2023, by Samuel Williams. +# Copyright, 2022-2024, by Samuel Williams. source "https://rubygems.org" @@ -22,6 +22,4 @@ gem "bake-test" gem "bake-test-external" - - gem "covered" end diff --git a/readme.md b/readme.md index b510c9f..b370202 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ Provides a convenient fixture for running a web server. -[![Development Status](https://github.com/sus-rb/sus-fixtures-async-http/workflows/Test/badge.svg)](https://github.com/sus-rb/sus-fixtures-async-http/actions?workflow=Test) +[![Development Status](https://github.com/suspecting/sus-fixtures-async-http/workflows/Test/badge.svg)](https://github.com/suspecting/sus-fixtures-async-http/actions?workflow=Test) ## Installation diff --git a/sus-fixtures-async-http.gemspec b/sus-fixtures-async-http.gemspec index 9696d1d..d273500 100644 --- a/sus-fixtures-async-http.gemspec +++ b/sus-fixtures-async-http.gemspec @@ -13,12 +13,12 @@ Gem::Specification.new do |spec| spec.cert_chain = ['release.cert'] spec.signing_key = File.expand_path('~/.gem/release.pem') - spec.homepage = "https://github.com/sus-rb/sus-fixtures-async-http" + spec.homepage = "https://github.com/suspecting/sus-fixtures-async-http" spec.metadata = { - "documentation_uri" => "https://sus-rb.github.io/sus-fixtures-async-http/", + "documentation_uri" => "https://suspecting.github.io/sus-fixtures-async-http/", "funding_uri" => "https://github.com/sponsors/ioquatix/", - "source_code_uri" => "https://github.com/sus-rb/sus-fixtures-async-http.git", + "source_code_uri" => "https://github.com/suspecting/sus-fixtures-async-http.git", } spec.files = Dir.glob(['{lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)