diff --git a/exception_notifier.gemspec b/exception_notifier.gemspec new file mode 100644 index 00000000..d9e05624 --- /dev/null +++ b/exception_notifier.gemspec @@ -0,0 +1,11 @@ +Gem::Specification.new do |s| + s.name = 'exception_notifier' + s.version = '1.0.0' + s.authors = ["Jamis Buck", "Josh Peek"] + s.date = %q{2010-03-13} + s.summary = "Exception notification by email for Rails apps" + s.email = "timocratic@gmail.com" + + s.files = ['README'] + Dir['lib/**/*'] + s.require_path = 'lib' +end \ No newline at end of file