summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-15 11:26:01 -0800
committerTim Smith <tsmith@chef.io>2018-11-15 11:26:01 -0800
commitdd72cf898377d4bf1356f9ce82db626c717a35dd (patch)
tree67174f95ec88175399efd02beb7ee31358c30070
parentbcfc0e046f6f284584e4772ab7f42a540037f9b0 (diff)
downloadchef-zero-dd72cf898377d4bf1356f9ce82db626c717a35dd.tar.gz
Fix the gem license string and remove 'platform' value
Use a SPDX standard license and remove the unnecessary platform field. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--chef-zero.gemspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/chef-zero.gemspec b/chef-zero.gemspec
index 8e6771f..6ae6fbe 100644
--- a/chef-zero.gemspec
+++ b/chef-zero.gemspec
@@ -4,13 +4,12 @@ require "chef_zero/version"
Gem::Specification.new do |s|
s.name = "chef-zero"
s.version = ChefZero::VERSION
- s.platform = Gem::Platform::RUBY
s.summary = "Self-contained, easy-setup, fast-start in-memory Chef server for testing and solo setup purposes"
s.description = s.summary
s.author = "John Keiser"
s.email = "jkeiser@chef.io"
s.homepage = "http://www.chef.io"
- s.license = "Apache 2.0"
+ s.license = "Apache-2.0"
s.required_ruby_version = ">= 2.4.0"