# -*- encoding: utf-8 -*-
# stub: jekyll-sitemap 0.6.1 ruby lib

Gem::Specification.new do |s|
  s.name = "jekyll-sitemap".freeze
  s.version = "0.6.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["GitHub, Inc.".freeze]
  s.date = "2014-10-17"
  s.email = "support@github.com".freeze
  s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "History.markdown".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "jekyll-sitemap.gemspec".freeze, "lib/jekyll-sitemap.rb".freeze, "lib/sitemap.xml".freeze, "script/bootstrap".freeze, "script/cibuild".freeze, "script/console".freeze, "script/release".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/_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/2014-05-11-exclude-this-post.md".freeze, "spec/fixtures/feeds/atom.xml".freeze, "spec/fixtures/images/hubot.png".freeze, "spec/fixtures/index.html".freeze, "spec/fixtures/some-subfolder/exclude-this-page.html".freeze, "spec/fixtures/some-subfolder/this-is-a-subfile.html".freeze, "spec/fixtures/some-subfolder/this-is-a-subpage.html".freeze, "spec/jekyll-sitemap_spec.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "https://github.com/jekyll/jekyll-sitemap".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Automatically generate a sitemap.xml for your Jekyll site.".freeze
  s.test_files = ["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/_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/2014-05-11-exclude-this-post.md".freeze, "spec/fixtures/feeds/atom.xml".freeze, "spec/fixtures/images/hubot.png".freeze, "spec/fixtures/index.html".freeze, "spec/fixtures/some-subfolder/exclude-this-page.html".freeze, "spec/fixtures/some-subfolder/this-is-a-subfile.html".freeze, "spec/fixtures/some-subfolder/this-is-a-subpage.html".freeze, "spec/jekyll-sitemap_spec.rb".freeze, "spec/spec_helper.rb".freeze]

  s.specification_version = 4

  s.add_development_dependency(%q<jekyll>.freeze, ["~> 2.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.6".freeze])
end