# -*- encoding: utf-8 -*-
# stub: yaml_notifier 0.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "yaml_notifier".freeze
  s.version = "0.0.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Thierry Zires".freeze]
  s.date = "2014-09-01"
  s.description = "save exceptions in yaml when exception_notification occur".freeze
  s.email = ["zshuaibin@gmail.com".freeze]
  s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "lib/exception_notifier/yaml_notifier.rb".freeze, "lib/yaml_notifier.rb".freeze, "lib/yaml_notifier/exception_log.rb".freeze, "lib/yaml_notifier/railtie.rb".freeze, "lib/yaml_notifier/version.rb".freeze, "test/base_test.rb".freeze, "test/test_helper.rb".freeze, "yaml_notifier.gemspec".freeze]
  s.homepage = "https://github.com/zires/yaml_notifier".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "save exceptions in yaml when exception_notification occur".freeze
  s.test_files = ["test/base_test.rb".freeze, "test/test_helper.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<yaml_record4>.freeze, ["= 0.0.6".freeze])
end