Sha256: a3c78ce03914d748bc4a67c86db7e8b3571ffa7de469371d8abbaf5dfb282a81
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'jekyll-page-hooks/version' Gem::Specification.new do |gem| gem.name = "jekyll-page-hooks" gem.version = Jekyll::PageHooksVersion::VERSION gem.authors = ["Brandon Mathis"] gem.email = ["brandon@imathis.com"] gem.description = %q{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.} gem.summary = %q{Allows other plugins to access page/post content before and after render, and after write.} gem.homepage = "http://github.com/octopress/jekyll-page-hooks" gem.license = "MIT" gem.add_runtime_dependency 'jekyll', '>= 2.0.0' gem.post_install_message = <<-MESSAGE ! The jekyll-page-hooks gem has been deprecated and has been replaced by octopress-hooks. ! See: https://rubygems.org/gems/octopress-hooks ! And: https://github.com/octopress/hooks MESSAGE gem.files = `git ls-files`.split($/) gem.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-page-hooks-1.3.1 | jekyll-page-hooks.gemspec |