Sha256: 52f93030ec2853ce383a259dec28dd9ea32c55b4f6b8f49aeb64dbb40a8d3c29

Contents?: true

Size: 798 Bytes

Versions: 1

Compression:

Stored size: 798 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/chef-cooker/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Kohei Hasegawa"]
  gem.email         = ["ameutau@gmail.com"]
  gem.description   = %q{chef-cooker will be able to create cookbook of Chef easily. yay ;) }
  gem.summary       = %q{chef-cooker will be able to create cookbook of Chef easily. yay ;) }
  gem.homepage      = "http://github.com/banyan/chef-cooker"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "chef-cooker"
  gem.require_paths = ["lib"]
  gem.version       = Chef::Cooker::VERSION

  gem.add_runtime_dependency 'thor'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chef-cooker-0.0.3 chef-cooker.gemspec