From 0af134e52640d0bd579130201510f05d97830fef Mon Sep 17 00:00:00 2001 From: Kyle Allan Date: Tue, 29 Oct 2013 12:42:35 -0700 Subject: [PATCH] fix gemspec licenses --- nexus_cli.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexus_cli.gemspec b/nexus_cli.gemspec index bfef7a1..04bd1c4 100644 --- a/nexus_cli.gemspec +++ b/nexus_cli.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.homepage = "https://github.com/RiotGames/nexus_cli" s.summary = %q{A command-line wrapper for making REST calls to Sonatype Nexus.} s.description = s.summary - s.license = ["Apache 2.0"] + s.licenses = ["Apache 2.0"] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")