Skip to content

Commit e94d1db

Browse files
committed
Move gem to socketry organization.
1 parent 88ce34f commit e94d1db

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

covered.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Gem::Specification.new do |spec|
1313
spec.cert_chain = ['release.cert']
1414
spec.signing_key = File.expand_path('~/.gem/release.pem')
1515

16-
spec.homepage = "https://github.com/ioquatix/covered"
16+
spec.homepage = "https://github.com/socketry/covered"
1717

1818
spec.metadata = {
19-
"documentation_uri" => "https://ioquatix.github.io/covered/",
19+
"documentation_uri" => "https://socketry.github.io/covered/",
2020
"funding_uri" => "https://github.com/sponsors/ioquatix/",
21-
"source_code_uri" => "https://github.com/ioquatix/covered.git",
21+
"source_code_uri" => "https://github.com/socketry/covered.git",
2222
}
2323

2424
spec.files = Dir.glob(['{bake,lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ into Ruby.
1111
platforms.
1212
- Supports coverage of views - templates compiled to Ruby code can be tracked for coverage reporting.
1313

14-
[![Development Status](https://github.com/ioquatix/covered/workflows/Test/badge.svg)](https://github.com/ioquatix/covered/actions?workflow=Test)
14+
[![Development Status](https://github.com/socketry/covered/workflows/Test/badge.svg)](https://github.com/socketry/covered/actions?workflow=Test)
1515

1616
## Motivation
1717

@@ -24,17 +24,17 @@ After this concept prooved useful, [it was integrated directly into Ruby](https:
2424

2525
## Usage
2626

27-
Please see the [project documentation](https://ioquatix.github.io/covered/) for more details.
27+
Please see the [project documentation](https://socketry.github.io/covered/) for more details.
2828

29-
- [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.
29+
- [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.
3030

31-
- [Configuration](https://ioquatix.github.io/covered/guides/configuration/index) - This guide will help you to configure covered for your project's specific requirements.
31+
- [Configuration](https://socketry.github.io/covered/guides/configuration/index) - This guide will help you to configure covered for your project's specific requirements.
3232

3333
## See Also
3434

3535
- [simplecov](https://github.com/colszowka/simplecov) – one of the original coverage implementations for Ruby, uses
3636
the built-in `coverage` library.
37-
- [sus](https://github.com/ioquatix/sus) - a test framework which uses `covered` to generate coverage reports.
37+
- [sus](https://github.com/socketry/sus) - a test framework which uses `covered` to generate coverage reports.
3838

3939
## Contributing
4040

0 commit comments

Comments
 (0)