diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-05 22:33:21 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-05 22:33:21 -0400 |
commit | 1e839cd3ba61d3732fabdc54a4aa441cec613ba2 (patch) | |
tree | dc4dfe49c226b0eacf54614a77c52bbe99a89003 /ruby/luigi-template.gemspec | |
parent | abe810de48da22fbc8e28369f50e2863291fe505 (diff) | |
download | luigi-template-1e839cd3ba61d3732fabdc54a4aa441cec613ba2.tar.bz2 luigi-template-1e839cd3ba61d3732fabdc54a4aa441cec613ba2.zip |
ruby: add remaining tests, add full documentation, simplify gemspec, add "docs" task, minor bug fixes
Diffstat (limited to 'ruby/luigi-template.gemspec')
-rw-r--r-- | ruby/luigi-template.gemspec | 7 |
1 files changed, 1 insertions, 6 deletions
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 |