Sha256: 3f1ccf4fa2df48e4a78b8fa97440d1730df85c3b47cfc0b52a0111a709a5ec80
Contents?: true
Size: 910 Bytes
Versions: 3
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', '>= 1.0.0' gem.files = `git ls-files`.split($/) gem.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-page-hooks-1.1.1 | jekyll-page-hooks.gemspec |
jekyll-page-hooks-1.1.0 | jekyll-page-hooks.gemspec |
jekyll-page-hooks-1.0.2 | jekyll-page-hooks.gemspec |