Skip to content

Commit

Permalink
Modernize gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 22, 2024
1 parent ac361d0 commit 65e23b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions gems.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -22,6 +22,4 @@

gem "bake-test"
gem "bake-test-external"

gem "covered"
end
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions sus-fixtures-async-http.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/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__)
Expand Down

0 comments on commit 65e23b8

Please sign in to comment.