# -*- encoding: utf-8 -*- # stub: jekyll_from_to_until 1.0.5 ruby lib Gem::Specification.new do |s| s.name = "jekyll_from_to_until".freeze s.version = "1.0.5".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_from_to_until/issues", "changelog_uri" => "https://github.com/mslinn/jekyll_from_to_until/CHANGELOG.md", "homepage_uri" => "https://www.mslinn.com/jekyll_plugins/jekyll_from_to_until.html", "source_code_uri" => "https://github.com/mslinn/jekyll_from_to_until" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Mike Slinn".freeze] s.bindir = "exe".freeze s.date = "2024-08-22" s.description = "This Jekyll plugin provides 3 filters that return portions of a multiline string: from, to and until.\nRegular expression is used to specify matches; the simplest regular expression is a string.\n".freeze s.email = ["mslinn@mslinn.com".freeze] s.files = [".rubocop.yml".freeze, "CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "jekyll_from_to_until.gemspec".freeze, "lib/jekyll_from_to_until.rb".freeze, "lib/jekyll_from_to_until/version.rb".freeze, "spec/jekyll_from_to_until_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/status_persistence.txt".freeze] s.homepage = "https://www.mslinn.com/jekyll_plugins/jekyll_from_to_until.html".freeze s.licenses = ["MIT".freeze] s.post_install_message = "\nThanks for installing jekyll_from_to_until v1.0.5!\n\n".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "This Jekyll plugin provides 3 filters that return portions of a multiline string: from, to and until.".freeze s.test_files = ["spec/jekyll_from_to_until_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, [">= 3.5.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end