diff options
| author | Zack Hobson | 2014-04-21 12:38:37 -0700 |
|---|---|---|
| committer | Zack Hobson | 2014-04-21 12:38:37 -0700 |
| commit | 92974b1fa9d8a975a8583eba967a346de1e20781 (patch) | |
| tree | 9fae8e8ed7d5a275add81aea7195b27a7f8b305d /hcl.gemspec | |
| parent | 5ac21804327c49f99b7cbc1c16308af162c4a2cf (diff) | |
| download | hcl-92974b1fa9d8a975a8583eba967a346de1e20781.tar.bz2 | |
gemspec: update gem homepage url
Diffstat (limited to 'hcl.gemspec')
| -rw-r--r-- | hcl.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcl.gemspec b/hcl.gemspec index acc5985..d254d49 100644 --- a/hcl.gemspec +++ b/hcl.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.executables = ["hcl"] s.files = %w[LICENSE Rakefile Gemfile bin/hcl man/hcl.1] + Dir['*.markdown'] + Dir['lib/**/*.rb'] + Dir['test/**/*.rb'] - s.homepage = "http://zackhobson.com/hcl/" + s.homepage = "https://zenhob.github.io/hcl/" s.licenses = ["MIT"] s.summary = "Harvest timesheets from the command-line" |
