From f52515eabe47ee38d77ef57603923e2b535ee3dd Mon Sep 17 00:00:00 2001 From: Daniel DeLeo Date: Thu, 1 Dec 2011 16:23:38 -0800 Subject: initial multi-gem build support --- mixlib-shellout.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mixlib-shellout.gemspec') diff --git a/mixlib-shellout.gemspec b/mixlib-shellout.gemspec index 9ca11fd..bf1517c 100644 --- a/mixlib-shellout.gemspec +++ b/mixlib-shellout.gemspec @@ -19,5 +19,5 @@ Gem::Specification.new do |s| s.bindir = "bin" s.executables = [] s.require_path = 'lib' - s.files = %w(LICENSE README.rdoc) + Dir.glob("lib/**/*") + s.files = %w(LICENSE README.md) + Dir.glob("lib/**/*") end -- cgit v1.2.1