# -*- encoding: utf-8 -*-
# stub: jekyll-lilypond 0.1.1 ruby lib

Gem::Specification.new do |s|
  s.name = "jekyll-lilypond".freeze
  s.version = "0.1.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "documentation_uri" => "https://www.velleman.org/jekyll-lilypond.html", "source_code_uri" => "https://github.com/leahvelleman/jekyll-lilypond" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Leah Velleman".freeze]
  s.date = "2021-04-07"
  s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "files/rite.png".freeze, "jekyll-lilypond.gemspec".freeze, "lib/jekyll-lilypond.rb".freeze, "lib/jekyll-lilypond/file_processor.rb".freeze, "lib/jekyll-lilypond/lilypond_tag.rb".freeze, "lib/jekyll-lilypond/tag.rb".freeze, "lib/jekyll-lilypond/tag_processor.rb".freeze, "lib/jekyll-lilypond/templates.rb".freeze, "lib/jekyll-lilypond/templates/basic.ly".freeze, "lib/jekyll-lilypond/templates/empty.ly".freeze, "lib/jekyll-lilypond/templates/figure.html".freeze, "lib/jekyll-lilypond/templates/img.html".freeze, "lib/jekyll-lilypond/templates/raw.html".freeze, "lib/jekyll-lilypond/templates/raw.ly".freeze, "lib/jekyll-lilypond/templates/showsource.html".freeze, "lib/jekyll-lilypond/version.rb".freeze, "spec/file_processor_spec.rb".freeze, "spec/fixtures/.gitignore".freeze, "spec/fixtures/404.html".freeze, "spec/fixtures/Gemfile".freeze, "spec/fixtures/_config.yml".freeze, "spec/fixtures/_layouts/basic_html.html".freeze, "spec/fixtures/_layouts/vacuous_html.html".freeze, "spec/fixtures/_layouts/vacuous_ly.ly".freeze, "spec/fixtures/_layouts/variables_html.html".freeze, "spec/fixtures/_layouts/variables_ly.ly".freeze, "spec/fixtures/_posts/2021-01-16-welcome-to-jekyll.markdown".freeze, "spec/fixtures/about.markdown".freeze, "spec/fixtures/index.markdown".freeze, "spec/fixtures/page.md".freeze, "spec/integration_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/tag_processor_spec.rb".freeze, "spec/tag_spec.rb".freeze, "spec/templates_spec.rb".freeze]
  s.homepage = "https://www.velleman.org/jekyll-lilypond.html".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Lilypond music snippets in Jekyll".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<jekyll>.freeze, [">= 3.0".freeze, "< 5.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.5".freeze])
end