# -*- encoding: utf-8 -*- # stub: jekyll-poole 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "jekyll-poole".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ian Carrico".freeze] s.date = "2017-09-03" s.description = " A Jekyll plugin that allows the use of tags from Mr. Poole.\n".freeze s.email = ["github@iancarrico.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "jekyll-poole.gemspec".freeze, "lib/jekyll-poole.rb".freeze, "lib/poole/renderer.rb".freeze, "lib/poole/tags.rb".freeze, "lib/poole/version.rb".freeze, "spec/fixtures/.gitignore".freeze, "spec/fixtures/_config.yml".freeze, "spec/fixtures/_layouts/default.md".freeze, "spec/fixtures/_layouts/post.md".freeze, "spec/fixtures/_posts/2014-11-21-default-tags.md".freeze, "spec/fixtures/_posts/2014-11-22-what-can-poole-do-for-you.md".freeze, "spec/fixtures/about.md".freeze, "spec/fixtures/index.html".freeze, "spec/lib/tags_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fixture_helpers.rb".freeze] s.homepage = "http://www.github.com/iamcarrico/jekyll-poole-tags".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "jekyll-poole-tags-\#{Jekyll::PoolePlugin::VERSION}".freeze s.test_files = ["spec/fixtures/.gitignore".freeze, "spec/fixtures/_config.yml".freeze, "spec/fixtures/_layouts/default.md".freeze, "spec/fixtures/_layouts/post.md".freeze, "spec/fixtures/_posts/2014-11-21-default-tags.md".freeze, "spec/fixtures/_posts/2014-11-22-what-can-poole-do-for-you.md".freeze, "spec/fixtures/about.md".freeze, "spec/fixtures/index.html".freeze, "spec/lib/tags_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fixture_helpers.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze, "< 4.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) end