--- !ruby/object:Gem::Specification name: jekyll_from_to_until version: !ruby/object:Gem::Version version: 1.0.4 platform: ruby authors: - Mike Slinn autorequire: bindir: exe cert_chain: [] date: 2023-11-22 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: jekyll requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.5.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.5.0 - !ruby/object:Gem::Dependency name: jekyll_plugin_logger requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: | This Jekyll plugin provides 3 filters that return portions of a multiline string: from, to and until. Regular expression is used to specify matches; the simplest regular expression is a string. email: - mslinn@mslinn.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".rubocop.yml" - CHANGELOG.md - LICENSE.txt - README.md - Rakefile - jekyll_from_to_until.gemspec - lib/jekyll_from_to_until.rb - lib/jekyll_from_to_until/version.rb - spec/jekyll_from_to_until_spec.rb - spec/spec_helper.rb - spec/status_persistence.txt homepage: https://www.mslinn.com/jekyll_plugins/jekyll_from_to_until.html licenses: - MIT 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 post_install_message: |2+ Thanks for installing jekyll_from_to_until v1.0.4! rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.6.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.7 signing_key: specification_version: 4 summary: 'This Jekyll plugin provides 3 filters that return portions of a multiline string: from, to and until.' test_files: - spec/jekyll_from_to_until_spec.rb - spec/spec_helper.rb - spec/status_persistence.txt ...