summaryrefslogtreecommitdiffstats
path: root/hcl.gemspec
diff options
context:
space:
mode:
authorZack Hobson2010-09-26 13:45:51 -0700
committerZack Hobson2010-09-26 13:45:51 -0700
commit474cb7bd6dbe95670bea596fdaedadd4d08f782a (patch)
treed4df901ee1256c8e4cff47a0940cfc74ece0a800 /hcl.gemspec
parentf83c66059c180c5550dce33a6dfef1af9be6b139 (diff)
downloadhcl-474cb7bd6dbe95670bea596fdaedadd4d08f782a.tar.bz2
Cleanup, hacking notes.
Diffstat (limited to 'hcl.gemspec')
-rw-r--r--hcl.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/hcl.gemspec b/hcl.gemspec
index 773e7f2..93dcb62 100644
--- a/hcl.gemspec
+++ b/hcl.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Zack Hobson"]
- s.date = %q{2010-04-02}
+ s.date = %q{2010-09-26}
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}
@@ -44,7 +44,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/zenhob/hcl}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.6}
+ s.rubygems_version = %q{1.3.7}
s.summary = %q{Harvest timesheets from the command-line}
s.test_files = [
"test/app_test.rb",
@@ -57,7 +57,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<termios>, [">= 0"])
s.add_runtime_dependency(%q<trollop>, [">= 1.10.2"])
s.add_runtime_dependency(%q<chronic>, [">= 0.2.3"])