diff options
| author | Zack Hobson | 2014-01-26 09:25:25 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2014-01-26 09:25:30 -0800 | 
| commit | 5498488f77446fd79bea7b43f24f6b4c20d507ef (patch) | |
| tree | cde59cfda05d0128e25384a1e28a7c8f2281d76f | |
| parent | d96a18457e01235f600c4ae47d7d6dd6acd4845e (diff) | |
| download | hcl-5498488f77446fd79bea7b43f24f6b4c20d507ef.tar.bz2 | |
hcl.gemspec: changelog is a markdown file now
| -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"] | 
