Sha256: 071ba6e7d1b35143a49f076277d8a6ea15ec16a118958cf70fada75c2f4f9fd1

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.3'
  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.3 rake-n-bake.gemspec