diff --git a/metadata.rb b/metadata.rb index 17388ca..27404f4 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,10 +1,9 @@ name 'site_config' maintainer 'The Authors' maintainer_email 'you@example.com' -license 'all_rights' +license 'all rights reserved' description 'Installs/Configures site_config' -long_description 'Installs/Configures site_config' version '0.1.0' -issues_url 'https://github.com/chef-training/site_config/issues' if respond_to?(:issues_url) -source_url 'https://github.com/chef-training/site_config' if respond_to?(:source_url) +issues_url 'https://github.com/chef-training/site_config/issues' +source_url 'https://github.com/chef-training/site_config' diff --git a/recipes/default.rb b/recipes/default.rb index a517a9e..cf4e4d5 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: site_config +# Cookbook:: site_config # Recipe:: default # -# Copyright (c) 2016 The Authors, All Rights Reserved. +# Copyright:: (c) 2016 The Authors, All Rights Reserved. execute 'apt-get update -y' diff --git a/spec/unit/recipes/default_spec.rb b/spec/unit/recipes/default_spec.rb index 0900433..3dfba26 100644 --- a/spec/unit/recipes/default_spec.rb +++ b/spec/unit/recipes/default_spec.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: site_config +# Cookbook:: site_config # Spec:: default # -# Copyright (c) 2016 The Authors, All Rights Reserved. +# Copyright:: (c) 2016 The Authors, All Rights Reserved. require 'spec_helper' diff --git a/test/metadata.rb b/test/metadata.rb index 17388ca..27404f4 100644 --- a/test/metadata.rb +++ b/test/metadata.rb @@ -1,10 +1,9 @@ name 'site_config' maintainer 'The Authors' maintainer_email 'you@example.com' -license 'all_rights' +license 'all rights reserved' description 'Installs/Configures site_config' -long_description 'Installs/Configures site_config' version '0.1.0' -issues_url 'https://github.com/chef-training/site_config/issues' if respond_to?(:issues_url) -source_url 'https://github.com/chef-training/site_config' if respond_to?(:source_url) +issues_url 'https://github.com/chef-training/site_config/issues' +source_url 'https://github.com/chef-training/site_config'