diff --git a/vmc.gemspec b/vmc.gemspec index 9c8228e2..27b1c9a4 100644 --- a/vmc.gemspec +++ b/vmc.gemspec @@ -29,5 +29,5 @@ spec = Gem::Specification.new do |s| s.bindir = "bin" s.require_path = 'lib' - s.files = %w(LICENSE README.md Rakefile config/**/*) + Dir.glob("{lib,caldecott_helper}/**/*") + s.files = %w(LICENSE README.md Rakefile) + Dir.glob("{config,lib,caldecott_helper}/**/*") end