diff --git a/posthog-rails/posthog-rails.gemspec b/posthog-rails/posthog-rails.gemspec index 95fe731..a924e7d 100644 --- a/posthog-rails/posthog-rails.gemspec +++ b/posthog-rails/posthog-rails.gemspec @@ -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' diff --git a/posthog-ruby.gemspec b/posthog-ruby.gemspec index b33896d..5f7682c 100644 --- a/posthog-ruby.gemspec +++ b/posthog-ruby.gemspec @@ -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'