From 7fd295c0fb4392c7c698d9586bee7aa633ee2363 Mon Sep 17 00:00:00 2001 From: Zack Hobson Date: Tue, 28 Jan 2014 20:18:47 -0800 Subject: rakefile: use ronn ruby API instead of shelling out --- hcl.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hcl.gemspec') diff --git a/hcl.gemspec b/hcl.gemspec index d70ff4e..ab61793 100644 --- a/hcl.gemspec +++ b/hcl.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |s| s.email = "zack@zackhobson.com" s.description = "HCl is a command-line client for manipulating Harvest time sheets." s.executables = ["hcl"] - s.files = %w[LICENSE Rakefile Gemfile] + Dir['*.markdown'] + - Dir['bin/*'] + Dir['lib/**/*.rb'] + Dir['test/**/*.rb'] + Dir['man/hcl.1'] + 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.licenses = ["MIT"] s.summary = "Harvest timesheets from the command-line" -- cgit v1.2.3