Skip to content

Commit 12a0c14

Browse files
committed
Update gem authors
1 parent 284244b commit 12a0c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry-raven.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Gem::Specification.new do |gem|
77
gem.executables << "raven"
88
gem.platform = Gem::Platform::RUBY
99
gem.summary = "A gem that provides a client interface for the Sentry error logger"
10-
gem.email = "noah@coderanger.net"
10+
gem.email = "getsentry@googlegroups.com"
1111
gem.homepage = "http://github.com/getsentry/raven-ruby"
12-
gem.authors = ["Noah Kantrowitz", "David Cramer"]
12+
gem.authors = ["Sentry Team"]
1313
gem.has_rdoc = true
1414
gem.extra_rdoc_files = ["README.md", "LICENSE"]
1515
gem.files = Dir['lib/**/*']

0 commit comments

Comments
 (0)