diff options
| -rw-r--r-- | hcl.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcl.gemspec b/hcl.gemspec index fb0928f..d70ff4e 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 Gemfile] + Dir['*.markdown'] + + s.files = %w[LICENSE Rakefile Gemfile] + Dir['*.markdown'] + Dir['bin/*'] + Dir['lib/**/*.rb'] + Dir['test/**/*.rb'] + Dir['man/hcl.1'] s.homepage = "http://zackhobson.com/hcl/" s.licenses = ["MIT"] |
