summaryrefslogtreecommitdiff
path: root/ruby/luigi-template.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/luigi-template.gemspec')
-rw-r--r--ruby/luigi-template.gemspec7
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