diff options
| author | Zack Hobson | 2013-12-09 17:01:26 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-12-09 17:01:26 -0800 |
| commit | b62f8c76961c9fdfc9b9fb1f21ac60d4726505b0 (patch) | |
| tree | 07ab008eb65a464fff7652875629fe800bc794b8 /hcl.gemspec | |
| parent | 1da3280a958932378f2e49b7873a82e814479f4b (diff) | |
| download | hcl-b62f8c76961c9fdfc9b9fb1f21ac60d4726505b0.tar.bz2 | |
HACKING: coverage is now automatic [ci skip]
Diffstat (limited to 'hcl.gemspec')
| -rw-r--r-- | hcl.gemspec | 2 |
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"] |
