Add license to gemspec.
This commit is contained in:
parent
9b7d55f1c3
commit
a01086ef8d
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ Gem::Specification.new do |s|
|
|||
s.email = "twine@mobiata.com"
|
||||
s.authors = [ "Sebastian Celis" ]
|
||||
s.has_rdoc = false
|
||||
s.license = "BSD-3-Clause"
|
||||
|
||||
s.files = %w( Gemfile README.md LICENSE )
|
||||
s.files += Dir.glob("lib/**/*")
|
||||
|
|
Reference in a new issue