diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-03-05 16:53:39 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-05 16:53:39 +1100 |
commit | b65f0bbf9aa12c94c0cc9d4837511038b8650ea1 (patch) | |
tree | 224f4955c349489cadd087395f5ae946dbd79c98 /vendor/plugins/exception_notification/exception_notification.gemspec | |
parent | 8fa171594df6905e2d03359b896e550b260b0d8f (diff) |
Reinstate exception_notification
Diffstat (limited to 'vendor/plugins/exception_notification/exception_notification.gemspec')
-rw-r--r-- | vendor/plugins/exception_notification/exception_notification.gemspec | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/plugins/exception_notification/exception_notification.gemspec b/vendor/plugins/exception_notification/exception_notification.gemspec deleted file mode 100644 index b3ff82322..000000000 --- a/vendor/plugins/exception_notification/exception_notification.gemspec +++ /dev/null @@ -1,11 +0,0 @@ -Gem::Specification.new do |s| - s.name = 'exception_notification' - s.version = '2.3.3.0' - s.authors = ["Jamis Buck", "Josh Peek", "Tim Connor"] - s.date = %q{2010-03-13} - s.summary = "Exception notification by email for Rails apps - 2.3-stable compatible version" - s.email = "timocratic@gmail.com" - - s.files = ['README'] + Dir['lib/**/*'] + Dir['views/**/*'] - s.require_path = 'lib' -end |