# -*- encoding: utf-8 -*- # stub: jekyll-app-engine 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "jekyll-app-engine".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["James Ramsay".freeze] s.date = "2016-03-07" s.email = "git@jwr.vc".freeze s.files = [".gitignore".freeze, ".simplecov".freeze, ".travis.yml".freeze, "Gemfile".freeze, "History.markdown".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "jekyll-app-engine.gemspec".freeze, "lib/app.yaml".freeze, "lib/google-yaml.rb".freeze, "lib/jekyll-app-engine.rb".freeze, "script/bootstrap".freeze, "script/cibuild".freeze, "script/console".freeze, "script/release".freeze, "spec/fixtures/_app.yaml".freeze, "spec/fixtures/_config.yml".freeze, "spec/fixtures/_layouts/some_default.html".freeze, "spec/fixtures/_my_collection/custom_permalink.md".freeze, "spec/fixtures/_my_collection/custom_permalink_2.md".freeze, "spec/fixtures/_my_collection/test.html".freeze, "spec/fixtures/_my_collection/this-has-non-standard-chars.md".freeze, "spec/fixtures/_other_things/test2.html".freeze, "spec/fixtures/_posts/2013-12-12-dec-the-second.md".freeze, "spec/fixtures/_posts/2014-03-02-march-the-second.md".freeze, "spec/fixtures/_posts/2014-03-04-march-the-fourth.md".freeze, "spec/fixtures/_posts/2015-01-18-jekyll-last-modified-at.md".freeze, "spec/fixtures/feeds/atom.xml".freeze, "spec/fixtures/images/hubot.png".freeze, "spec/fixtures/index.html".freeze, "spec/fixtures/jekyll-last-modified-at/page.html".freeze, "spec/fixtures/some-subfolder/htm.htm".freeze, "spec/fixtures/some-subfolder/test_index.html".freeze, "spec/fixtures/some-subfolder/this-is-a-subfile.html".freeze, "spec/fixtures/some-subfolder/this-is-a-subpage.html".freeze, "spec/fixtures/some-subfolder/xhtml.xhtml".freeze, "spec/jekyll-app-engine_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/jamesramsay/jekyll-app-engine".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Generator for Google App Engine Handlers.".freeze s.test_files = ["spec/fixtures/_app.yaml".freeze, "spec/fixtures/_config.yml".freeze, "spec/fixtures/_layouts/some_default.html".freeze, "spec/fixtures/_my_collection/custom_permalink.md".freeze, "spec/fixtures/_my_collection/custom_permalink_2.md".freeze, "spec/fixtures/_my_collection/test.html".freeze, "spec/fixtures/_my_collection/this-has-non-standard-chars.md".freeze, "spec/fixtures/_other_things/test2.html".freeze, "spec/fixtures/_posts/2013-12-12-dec-the-second.md".freeze, "spec/fixtures/_posts/2014-03-02-march-the-second.md".freeze, "spec/fixtures/_posts/2014-03-04-march-the-fourth.md".freeze, "spec/fixtures/_posts/2015-01-18-jekyll-last-modified-at.md".freeze, "spec/fixtures/feeds/atom.xml".freeze, "spec/fixtures/images/hubot.png".freeze, "spec/fixtures/index.html".freeze, "spec/fixtures/jekyll-last-modified-at/page.html".freeze, "spec/fixtures/some-subfolder/htm.htm".freeze, "spec/fixtures/some-subfolder/test_index.html".freeze, "spec/fixtures/some-subfolder/this-is-a-subfile.html".freeze, "spec/fixtures/some-subfolder/this-is-a-subpage.html".freeze, "spec/fixtures/some-subfolder/xhtml.xhtml".freeze, "spec/jekyll-app-engine_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end