diff options
| -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" |
