diff options
Diffstat (limited to 'ruby/luigi-template.gemspec')
-rw-r--r-- | ruby/luigi-template.gemspec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ruby/luigi-template.gemspec b/ruby/luigi-template.gemspec index 87ab75e..0bc63e5 100644 --- a/ruby/luigi-template.gemspec +++ b/ruby/luigi-template.gemspec @@ -8,7 +8,12 @@ Gem::Specification.new do |s| s.description = 'Simple string templating library.' s.authors = ['Paul Duncan'] s.email = 'pabs@pablotron.org' - s.files = ["lib/luigi-template.rb"] 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 + } end |