aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/exception_notification/exception_notification.gemspec
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-02-03 13:38:59 +0000
committerRobin Houston <robin.houston@gmail.com>2012-02-03 13:38:59 +0000
commit44bb96d40758f3b8bb9da20e3037ff2f04e81327 (patch)
tree2f43c9c02205fec1fb68cdcb66735d5b1ee3172f /vendor/plugins/exception_notification/exception_notification.gemspec
parent7ed887f0989425d9e412890800df05637b08c025 (diff)
parent14b5be69dc2dc3c4dd817feb0b5a8402fc343db4 (diff)
Merge branch 'release/0.5'
Diffstat (limited to 'vendor/plugins/exception_notification/exception_notification.gemspec')
-rw-r--r--vendor/plugins/exception_notification/exception_notification.gemspec11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/plugins/exception_notification/exception_notification.gemspec b/vendor/plugins/exception_notification/exception_notification.gemspec
new file mode 100644
index 000000000..b3ff82322
--- /dev/null
+++ b/vendor/plugins/exception_notification/exception_notification.gemspec
@@ -0,0 +1,11 @@
+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