Skip to content

Commit ae619e8

Browse files
committed
fix: repo url
1 parent 49841ef commit ae619e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdk-ruby.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Gem::Specification.new do |spec|
1010

1111
spec.summary = "Ruby SDK for Lingo.dev localization API"
1212
spec.description = "A Ruby SDK for integrating with the Lingo.dev localization and translation engine API."
13-
spec.homepage = "https://github.com/lingodev/sdk-ruby"
13+
spec.homepage = "https://github.com/lingodotdev/sdk-ruby"
1414
spec.required_ruby_version = ">= 3.2.0"
1515

1616
spec.metadata["allowed_push_host"] = "https://rubygems.org"
1717
spec.metadata["homepage_uri"] = spec.homepage
18-
spec.metadata["source_code_uri"] = "https://github.com/lingodev/sdk-ruby"
18+
spec.metadata["source_code_uri"] = "https://github.com/lingodotdev/sdk-ruby"
1919

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

0 commit comments

Comments
 (0)