summaryrefslogtreecommitdiff
path: root/ruby/luigi-template.gemspec
blob: 87ab75eb2302bab2220553743d029b0dba444f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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