# -*- encoding: utf-8 -*- # stub: exception_notification-bugsnag 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "exception_notification-bugsnag".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["koshigoe".freeze] s.bindir = "exe".freeze s.date = "2015-04-29" s.description = "Send exception info to Bugsnag.".freeze s.email = ["koshigoeb@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "circle.yml".freeze, "exception_notification-bugsnag.gemspec".freeze, "lib/bugsnag/exception_notification.rb".freeze, "lib/exception_notification/bugsnag.rb".freeze, "lib/exception_notification/bugsnag/version.rb".freeze, "lib/exception_notifier/bugsnag_notifier.rb".freeze] s.homepage = "https://github.com/koshigoe/exception_notification-bugsnag".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Send exception info to Bugsnag.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end