Sha256: b9950513082f407e6d480a9cea890c71c839337f139050a2931a81b20bf98ed5
Contents?: true
Size: 1.81 KB
Versions: 0
Compression: gzip
Compressed size: 743 Bytes
Stored size: 743 Bytes
Contents
--- !ruby/object:Gem::Specification name: jekyll-page-hooks version: !ruby/object:Gem::Version version: 1.2.0 platform: ruby authors: - Brandon Mathis autorequire: bindir: bin cert_chain: [] date: 2014-05-08 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: jekyll requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 description: 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. email: - brandon@imathis.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - Rakefile - jekyll-page-hooks.gemspec - lib/jekyll-page-hooks.rb - lib/jekyll-page-hooks/version.rb - test/.gitignore - test/Gemfile - test/_config.yml - test/_layouts/default.html - test/_layouts/post.html - test/_plugins/test.rb - test/css/main.css - test/css/syntax.css - test/index.md homepage: http://github.com/octopress/jekyll-page-hooks licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Allows other plugins to access page/post content before and after render, and after write. test_files: []