Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion posthog-rails/posthog-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.summary = 'PostHog integration for Rails'
spec.description = 'Automatic exception tracking and instrumentation for Ruby on Rails applications using PostHog'
spec.authors = ['PostHog']
spec.email = 'hey@posthog.com'
spec.email = 'engineering@posthog.com'
spec.homepage = 'https://github.com/PostHog/posthog-ruby'
spec.license = 'MIT'
spec.required_ruby_version = '>= 3.0'
Expand Down
2 changes: 1 addition & 1 deletion posthog-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.summary = 'PostHog library'
spec.description = 'The PostHog ruby library'
spec.authors = ['']
spec.email = 'hey@posthog.com'
spec.email = 'engineering@posthog.com'
spec.homepage = 'https://github.com/PostHog/posthog-ruby'
spec.license = 'MIT'
spec.required_ruby_version = '>= 3.0'
Expand Down
Loading