From 7fd6c6611252dbe1aae0ae61afab78f936b47c1f Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 5 Sep 2018 00:53:51 -0400 Subject: ruby: add gemspec, add Template::run --- ruby/luigi-template.gemspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ruby/luigi-template.gemspec (limited to 'ruby/luigi-template.gemspec') diff --git a/ruby/luigi-template.gemspec b/ruby/luigi-template.gemspec new file mode 100644 index 0000000..87ab75e --- /dev/null +++ b/ruby/luigi-template.gemspec @@ -0,0 +1,14 @@ +require_relative './lib/luigi-template.rb' + +Gem::Specification.new do |s| + s.name = 'luigi-template' + s.version = Luigi::VERSION + s.date = '2018-09-05' + s.summary = 'Simple string templating library.' + 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' +end -- cgit v1.2.3