Add license to gemspec.

This commit is contained in:
Sebastian Celis 2016-01-12 06:25:26 -06:00
parent 9b7d55f1c3
commit a01086ef8d

View file

@ -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/**/*")