summaryrefslogtreecommitdiffstats
path: root/hcl.gemspec
diff options
context:
space:
mode:
authorZack Hobson2009-08-09 11:16:34 -0700
committerZack Hobson2009-08-09 11:16:34 -0700
commitd9eb6606459d2ae23814551061a01bd747d5ca4c (patch)
tree598f8c4a2099664ec0c6dc305ac583827f7e2323 /hcl.gemspec
parentf01ee147aa9e82dc220c37e933276f2420d16618 (diff)
downloadhcl-d9eb6606459d2ae23814551061a01bd747d5ca4c.tar.bz2
Regenerated gemspec for version 0.2.2v0.2.2
Diffstat (limited to 'hcl.gemspec')
-rw-r--r--hcl.gemspec9
1 files changed, 5 insertions, 4 deletions
diff --git a/hcl.gemspec b/hcl.gemspec
index a89d486..d98408b 100644
--- a/hcl.gemspec
+++ b/hcl.gemspec
@@ -2,11 +2,11 @@
Gem::Specification.new do |s|
s.name = %q{hcl}
- s.version = "0.2.1"
+ s.version = "0.2.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Zack Hobson"]
- s.date = %q{2009-07-30}
+ s.date = %q{2009-08-09}
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}
@@ -21,11 +21,12 @@ Gem::Specification.new do |s|
"LICENSE",
"README.markdown",
"Rakefile",
- "VERSION.yml",
+ "VERSION",
"bin/hcl",
+ "deps.rip",
"hcl.gemspec",
"hcl_conf.yml.example",
- "lib/hcl.rb",
+ "lib/hcl/app.rb",
"lib/hcl/day_entry.rb",
"lib/hcl/project.rb",
"lib/hcl/task.rb",