Skip to content

Commit

Permalink
fix gemspec licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Allan committed Oct 29, 2013
1 parent 78a4b85 commit 0af134e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus_cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0af134e

Please sign in to comment.