Include license and README with gem

This commit is contained in:
Darragh Bailey 2020-03-27 18:46:22 +00:00 committed by GitHub
parent 116f85f4be
commit 7b7f54ff41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Lukas Stanek".freeze, "Dima Vasilets".freeze, "Brian Pitts".freeze]
s.files = Dir.glob("{lib,locales}/**/*.*")
s.files = Dir.glob("{lib,locales}/**/*.*") + %w(LICENSE README.md)
s.test_files = Dir.glob("{test,spec,features}/**/*.*")
s.description = "libvirt provider for Vagrant.".freeze
s.email = ["ls@elostech.cz".freeze, "pronix.service@gmail.com".freeze, "brian@polibyte.com".freeze]