From b62f8c76961c9fdfc9b9fb1f21ac60d4726505b0 Mon Sep 17 00:00:00 2001 From: Zack Hobson Date: Mon, 9 Dec 2013 17:01:26 -0800 Subject: HACKING: coverage is now automatic [ci skip] --- hcl.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcl.gemspec') diff --git a/hcl.gemspec b/hcl.gemspec index 6965e47..cad8cef 100644 --- a/hcl.gemspec +++ b/hcl.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.email = "zack@zackhobson.com" s.description = "HCl is a command-line client for manipulating Harvest time sheets." s.executables = ["hcl"] - s.files = %w[CHANGELOG LICENSE Rakefile] + Dir['*.markdown'] + + s.files = %w[CHANGELOG LICENSE Rakefile Gemfile] + Dir['*.markdown'] + Dir['bin/*'] + Dir['lib/**/*.rb'] + Dir['test/**/*.rb'] s.homepage = "http://zackhobson.com/hcl/" s.licenses = ["MIT"] -- cgit v1.2.3