Sha256: c78574ea392e7d10d224c49404cd45ee459cdff62b812b25f54378610d3f1083
Contents?: true
Size: 960 Bytes
Versions: 1
Compression:
Stored size: 960 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'taza_root/version' Gem::Specification.new do |spec| spec.name = "taza_root" spec.version = TazaRoot::VERSION spec.authors = ["Umair Chagani"] spec.email = ["umair.chagani@gmail.com"] spec.summary = %q{Set a project root for taza instead of using defaults.} spec.description = %q{Allow users of taza to set a project root for their project} spec.homepage = "https://github.com/uchagani/taza_root" 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.12" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
taza_root-0.1.0 | taza_root.gemspec |