PostHog Ruby
Please see the main PostHog docs.
Specifically, the Ruby integration details.
Questions?
Join our Slack community.
How to release
- Get access to RubyGems from @yakkomajuri or @mariusandra
- Update
lib/posthog/version.rb
with the new version. Commit the changes:
git commit -am "Version 1.2.3"
git tag -a 1.2.3 -m "Version 1.2.3"
git push && git push --tags
- Run
gem build posthog-ruby.gemspec
gem push posthog-ruby-1.2.3.gem
- Authenticate with your RubyGems account and approve the publish!