Skip to content

Rename gem and prepare for RubyGems.org publication #10

Description

@isaka1022

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    nextMedium priorityroadmapPlanned roadmap item

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions