summaryrefslogtreecommitdiffstats
path: root/hcl.gemspec
diff options
context:
space:
mode:
authorZack Hobson2014-01-26 09:25:25 -0800
committerZack Hobson2014-01-26 09:25:30 -0800
commit5498488f77446fd79bea7b43f24f6b4c20d507ef (patch)
treecde59cfda05d0128e25384a1e28a7c8f2281d76f /hcl.gemspec
parentd96a18457e01235f600c4ae47d7d6dd6acd4845e (diff)
downloadhcl-5498488f77446fd79bea7b43f24f6b4c20d507ef.tar.bz2
hcl.gemspec: changelog is a markdown file now
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 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"]