# -*- 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.date = Date.today.to_s 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"]) end