chef-cooker.gemspec in chef-cooker-0.0.2 vs chef-cooker.gemspec in chef-cooker-0.0.3
- old
+ new
@@ -2,11 +2,11 @@
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{A tiny knife(chef-solo) wrapper.}
- gem.summary = %q{A tiny knife(chef-solo) wrapper.}
+ 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)/})