From 85c59226ee5075cc57062df330d56c9a4e25e67e Mon Sep 17 00:00:00 2001 From: Patrick Bozeman Date: Fri, 24 Feb 2012 14:50:45 -0800 Subject: [PATCH] fix config dir entry in vmc gemspec Change-Id: I27e5c83187cc2d31c9592dad0c49c13b07826842 --- vmc.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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