We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284244b commit 12a0c14Copy full SHA for 12a0c14
sentry-raven.gemspec
@@ -7,9 +7,9 @@ Gem::Specification.new do |gem|
7
gem.executables << "raven"
8
gem.platform = Gem::Platform::RUBY
9
gem.summary = "A gem that provides a client interface for the Sentry error logger"
10
- gem.email = "noah@coderanger.net"
+ gem.email = "getsentry@googlegroups.com"
11
gem.homepage = "http://github.com/getsentry/raven-ruby"
12
- gem.authors = ["Noah Kantrowitz", "David Cramer"]
+ gem.authors = ["Sentry Team"]
13
gem.has_rdoc = true
14
gem.extra_rdoc_files = ["README.md", "LICENSE"]
15
gem.files = Dir['lib/**/*']
0 commit comments