Sha256: f85740c969415e4ceef429398e0e923f97cee0364cf8f58e11335e5aedc4f3ac
Contents?: true
Size: 966 Bytes
Versions: 1
Compression:
Stored size: 966 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "remotely_exceptional/version" Gem::Specification.new do |spec| spec.name = "remotely_exceptional" spec.version = RemotelyExceptional::VERSION spec.authors = ["Danny Guinther"] spec.email = ["dannyguinther@gmail.com"] spec.summary = %q{Remote control of exceptions raised in distant contexts.} spec.description = %q{Remote control of exceptions raised in distant contexts.} spec.homepage = "https://github.com/tdg5/remotely_exceptional" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^test/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake", "~> 0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
remotely_exceptional-0.0.1 | remotely_exceptional.gemspec |