Sha256: b5917f8c729c0e928f7ac3d1151e3e40a1809563f94a633aeadb48df043b9c6c
Contents?: true
Size: 902 Bytes
Versions: 5
Compression:
Stored size: 902 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "tvd-<%= node[:tvd][:name] %>/version" Gem::Specification.new do |s| s.name = "tvd-<%= node[:tvd][:name] %>" s.version = TVDinner::<%= node[:tvd][:class] %>::VERSION s.homepage = "<%= node[:tvd][:homepage] %>" s.license = "Apache 2.0" s.executables = [] s.test_files = `git ls-files -- {spec,tasks}/*`.split("\n") s.files = `git ls-files -- lib/* cookbooks/*`.split("\n") s.files += s.test_files s.files += s.executables.map {|f| File.join("bin", f) } s.files += %w(LICENSE NOTICE VERSION README.md) s.require_path = "lib" s.add_dependency "chef" s.author = "<%= node[:tvd][:author] %>" s.email = "<%= node[:tvd][:email] %>" s.summary = "<%= node[:tvd][:summary] %>" s.description = "<%= node[:tvd][:description] %>" end
Version data entries
5 entries across 5 versions & 1 rubygems