# -*- encoding: utf-8 -*- # stub: jekyll-page-hooks 1.3.1 ruby lib Gem::Specification.new do |s| s.name = "jekyll-page-hooks".freeze s.version = "1.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brandon Mathis".freeze] s.date = "2014-07-24" s.description = "Renamed to octopress-hooks. - Monkeypatches Jekyll's Site, Post, Page and Convertible classes to allow other plugins to access page/post content before and after render, and after write.".freeze s.email = ["brandon@imathis.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "jekyll-page-hooks.gemspec".freeze, "lib/jekyll-page-hooks.rb".freeze, "lib/jekyll-page-hooks/version.rb".freeze, "test/.gitignore".freeze, "test/Gemfile".freeze, "test/_config.yml".freeze, "test/_layouts/default.html".freeze, "test/_layouts/post.html".freeze, "test/_plugins/test.rb".freeze, "test/css/main.css".freeze, "test/css/syntax.css".freeze, "test/index.md".freeze] s.homepage = "http://github.com/octopress/jekyll-page-hooks".freeze s.licenses = ["MIT".freeze] s.post_install_message = "! The jekyll-page-hooks gem has been deprecated and has been replaced by octopress-hooks.\n! See: https://rubygems.org/gems/octopress-hooks\n! And: https://github.com/octopress/hooks\n".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Allows other plugins to access page/post content before and after render, and after write.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze]) end