What
Rename the gem from langfuse-ruby to langfuse-client (or another available name on RubyGems.org), update the gemspec with a real author email and proper spec.files using Dir.glob instead of git ls-files, and publish the first release to RubyGems.org.
Why
The gem name langfuse-ruby is already taken on RubyGems.org (71k+ downloads). Publishing under an available name makes the gem installable via gem install without a git source reference, dramatically lowering the barrier to adoption. The gemspec currently contains a placeholder email (your.email@example.com) and uses git ls-files for spec.files, which breaks gem builds outside a git checkout.
Effort estimate
S (half day) — check name availability, update gemspec, run gem build locally, and gem push.
What
Rename the gem from
langfuse-rubytolangfuse-client(or another available name on RubyGems.org), update the gemspec with a real author email and properspec.filesusingDir.globinstead ofgit ls-files, and publish the first release to RubyGems.org.Why
The gem name
langfuse-rubyis already taken on RubyGems.org (71k+ downloads). Publishing under an available name makes the gem installable viagem installwithout a git source reference, dramatically lowering the barrier to adoption. The gemspec currently contains a placeholder email (your.email@example.com) and usesgit ls-filesforspec.files, which breaks gem builds outside a git checkout.Effort estimate
S (half day) — check name availability, update gemspec, run
gem buildlocally, andgem push.