Sha256: c5129785ffd7389decb515e764634f7ae1438257e5d9267d880bdb3308fd7c87
Contents?: true
Size: 1004 Bytes
Versions: 3
Compression:
Stored size: 1004 Bytes
Contents
# -*- encoding: utf-8 -*- $: << File.expand_path('../lib', __FILE__) require 'toadhopper' Gem::Specification.new do |s| s.name = 'toadhopper' s.version = Toadhopper::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Tim Lucas', 'Samuel Tesla', 'Corey Donohoe', 'Andre Arko', 'Theo Hultberg'] s.email = ['t.lucas@toolmantim.com'] s.homepage = 'http://github.com/toolmantim/toadhopper' s.summary = %q{Post error notifications to Hoptoad} s.description = %q{A base library for Hoptoad error reporting} s.rubyforge_project = 'toadhopper' 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.extra_rdoc_files = ['README.md', 'LICENSE'] s.add_development_dependency 'rake' s.add_development_dependency 'test-unit' s.add_development_dependency 'fakeweb' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
toadhopper-1.3 | toadhopper.gemspec |
toadhopper-1.2 | toadhopper.gemspec |
toadhopper-1.1 | toadhopper.gemspec |