From 9d63f1a77f7a937edd02b42eb35b375700e9a539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 26 May 2011 18:24:13 +0200 Subject: [PATCH] include CHANGELOG in the gem --- guard.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guard.gemspec b/guard.gemspec index 56215e0..77d7328 100644 --- a/guard.gemspec +++ b/guard.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |s| s.add_dependency 'thor', '~> 0.14.6' - s.files = Dir.glob('{bin,images,lib}/**/*') + %w[LICENSE README.md] + s.files = Dir.glob('{bin,images,lib}/**/*') + %w[LICENSE README.md CHANGELOG.md] s.executable = 'guard' s.require_path = 'lib' end