# -*- encoding: utf-8 -*-
# stub: jekyll_all_collections 0.3.1 ruby lib

Gem::Specification.new do |s|
  s.name = "jekyll_all_collections".freeze
  s.version = "0.3.1".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_all_collections/issues", "changelog_uri" => "https://github.com/mslinn/jekyll_all_collections/CHANGELOG.md", "homepage_uri" => "https://www.mslinn.com/blog/2020/12/30/jekyll-plugin-template-collection.html", "source_code_uri" => "https://github.com/mslinn/jekyll_all_collections" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Mike Slinn".freeze]
  s.date = "2023-03-17"
  s.description = "Provides a collection of all collections in site.all_collections.\n".freeze
  s.email = ["email@email.com".freeze]
  s.files = [".rubocop.yml".freeze, "CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "jekyll_all_collections.gemspec".freeze, "lib/all_collections_hooks.rb".freeze, "lib/all_collections_tag.rb".freeze, "lib/jekyll_all_collections.rb".freeze, "lib/jekyll_all_collections/version.rb".freeze, "spec/date_sort_spec.rb".freeze, "spec/lambda_sort_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/status_persistence.txt".freeze]
  s.homepage = "https://www.mslinn.com/blog/2020/12/30/jekyll-plugin-template-collection.html".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Provides a collection of all collections in site.all_collections.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<jekyll>.freeze, [">= 3.5.0".freeze])
  s.add_runtime_dependency(%q<jekyll_draft>.freeze, ["~> 1.1.1".freeze])
  s.add_runtime_dependency(%q<jekyll_plugin_support>.freeze, ["~> 0.5.0".freeze])
end