Skip to content

Commit

Permalink
gemspec for pushing to gemcutter as exception_notifier - please test …
Browse files Browse the repository at this point in the history
…and submit feedback
  • Loading branch information
knzconnor committed Mar 13, 2010
1 parent 42fc0bf commit b5b318a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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

0 comments on commit b5b318a

Please sign in to comment.