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 bbb12af commit 1ae7b94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ Non-features:
- Flexibility at the expense of performance.
- Backwards compatibility (for now).

[![Development Status](https://github.com/suspecting/sus/workflows/Test/badge.svg)](https://github.com/suspecting/sus/actions?workflow=Test)
[![Development Status](https://github.com/socketry/sus/workflows/Test/badge.svg)](https://github.com/socketry/sus/actions?workflow=Test)

## Usage

Please see the [project documentation](https://suspecting.github.io/sus/) for more details.
Please see the [project documentation](https://socketry.github.io/sus/) for more details.

- [Getting Started](https://suspecting.github.io/sus/guides/getting-started/index) - This guide explains how to use the `sus` gem to write tests for your Ruby projects.
- [Getting Started](https://socketry.github.io/sus/guides/getting-started/index) - This guide explains how to use the `sus` gem to write tests for your Ruby projects.

## See Also

- [sus-vscode](https://github.com/suspecting/sus-vscode) - Visual Studio Code extension for Sus.
- [sus-vscode](https://github.com/socketry/sus-vscode) - Visual Studio Code extension for Sus.

## Contributing

Expand Down
6 changes: 3 additions & 3 deletions sus.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/suspecting/sus"
spec.homepage = "https://github.com/socketry/sus"

spec.metadata = {
"documentation_uri" => "https://suspecting.github.io/sus/",
"documentation_uri" => "https://socketry.github.io/sus/",
"funding_uri" => "https://github.com/sponsors/ioquatix/",
"source_code_uri" => "https://github.com/suspecting/sus.git",
"source_code_uri" => "https://github.com/socketry/sus.git",
}

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

0 comments on commit 1ae7b94

Please sign in to comment.