Sha256: 9aa79f808f7bdaa2b0bf8e8f28d73ec3299e5bb7eb1c9380654c7dd6fac018a0
Contents?: true
Size: 829 Bytes
Versions: 1
Compression:
Stored size: 829 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 = "rake-n-bake" spec.version = '1.0.2' spec.authors = ["Richard Vickerstaff", "Adam Whittingham"] spec.email = ["m3akq@btinternet.com", "adam.whittingham@gmail.com"] spec.description = "Common rake tasks, baked to perfection and ready to serve!" spec.summary = "Common rake tasks, baked to perfection and ready to serve!" spec.homepage = "https://github.com/RichardVickerstaff/rake-n-bake" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.require_paths = ["lib","tasks"] spec.add_runtime_dependency "rake", "~> 10" spec.add_runtime_dependency "term-ansicolor", "~> 1.3" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rake-n-bake-1.0.2 | rake-n-bake.gemspec |