From 474cb7bd6dbe95670bea596fdaedadd4d08f782a Mon Sep 17 00:00:00 2001 From: Zack Hobson Date: Sun, 26 Sep 2010 13:45:51 -0700 Subject: Cleanup, hacking notes. --- hcl.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hcl.gemspec') 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, [">= 0"]) s.add_runtime_dependency(%q, [">= 1.10.2"]) s.add_runtime_dependency(%q, [">= 0.2.3"]) -- cgit v1.2.3