Sha256: 1d9525284109390b5b4e940cfdab3e542bcb37c4525ebab2ebb7b50a6aad7ced
Contents?: true
Size: 1.06 KB
Versions: 3
Compression:
Stored size: 1.06 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'chef/fork/version' Gem::Specification.new do |spec| spec.name = "chef-fork" spec.version = Chef::Fork::VERSION spec.authors = ["Yamashita Yuu"] spec.email = ["peek824545201@gmail.com"] spec.summary = %q{A tool for your left hand, to have a meal cooked by chef.} spec.description = %q{A tool for your left hand, to have a meal cooked by chef.} spec.homepage = "https://github.com/yyuu/chef-fork" spec.license = "Apache-2.0" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.9" spec.add_development_dependency "rake", "~> 10.0" spec.add_dependency "chef", ">= 11.18.0" spec.add_dependency "erubis", ">= 2.7" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chef-fork-0.2.0 | chef-fork.gemspec |
chef-fork-0.1.4 | chef-fork.gemspec |
chef-fork-0.1.3 | chef-fork.gemspec |