Skip to content

Commit 1fe8f3b

Browse files
committed
New name for gem
To keep in line with common practices we rename the gem to the correct naming convention.
1 parent 26af4b9 commit 1fe8f3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

request_queue_time.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Gem::Specification.new do |spec|
66
spec.name = "request_queue_time"
77
spec.version = RequestQueueTime::Middleware::VERSION
88
spec.authors = ["Jonas Brusman", "Björn Nordstrand"]
9-
spec.homepage = "https://github.com/teamtailor/request-queue-time-middleware"
9+
spec.homepage = "https://github.com/teamtailor/request_queue_time"
1010
spec.summary = "Used by ECS stacks for Teamtailor"
1111

1212
spec.metadata["homepage_uri"] = spec.homepage
13-
spec.metadata["source_code_uri"] = "https://github.com/teamtailor/request-queue-time-middleware"
14-
spec.metadata["changelog_uri"] = "https://github.com/teamtailor/request-queue-time-middleware/blob/main/CHANGELOG.md"
13+
spec.metadata["source_code_uri"] = "https://github.com/teamtailor/request_queue_time"
14+
spec.metadata["changelog_uri"] = "https://github.com/teamtailor/request_queue_time/blob/main/CHANGELOG.md"
1515

1616
# Specify which files should be added to the gem when it is released.
1717
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)