Sha256: c8480c07bf5080f337b5c2237c9e2bcf68909cfff9542ea888fb4822dadc3a1c

Contents?: true

Size: 603 Bytes

Versions: 1

Compression:

Stored size: 603 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'exception_notification'
  s.version = '2.6.0.rc1'
  s.authors = ["Jamis Buck", "Josh Peek"]
  s.date = %q{2012-04-05}
  s.summary = "Exception notification by email for Rails apps"
  s.homepage = "https://github.com/smartinez87/exception_notification"
  s.email = "smartinez87@gmail.com"

  s.files = `git ls-files`.split("\n")
  s.test_files = `git ls-files -- test`.split("\n")
  s.require_path = 'lib'

  s.add_dependency("actionmailer", ">= 3.0.4")
  s.add_development_dependency "rails", ">= 3.0.4"
  s.add_development_dependency "sqlite3", ">= 1.3.4"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exception_notification-2.6.0.rc1 exception_notification.gemspec