Sha256: 7b11ef7b079760560f380e7e868fa1add10c383209ee5085e133e15e1834b954
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 KB
Contents
require_relative 'lib/jekyll_all_collections/version' Gem::Specification.new do |spec| github = 'https://github.com/mslinn/jekyll_all_collections' spec.authors = ['Mike Slinn'] spec.bindir = 'exe' spec.description = <<~END_OF_DESC Provides a collection of all collections in site.all_collections. END_OF_DESC spec.email = ['mslinn@mslinn.com'] spec.executables = [] # Specify which files should be added to the gem when it is released. spec.files = Dir['.rubocop.yml', 'LICENSE.*', 'Rakefile', '{lib,spec}/**/*', '*.gemspec', '*.md'] spec.homepage = 'https://www.mslinn.com/jekyll_plugins/jekyll_all_collections.html' spec.license = 'MIT' spec.metadata = { 'allowed_push_host' => 'https://rubygems.org', 'bug_tracker_uri' => "#{github}/issues", 'changelog_uri' => "#{github}/CHANGELOG.md", 'homepage_uri' => spec.homepage, 'source_code_uri' => github, } spec.name = 'jekyll_all_collections' spec.require_paths = ['lib'] spec.required_ruby_version = '>= 2.6.0' spec.summary = 'Provides a collection of all collections in site.all_collections.' spec.version = JekyllAllCollectionsVersion::VERSION spec.add_dependency 'jekyll', '>= 3.5.0' spec.add_dependency 'jekyll_draft', '>= 1.1.1' spec.add_dependency 'jekyll_plugin_support', '>= 0.7.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll_all_collections-0.3.5 | jekyll_all_collections.gemspec |
jekyll_all_collections-0.3.4 | jekyll_all_collections.gemspec |