Sha256: e65f04f11fb4f796c9a804155f59926c9da3a1cf69070ad23b9dc2ce1958be39
Contents?: true
Size: 944 Bytes
Versions: 1
Compression:
Stored size: 944 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "terror" spec.version = "0.2.0" spec.authors = ["Adam Tanner"] spec.email = ["adam@adamtanner.org"] spec.summary = "Terror: the most terrible way to create errors." spec.description = "Terror: the most terrible way to create errors." spec.homepage = "https://github.com/adamtanner/terror" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "minitest", "~> 5.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
terror-0.2.0 | terror.gemspec |