Sha256: 3d6e89fcc953c37a6c1109ae97fc193d9055b50e3243e1e1033eb7b340a8a0a9
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 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.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } 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.1.2 | chef-fork.gemspec |
chef-fork-0.1.1 | chef-fork.gemspec |
chef-fork-0.1.0 | chef-fork.gemspec |