diff options
| author | Zack Hobson | 2013-11-18 12:20:08 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-11-18 12:20:08 -0800 | 
| commit | 392034ccb82add25c97c8175abbc6422aa871b27 (patch) | |
| tree | 0a95069bd1de35d0b51dd4de0ef775cb53421f71 /hcl.gemspec | |
| parent | 27bc3cef233dd4f50c9957bae0ac90392ea99023 (diff) | |
| download | hcl-392034ccb82add25c97c8175abbc6422aa871b27.tar.bz2 | |
version 0.4.0
* added alias and unalias commands
* note and start commands are now optional/contextual
* note adds a new line
Diffstat (limited to 'hcl.gemspec')
| -rw-r--r-- | hcl.gemspec | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/hcl.gemspec b/hcl.gemspec index c6221ee..1694376 100644 --- a/hcl.gemspec +++ b/hcl.gemspec @@ -5,14 +5,14 @@  Gem::Specification.new do |s|    s.name = %q{hcl} -  s.version = "0.3.1" +  s.version = "0.4.0"    s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=    s.authors = ["Zack Hobson"] -  s.date = %q{2011-07-13} +  s.date = %q{2013-11-18}    s.default_executable = %q{hcl}    s.description = %q{HCl is a command-line client for manipulating Harvest time sheets.} -  s.email = %q{zack@opensourcery.com} +  s.email = %q{zack@zackhobson.com}    s.executables = ["hcl"]    s.extra_rdoc_files = [      "LICENSE", | 
