Skip to content

Commit b5b318a

Browse files
committed
gemspec for pushing to gemcutter as exception_notifier - please test and submit feedback
1 parent 42fc0bf commit b5b318a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

exception_notifier.gemspec

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)