adhearsion-reporter.gemspec in adhearsion-reporter-2.1.0 vs adhearsion-reporter.gemspec in adhearsion-reporter-2.2.0
- old
+ new
@@ -11,20 +11,24 @@
s.homepage = "http://github.com/adhearsion/adhearsion-reporter"
s.summary = %q{Report Adhearsion application deployments and exceptions}
s.description = <<EOF
Report Adhearsion application exceptions and deployments to:
-Airbrake
-Errbit
-This Adhearsion plugin requires Adhearsion 2.0 or later. For Adhearsion 1.0 try the previous version of this gem ahn_hoptoad
+Airbrake / Errbit
+Email
+Newrelic
+Sentry
EOF
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_runtime_dependency "adhearsion", ["~> 2.0"]
s.add_runtime_dependency "toadhopper", [">= 1.3.0"]
s.add_runtime_dependency "newrelic_rpm", ["~> 3.6"]
+ s.add_runtime_dependency "pony", ["~> 1.10"]
+ s.add_runtime_dependency "sentry-raven", ["~> 0.15.0"]
s.add_development_dependency 'guard-rspec'
+ s.add_development_dependency 'timecop'
end