Sha256: 8715817784df11130dafd8d7f6560e44e769f6825db5241714ce1ec2aef915c5
Contents?: true
Size: 910 Bytes
Versions: 2
Compression:
Stored size: 910 Bytes
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{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.files = `git ls-files`.split($/) gem.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-page-hooks-1.3.0 | jekyll-page-hooks.gemspec |
jekyll-page-hooks-1.2.0 | jekyll-page-hooks.gemspec |