# -*- encoding: utf-8 -*- # stub: bugsnag 6.6.0 ruby lib Gem::Specification.new do |s| s.name = "bugsnag".freeze s.version = "6.6.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 = ["James Smith".freeze] s.date = "2018-01-09" s.description = "Ruby notifier for bugsnag.com".freeze s.email = "james@bugsnag.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze, "CHANGELOG.md".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "UPGRADING.md".freeze, "VERSION".freeze, "bugsnag.gemspec".freeze, "issue_template.md".freeze, "lib/bugsnag.rb".freeze, "lib/bugsnag/cleaner.rb".freeze, "lib/bugsnag/configuration.rb".freeze, "lib/bugsnag/delivery.rb".freeze, "lib/bugsnag/delivery/synchronous.rb".freeze, "lib/bugsnag/delivery/thread_queue.rb".freeze, "lib/bugsnag/helpers.rb".freeze, "lib/bugsnag/integrations/delayed_job.rb".freeze, "lib/bugsnag/integrations/mailman.rb".freeze, "lib/bugsnag/integrations/que.rb".freeze, "lib/bugsnag/integrations/rack.rb".freeze, "lib/bugsnag/integrations/rails/active_record_rescue.rb".freeze, "lib/bugsnag/integrations/rails/controller_methods.rb".freeze, "lib/bugsnag/integrations/railtie.rb".freeze, "lib/bugsnag/integrations/rake.rb".freeze, "lib/bugsnag/integrations/resque.rb".freeze, "lib/bugsnag/integrations/shoryuken.rb".freeze, "lib/bugsnag/integrations/sidekiq.rb".freeze, "lib/bugsnag/meta_data.rb".freeze, "lib/bugsnag/middleware/callbacks.rb".freeze, "lib/bugsnag/middleware/classify_error.rb".freeze, "lib/bugsnag/middleware/clearance_user.rb".freeze, "lib/bugsnag/middleware/exception_meta_data.rb".freeze, "lib/bugsnag/middleware/ignore_error_class.rb".freeze, "lib/bugsnag/middleware/mailman.rb".freeze, "lib/bugsnag/middleware/rack_request.rb".freeze, "lib/bugsnag/middleware/rails3_request.rb".freeze, "lib/bugsnag/middleware/rake.rb".freeze, "lib/bugsnag/middleware/session_data.rb".freeze, "lib/bugsnag/middleware/sidekiq.rb".freeze, "lib/bugsnag/middleware/suggestion_data.rb".freeze, "lib/bugsnag/middleware/warden_user.rb".freeze, "lib/bugsnag/middleware_stack.rb".freeze, "lib/bugsnag/report.rb".freeze, "lib/bugsnag/session_tracker.rb".freeze, "lib/bugsnag/stacktrace.rb".freeze, "lib/bugsnag/tasks.rb".freeze, "lib/bugsnag/tasks/bugsnag.rake".freeze, "lib/bugsnag/version.rb".freeze, "lib/generators/bugsnag/bugsnag_generator.rb".freeze, "spec/bugsnag_spec.rb".freeze, "spec/cleaner_spec.rb".freeze, "spec/configuration_spec.rb".freeze, "spec/fixtures/crashes/end_of_file.rb".freeze, "spec/fixtures/crashes/short_file.rb".freeze, "spec/fixtures/crashes/start_of_file.rb".freeze, "spec/fixtures/middleware/internal_info_setter.rb".freeze, "spec/fixtures/middleware/public_info_setter.rb".freeze, "spec/fixtures/tasks/Rakefile".freeze, "spec/helper_spec.rb".freeze, "spec/integration_spec.rb".freeze, "spec/integrations/delayed_job_spec.rb".freeze, "spec/integrations/sidekiq_spec.rb".freeze, "spec/middleware_spec.rb".freeze, "spec/rack_spec.rb".freeze, "spec/rails3_request_spec.rb".freeze, "spec/report_spec.rb".freeze, "spec/session_tracker_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/stacktrace_spec.rb".freeze] s.homepage = "http://github.com/bugsnag/bugsnag-ruby".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby notifier for bugsnag.com".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end