diff --git a/covered.gemspec b/covered.gemspec index a766a84..29bb0a6 100644 --- a/covered.gemspec +++ b/covered.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/ioquatix/covered" + spec.homepage = "https://github.com/socketry/covered" spec.metadata = { - "documentation_uri" => "https://ioquatix.github.io/covered/", + "documentation_uri" => "https://socketry.github.io/covered/", "funding_uri" => "https://github.com/sponsors/ioquatix/", - "source_code_uri" => "https://github.com/ioquatix/covered.git", + "source_code_uri" => "https://github.com/socketry/covered.git", } spec.files = Dir.glob(['{bake,lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__) diff --git a/readme.md b/readme.md index c27d621..3a8473d 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ into Ruby. platforms. - Supports coverage of views - templates compiled to Ruby code can be tracked for coverage reporting. -[![Development Status](https://github.com/ioquatix/covered/workflows/Test/badge.svg)](https://github.com/ioquatix/covered/actions?workflow=Test) +[![Development Status](https://github.com/socketry/covered/workflows/Test/badge.svg)](https://github.com/socketry/covered/actions?workflow=Test) ## Motivation @@ -24,17 +24,17 @@ After this concept prooved useful, [it was integrated directly into Ruby](https: ## Usage -Please see the [project documentation](https://ioquatix.github.io/covered/) for more details. +Please see the [project documentation](https://socketry.github.io/covered/) for more details. - - [Getting Started](https://ioquatix.github.io/covered/guides/getting-started/index) - This guide explains how to get started with `covered` and integrate it with your test suite. + - [Getting Started](https://socketry.github.io/covered/guides/getting-started/index) - This guide explains how to get started with `covered` and integrate it with your test suite. - - [Configuration](https://ioquatix.github.io/covered/guides/configuration/index) - This guide will help you to configure covered for your project's specific requirements. + - [Configuration](https://socketry.github.io/covered/guides/configuration/index) - This guide will help you to configure covered for your project's specific requirements. ## See Also - [simplecov](https://github.com/colszowka/simplecov) – one of the original coverage implementations for Ruby, uses the built-in `coverage` library. - - [sus](https://github.com/ioquatix/sus) - a test framework which uses `covered` to generate coverage reports. + - [sus](https://github.com/socketry/sus) - a test framework which uses `covered` to generate coverage reports. ## Contributing