Skip to content

Commit

Permalink
Include the LICENSE file in the gem (#571)
Browse files Browse the repository at this point in the history
Include the LICENSE file in the gem
  • Loading branch information
clintoncwolfe authored Feb 14, 2020
2 parents c85fb43 + c5eeafc commit 2c2a214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.4"

spec.files = Dir.glob("{LICENSE,lib/**/*}")
spec.files = %w{LICENSE} + Dir.glob("lib/**/*")
.grep(%r{transports/(azure|clients|docker|gcp|helpers|vmware)})
.reject { |f| File.directory?(f) }

Expand Down

0 comments on commit 2c2a214

Please sign in to comment.