diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-05 09:14:45 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-05 09:14:45 -0400 |
commit | ff3344c570a8200c2a5933ae6790e24611008bbf (patch) | |
tree | 4bd43345cb50e0567cc6ea7a0ac1809857b8d3df /ruby/luigi-template.gemspec | |
parent | f523b828d1612eb51fdd86b4179a40663ac6a0e6 (diff) | |
download | luigi-template-ff3344c570a8200c2a5933ae6790e24611008bbf.tar.bz2 luigi-template-ff3344c570a8200c2a5933ae6790e24611008bbf.zip |
ruby: add files to gemspec, ignore gemspec, add stub README.mkd
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 |