# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "adhearsion/reporter/version" Gem::Specification.new do |s| s.name = "adhearsion-reporter" s.version = Adhearsion::Reporter::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Ben Klang"] s.email = %w{bklang@mojolingo.com} s.homepage = "http://github.com/adhearsion/adhearsion-reporter" s.summary = %q{Report Adhearsion application deployments and exceptions} s.description = < 2.0"] s.add_runtime_dependency "toadhopper", [">= 1.3.0"] s.add_runtime_dependency "newrelic_rpm", ["~> 3.6"] s.add_development_dependency 'guard-rspec' end