From 1e839cd3ba61d3732fabdc54a4aa441cec613ba2 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 5 Sep 2018 22:33:21 -0400 Subject: ruby: add remaining tests, add full documentation, simplify gemspec, add "docs" task, minor bug fixes --- ruby/luigi-template.gemspec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ruby/luigi-template.gemspec') diff --git a/ruby/luigi-template.gemspec b/ruby/luigi-template.gemspec index 0bc63e5..c67d157 100644 --- a/ruby/luigi-template.gemspec +++ b/ruby/luigi-template.gemspec @@ -10,10 +10,5 @@ Gem::Specification.new do |s| s.email = 'pabs@pablotron.org' s.homepage = 'https://github.com/pablotron/luigi-template' s.license = 'MIT' - s.files = %w{ - README.mkd - Rakefile - test/test_template.rb - lib/luigi-template.rb - } + s.files = Dir['{lib,test}/*.rb'] + %w{README.mkd Rakefile} end -- cgit v1.2.3