Sha256: ddf87426d64c243bdbd7e08ab42d5d06804063c4e32b6493a92c461c3e299fbd

Contents?: true

Size: 1.5 KB

Versions: 3

Compression:

Stored size: 1.5 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.

require_relative 'lib/chefdk/julia/version'

# ChefDK requires this metadata file to be able to load Julia as a cookbook, even
# though Julia isn't a traditional cookbook that gets uploaded to Chef Server
# and run by nodes.

# We need to get the basename of the chefdk-julia dir in gems/, e.g. chefdk-julia-0.4.2,
# to make chef generate cookbook work. Otherwise we get this error:
# ERROR: Could not find cookbook(s) to satisfy run list ["recipe[chefdk-julia-0.4.2::cookbook]"
# See https://github.com/chef/chef-dk/issues/633
name File.basename(File.dirname(__FILE__))

maintainer 'Nordstrom, Inc.'
maintainer_email 'techcheftm@nordstrom.com'

license 'Apache v2.0'

description 'An Opinionated Cookbook Creator'
long_description 'An Opinionated Cookbook Creator, with spunk and a grin, by Nordstrom'

version ChefDK::Julia::VERSION

source_url 'https://github.com/Nordstrom/chefdk-julia'
issues_url 'https://github.com/Nordstrom/chefdk-julia/issues'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chefdk-julia-1.0.1 metadata.rb
chefdk-julia-1.0.0 metadata.rb
chefdk-julia-0.4.4 metadata.rb