We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fc0bf commit b5b318aCopy full SHA for b5b318a
exception_notifier.gemspec
@@ -0,0 +1,11 @@
1
+Gem::Specification.new do |s|
2
+ s.name = 'exception_notifier'
3
+ s.version = '1.0.0'
4
+ s.authors = ["Jamis Buck", "Josh Peek"]
5
+ s.date = %q{2010-03-13}
6
+ s.summary = "Exception notification by email for Rails apps"
7
+ s.email = "[email protected]"
8
+
9
+ s.files = ['README'] + Dir['lib/**/*']
10
+ s.require_path = 'lib'
11
+end
0 commit comments