From ff3344c570a8200c2a5933ae6790e24611008bbf Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 5 Sep 2018 09:14:45 -0400 Subject: ruby: add files to gemspec, ignore gemspec, add stub README.mkd --- ruby/luigi-template.gemspec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ruby/luigi-template.gemspec') 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 -- cgit v1.2.3