Skip to content

Commit 7b9e1de

Browse files
Update weaviate.gemspec
1 parent 4bde726 commit 7b9e1de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

weaviate.gemspec

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

1111
spec.summary = "Ruby wrapper for the Weaviate.io API"
1212
spec.description = "Ruby wrapper for the Weaviate.io API"
13-
spec.homepage = "https://github.com/andreibondarev/weaviate"
13+
spec.homepage = "https://github.com/andreibondarev/weaviate-ruby"
1414
spec.license = "MIT"
1515
spec.required_ruby_version = ">= 2.6.0"
1616

1717
spec.metadata["homepage_uri"] = spec.homepage
18-
spec.metadata["source_code_uri"] = "https://github.com/andreibondarev/weaviate"
19-
spec.metadata["changelog_uri"] = "https://github.com/andreibondarev/weaviate/CHANGELOG.md"
18+
spec.metadata["source_code_uri"] = "https://github.com/andreibondarev/weaviate-ruby"
19+
spec.metadata["changelog_uri"] = "https://github.com/andreibondarev/weaviate-ruby/CHANGELOG.md"
2020

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

0 commit comments

Comments
 (0)