diff options
| author | Zack Hobson | 2013-11-20 09:38:39 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-11-20 09:38:39 -0800 |
| commit | a2a4fae3640141ab779ec25e5bcba0f6f8f777a3 (patch) | |
| tree | 4663634e455c093c5af5bed56f4c71666e398bfb /hcl.gemspec | |
| parent | 77015d31762836a1727a170fb15e73a023231ecd (diff) | |
| download | hcl-a2a4fae3640141ab779ec25e5bcba0f6f8f777a3.tar.bz2 | |
gemspec: set the actual home page
Diffstat (limited to 'hcl.gemspec')
| -rw-r--r-- | hcl.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
