diff options
author | Seb Bacon <seb@mysociety.org> | 2012-01-09 11:21:04 +0000 |
---|---|---|
committer | Seb Bacon <seb@mysociety.org> | 2012-01-09 11:21:04 +0000 |
commit | dff8433fcba0c5c1fdc040f705162f95162124e5 (patch) | |
tree | e61d5df91d716f97658d96f407f981ebba57c96b /vendor/plugins/exception_notification/exception_notification.gemspec | |
parent | 4f8ff37a127d5f82e63f500a84d22e8b07ab8843 (diff) | |
parent | 322fb0a831a3da55421ea7f131785989d064bdb2 (diff) |
Merge branch 'release/0.5' into develop
Diffstat (limited to 'vendor/plugins/exception_notification/exception_notification.gemspec')
-rw-r--r-- | vendor/plugins/exception_notification/exception_notification.gemspec | 11 |
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 |