From a2a4fae3640141ab779ec25e5bcba0f6f8f777a3 Mon Sep 17 00:00:00 2001 From: Zack Hobson Date: Wed, 20 Nov 2013 09:38:39 -0800 Subject: gemspec: set the actual home page --- hcl.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hcl.gemspec') diff --git a/hcl.gemspec b/hcl.gemspec index 47f68ef..5596e21 100644 --- a/hcl.gemspec +++ b/hcl.gemspec @@ -6,12 +6,12 @@ Gem::Specification.new do |s| s.version = HCl::VERSION s.authors = ["Zack Hobson"] - s.description = "HCl is a command-line client for manipulating Harvest time sheets." s.email = "zack@zackhobson.com" + s.description = "HCl is a command-line client for manipulating Harvest time sheets." s.executables = ["hcl"] s.files = %w[CHANGELOG LICENSE Rakefile] + Dir['*.markdown'] + Dir['bin/*'] + Dir['lib/**/*.rb'] + Dir['test/**/*.rb'] - s.homepage = "http://github.com/zenhob/hcl" + s.homepage = "http://zackhobson.com/hcl/" s.licenses = ["MIT"] s.summary = "Harvest timesheets from the command-line" -- cgit v1.2.3