diff options
| author | Zack Hobson | 2013-11-20 09:37:37 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-11-20 09:37:37 -0800 | 
| commit | 77015d31762836a1727a170fb15e73a023231ecd (patch) | |
| tree | d8a7487920fe81f1346aa83d16b803001c942733 | |
| parent | 98c84f970cbe323e18a832ac1c3279104b5bdbd3 (diff) | |
| download | hcl-77015d31762836a1727a170fb15e73a023231ecd.tar.bz2 | |
remove date from gemspec
| -rw-r--r-- | hcl.gemspec | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/hcl.gemspec b/hcl.gemspec index 48479f3..47f68ef 100644 --- a/hcl.gemspec +++ b/hcl.gemspec @@ -6,7 +6,6 @@ Gem::Specification.new do |s|    s.version = HCl::VERSION    s.authors = ["Zack Hobson"] -  s.date = "2013-11-19"    s.description = "HCl is a command-line client for manipulating Harvest time sheets."    s.email = "zack@zackhobson.com"    s.executables = ["hcl"] | 
