You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
582 B
Ruby

Gem::Specification.new do |s|
s.name = 'jekyll-transistor'
s.version = '0.0.4'
s.date = '2020-05-04'
s.summary = "A transistor.fm plugin liquid tag for Jekyll"
s.description = "Allows to embed Transistor.fm audio bits in Jekyll pages and posts."
s.authors = ["Thomas Riboulet"]
s.email = 'thomas@imfiny.com'
s.files = ["lib/jekyll-transistor.rb"]
s.require_paths = ["lib"]
s.add_dependency "jekyll", ">= 3.7", "< 5.0"
s.homepage =
'https://git.imfiny.com/OpenSource/jekyll-transistor'
s.license = 'MIT'
end