public
Description: Exception notifications for Merb, via email or web hooks
Homepage: http://code.new-bamboo.co.uk/merb
Clone URL: git://github.com/newbamboo/merb_exceptions.git
merb_exceptions / merb_exceptions.gemspec
100644 22 lines (19 sloc) 1.095 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Gem::Specification.new do |s|
  s.name = %q{merb_exceptions}
  s.version = "0.1.1"
 
  s.specification_version = 2 if s.respond_to? :specification_version=
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Andy Kent"]
  s.date = %q{2008-05-12}
  s.description = %q{Allows Merb to forward exceptions to emails or web hooks}
  s.email = ["andy@new-bamboo.co.uk"]
  s.extra_rdoc_files = ["LICENSE"]
  s.files = ["LICENSE", "README.markdown", "Rakefile", "lib/merb_exceptions.rb", "lib/merb_exceptions/controller_extensions.rb", "lib/merb_exceptions/notification.rb", "lib/merb_exceptions/templates/email.erb", "lib/merb_exceptions/version.rb", "spec/spec_helper.rb", "spec/unit/notification_spec.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/newbamboo/merb_exceptions/}
  s.rdoc_options = ["--main", "README.markdown"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.1.0}
  s.summary = %q{Allows Merb to forward exceptions to emails or web hooks}
  s.test_files = ["spec/unit/notification_spec.rb"]
end