# -*- encoding: utf-8 -*- # stub: jekyll_flexible_include 2.0.21 ruby lib Gem::Specification.new do |s| s.name = "jekyll_flexible_include".freeze s.version = "2.0.21".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "bug_tracker_uri" => "https://github.com/mslinn/jekyll_flexible_include_plugin/issues", "changelog_uri" => "https://github.com/mslinn/jekyll_flexible_include_plugin/CHANGELOG.md", "homepage_uri" => "https://www.mslinn.com/jekyll_plugins/jekyll_flexible_include.html", "source_code_uri" => "https://github.com/mslinn/jekyll_flexible_include_plugin" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Mike Slinn".freeze, "Tan Nhu".freeze, "Maarten Brakkee".freeze] s.bindir = "exe".freeze s.date = "2023-11-22" s.description = "Jekyll's built-in include tag only supports including files within the _includes folder.\nThis plugin supports 4 types of includes: absolute filenames,\nfilenames relative to the top-level directory of the Jekyll web site,\nfilenames relative to the user home directory,\nand executable filenames on the PATH.\n".freeze s.email = ["mslinn@mslinn.com".freeze] s.files = [".rubocop.yml".freeze, "CHANGELOG.md".freeze, "README.md".freeze, "Rakefile".freeze, "jekyll_flexible_include_plugin.gemspec".freeze, "lib/flexible_include.rb".freeze, "lib/flexible_include/version.rb".freeze, "lib/flexible_include_class.rb".freeze, "lib/flexible_include_private_methods.rb".freeze, "lib/git_file_reader.rb".freeze, "spec/flexible_include_spec.rb".freeze, "spec/git_file_reader_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/status_persistence.txt".freeze] s.homepage = "https://www.mslinn.com/jekyll_plugins/jekyll_flexible_include.html".freeze s.licenses = ["MIT".freeze] s.post_install_message = "\nThanks for installing jekyll_flexible_include!\n\n".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Jekyll plugin supports various ways to include content into the generated site.".freeze s.test_files = ["spec/flexible_include_spec.rb".freeze, "spec/git_file_reader_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/status_persistence.txt".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.7.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end