From ac93449be4a5d972a364b595cd1a7a6990b0977b Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Sun, 29 May 2011 10:59:56 +0200 Subject: [PATCH] Fixed files in gemspec --- guard.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guard.gemspec b/guard.gemspec index 1f6df08..d35284e 100644 --- a/guard.gemspec +++ b/guard.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_dependency 'thor', '~> 0.14.6' - s.files = Dir.glob('{bin,images,lib}/**/*') + %w[LICENSE README.markdown] + s.files = Dir.glob('{bin,images,lib}/**/*') + %w[LICENSE README.md] s.executable = 'guard' s.require_path = 'lib' end