# -*- encoding: utf-8 -*- # stub: dreamcatcher 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "dreamcatcher".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Willem van Bergen".freeze] s.date = "2013-03-28" s.description = "Catch exceptions and send email notifications with context.".freeze s.email = ["willem@railsdoctors.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "dreamcatcher.gemspec".freeze, "lib/dreamcatcher.rb".freeze, "lib/dreamcatcher/configuration.rb".freeze, "lib/dreamcatcher/exception_context.rb".freeze, "lib/dreamcatcher/logger_proxy.rb".freeze, "lib/dreamcatcher/mailer.rb".freeze, "lib/dreamcatcher/monitor.rb".freeze, "lib/dreamcatcher/rake.rb".freeze, "lib/dreamcatcher/templates/generic_exception.html.erb".freeze, "lib/dreamcatcher/templates/generic_exception.text.erb".freeze, "lib/dreamcatcher/templates/layout.html.erb".freeze, "lib/dreamcatcher/version.rb".freeze, "test/dreamcatcher_test.rb".freeze, "test/logger_proxy_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/wvanbergen/dreamcatcher".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Catch exceptions and send email notifications with context.".freeze s.test_files = ["test/dreamcatcher_test.rb".freeze, "test/logger_proxy_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end