# -*- encoding: utf-8 -*- # stub: guard-jekyll-plus 1.4.7 ruby lib Gem::Specification.new do |s| s.name = "guard-jekyll-plus".freeze s.version = "1.4.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brandon Mathis".freeze] s.date = "2013-08-22" s.description = "A Guard plugin for smarter Jekyll watching".freeze s.email = ["brandon@imathis.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "guard-jekyll-plus.gemspec".freeze, "lib/guard/jekyll-plus.rb".freeze, "lib/guard/jekyll-plus/templates/Guardfile".freeze, "lib/guard/jekyll-plus/version.rb".freeze, "lib/rack/config.ru".freeze, "test/.gitignore".freeze, "test/404.html".freeze, "test/Gemfile".freeze, "test/Gemfile.lock".freeze, "test/Guardfile".freeze, "test/_config.yml".freeze, "test/_layouts/default.html".freeze, "test/_layouts/post.html".freeze, "test/_override.yml".freeze, "test/_posts/2013-07-08-welcome-to-jekyll.markdown".freeze, "test/css/main.css".freeze, "test/css/syntax.css".freeze, "test/images/app.net.png".freeze, "test/images/facebook.png".freeze, "test/images/logo.png".freeze, "test/images/twitter.png".freeze, "test/index.html".freeze, "test/\u5B57.html".freeze] s.homepage = "http://github.com/imathis/guard-jekyll-plus".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Guard plugin for Jekyll which intelligently handles changes to static and template files, only running a Jekyll build when necessary.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) end