Sha256: 61d93f993d1920b97041c42f10714bc3b8a8b234eb9eeda312e9ecb83a5fa709
Contents?: true
Size: 1.51 KB
Versions: 2
Compression:
Stored size: 1.51 KB
Contents
# Copyright 2015 Nordstrom, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'chefdk/julia/version' Gem::Specification.new do |spec| spec.name = 'chefdk-julia' spec.version = Chefdk::Julia::VERSION spec.authors = ['Orion Ifland', 'Doug Ireton'] spec.email = ['orion.ifland@nordstrom.com', 'doug.ireton@nordstrom.com'] spec.license = 'Apache-2.0' spec.summary = 'Custom generator for ChefDK' spec.description = 'An Opinionated Cookbook creator, with spunk and a grin, by Nordstrom' spec.homepage = 'https://github.com/Nordstrom/chefdk-julia' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.require_paths = ['lib'] spec.post_install_message = <<-EOF Paste lines below into your ~/.chef/config.rb or knife.rb require 'chefdk-julia' chefdk.generator_cookbook Chefdk::Julia.path EOF end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chefdk-julia-0.4.2 | chefdk-julia.gemspec |
chefdk-julia-0.4.1 | chefdk-julia.gemspec |