Skip to content

Commit

Permalink
Fix license reference in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
gschneider-r7 committed Jun 1, 2018
1 parent b44ca25 commit 803795a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexpose.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/rapid7/nexpose-client'
s.summary = 'Ruby API for Rapid7 Nexpose'
s.description = 'This gem provides a Ruby API to the Nexpose vulnerability management product by Rapid7.'
s.license = 'BSD'
s.license = 'BSD-3-Clause'
s.authors = ['HD Moore', 'Chris Lee', 'Michael Daines', 'Brandon Turner', 'Gavin Schneider', 'Scott Green']
s.email = ['[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]']
s.files = Dir['[A-Z]*'] + Dir['lib/**/*']
Expand Down

0 comments on commit 803795a

Please sign in to comment.