# -*- encoding: utf-8 -*- # stub: LilyPond-Ruby 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "LilyPond-Ruby".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Lee Whittaker".freeze] s.date = "2023-03-08" s.description = "This gem provides a library to access and control Lilypond within Ruby.\nIt contains the libraries and binary files for LilyPond 2.24.1 and\nGuile 2.2.3. \n\n\nIt also provides a builder tool for generating LilyPond files dynamically\nwith Ruby.\n".freeze s.email = "whittakerlee81@gmail.com".freeze s.executables = ["lilypond".freeze] s.files = ["bin/abc2ly".freeze, "bin/convert-ly".freeze, "bin/etf2ly".freeze, "bin/lilymidi".freeze, "bin/lilypond".freeze, "bin/lilypond-book".freeze, "bin/lilypond-invoke-editor".freeze, "bin/lilysong".freeze, "bin/midi2ly".freeze, "bin/musicxml2ly".freeze, "lib/guile.rb".freeze, "lib/lilypond-ruby.rb".freeze, "lib/lilypond/builder.rb".freeze] s.homepage = "https://github.com/Okomikeruko/LilyPond-Ruby".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Access and control Lilypond from within Ruby".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.15".freeze, ">= 1.15.5".freeze]) end