We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa53e6c commit edc4ec6Copy full SHA for edc4ec6
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+## [Unreleased]
2
+
3
+## [0.1.0] - 2025-01-26
4
5
+- Initial release
turbopuffer.gemspec
@@ -15,6 +15,8 @@ Gem::Specification.new do |spec|
15
spec.required_ruby_version = ">= 3.3.6"
16
17
spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["source_code_uri"] = spec.homepage
19
+ spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md"
20
21
# Specify which files should be added to the gem when it is released.
22
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
0 commit comments