summaryrefslogtreecommitdiffstats
path: root/hcl.gemspec
diff options
context:
space:
mode:
authorZack Hobson2013-12-09 17:01:26 -0800
committerZack Hobson2013-12-09 17:01:26 -0800
commitb62f8c76961c9fdfc9b9fb1f21ac60d4726505b0 (patch)
tree07ab008eb65a464fff7652875629fe800bc794b8 /hcl.gemspec
parent1da3280a958932378f2e49b7873a82e814479f4b (diff)
downloadhcl-b62f8c76961c9fdfc9b9fb1f21ac60d4726505b0.tar.bz2
HACKING: coverage is now automatic [ci skip]
Diffstat (limited to 'hcl.gemspec')
-rw-r--r--hcl.gemspec2
1 files changed, 1 insertions, 1 deletions
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"]