# -*- encoding: utf-8 -*- # stub: remotely_exceptional 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "remotely_exceptional".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 = ["Danny Guinther".freeze] s.date = "2015-04-15" s.description = "Remote control of exceptions raised in distant contexts.".freeze s.email = ["dannyguinther@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/remotely_exceptional.rb".freeze, "lib/remotely_exceptional/exceptions.rb".freeze, "lib/remotely_exceptional/handler.rb".freeze, "lib/remotely_exceptional/handlers/prioritized_handler.rb".freeze, "lib/remotely_exceptional/remote_handling.rb".freeze, "lib/remotely_exceptional/version.rb".freeze, "remotely_exceptional.gemspec".freeze, "test/test_helper.rb".freeze, "test/unit/exceptions_test.rb".freeze, "test/unit/handler_test.rb".freeze, "test/unit/handlers/prioritized_handler_test.rb".freeze, "test/unit/remote_handling_test.rb".freeze, "test/unit/remotely_exceptional_test.rb".freeze] s.homepage = "https://github.com/tdg5/remotely_exceptional".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Remote control of exceptions raised in distant contexts.".freeze s.test_files = ["test/test_helper.rb".freeze, "test/unit/exceptions_test.rb".freeze, "test/unit/handler_test.rb".freeze, "test/unit/handlers/prioritized_handler_test.rb".freeze, "test/unit/remote_handling_test.rb".freeze, "test/unit/remotely_exceptional_test.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) end