Skip to content

Commit

Permalink
Move gem to socketry organization.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 22, 2024
1 parent 88ce34f commit e94d1db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions covered.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit e94d1db

Please sign in to comment.