diff options
| author | Zack Hobson | 2009-07-30 11:40:33 -0700 | 
|---|---|---|
| committer | Zack Hobson | 2009-07-30 11:40:33 -0700 | 
| commit | ae7eea7717fa76f18bbb446777c1d2280345f616 (patch) | |
| tree | 115273d7c80f728030ee9ccd50c2ac923c51d71f | |
| parent | 3635c799f4d21661e4eecf658ec00d4e69a78274 (diff) | |
| download | hcl-ae7eea7717fa76f18bbb446777c1d2280345f616.tar.bz2 | |
Regenerated gemspec for version 0.2.0v0.2.0
| -rw-r--r-- | hcl.gemspec | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/hcl.gemspec b/hcl.gemspec index 16a2bfd..d465f08 100644 --- a/hcl.gemspec +++ b/hcl.gemspec @@ -2,11 +2,11 @@  Gem::Specification.new do |s|    s.name = %q{hcl} -  s.version = "0.1.3" +  s.version = "0.2.0"    s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=    s.authors = ["Zack Hobson"] -  s.date = %q{2009-07-28} +  s.date = %q{2009-07-30}    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} @@ -29,7 +29,8 @@ Gem::Specification.new do |s|       "lib/hcl/day_entry.rb",       "lib/hcl/project.rb",       "lib/hcl/task.rb", -     "lib/hcl/timesheet_resource.rb" +     "lib/hcl/timesheet_resource.rb", +     "lib/hcl/utility.rb"    ]    s.has_rdoc = true    s.homepage = %q{http://github.com/zenhob/hcl} | 
