diff options
| author | Zack Hobson | 2014-01-25 12:18:27 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2014-01-25 12:33:25 -0800 | 
| commit | 3c7ee9fe9bd52346164bbd9669bb12a2829905a3 (patch) | |
| tree | 54261365fc8e90945b98a5a5060745d98cd2546a /hcl.gemspec | |
| parent | f020afbb72939b4af9cd099cbe110a74129edbf3 (diff) | |
| download | hcl-3c7ee9fe9bd52346164bbd9669bb12a2829905a3.tar.bz2 | |
man page
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 cf1c615..201649b 100644 --- a/hcl.gemspec +++ b/hcl.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s|    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'] + -    Dir['bin/*'] + Dir['lib/**/*.rb'] + Dir['test/**/*.rb'] +    Dir['bin/*'] + Dir['lib/**/*.rb'] + Dir['test/**/*.rb'] + Dir['man/hcl.1']    s.homepage = "http://zackhobson.com/hcl/"    s.licenses = ["MIT"]    s.summary = "Harvest timesheets from the command-line" | 
