Sha256: 7dd894aaddb630510951ade9fe44945c846427e43a17e4001f3de0e486d13377
Contents?: true
Size: 838 Bytes
Versions: 4
Compression:
Stored size: 838 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'guard/jekyll/version' Gem::Specification.new do |gem| gem.name = "guard-jekyll-plus" gem.version = Guard::JekyllVersion::VERSION gem.authors = ["Brandon Mathis"] gem.email = ["brandon@imathis.com"] gem.description = %q{A Guard plugin for smarter Jekyll watching} gem.summary = %q{A Guard plugin for Jekyll which intelligently handles changes to static and template files, only running a Jekyll build when necessary. } gem.homepage = "http://github.com/imathis/guard-jekyll-plus" gem.add_dependency 'guard', '>= 1.1.0' gem.add_dependency 'jekyll', '>= 1.0.0' gem.files = `git ls-files`.split($/) gem.require_paths = ["lib"] end
Version data entries
4 entries across 4 versions & 1 rubygems