Clarify license in Gemspec

As per https://opensource.org/licenses/alphabetical, the name should
be Apache-2.0, not Apache.
This commit is contained in:
Ryan McKern 2017-03-01 12:38:46 -08:00
parent ee0c73dfda
commit 21c42dbffa

View file

@ -3,7 +3,7 @@ Gem::Specification.new do |s|
s.version = '0.7.8'
s.authors = ['Brian Cain']
s.email = ['brian.cain@puppetlabs.com']
s.license = 'Apache'
s.license = 'Apache-2.0'
s.homepage = 'https://github.com/briancain/vmfloaty'
s.description = 'A helper tool for vmpooler to help you stay afloat'
s.summary = 'CLI application to interface with vmpooler'