# -*- encoding: utf-8 -*- # stub: bridgetown-sitemap 2.0.2 ruby lib Gem::Specification.new do |s| s.name = "bridgetown-sitemap".freeze s.version = "2.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ayush Newatia".freeze] s.date = "2023-06-27" s.email = "ayush@hey.com".freeze s.files = [".github/workflows/tests.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "bridgetown-sitemap.gemspec".freeze, "lib/bridgetown-sitemap.rb".freeze, "lib/bridgetown-sitemap/builder.rb".freeze, "lib/bridgetown-sitemap/version.rb".freeze, "lib/bridgetown/resource/base.rb".freeze, "lib/robots.liquid".freeze, "lib/sitemap.erb".freeze, "script/cibuild".freeze, "script/fmt".freeze, "script/release".freeze, "script/test".freeze, "test/fixtures/config/initializers.rb".freeze, "test/fixtures/plugins/builders/generated_pages.rb".freeze, "test/fixtures/plugins/site_builder.rb".freeze, "test/fixtures/src/_data/.keep".freeze, "test/fixtures/src/_layouts/default.html".freeze, "test/fixtures/src/_other_things/test2.html".freeze, "test/fixtures/src/_posts/2019-04-01-\u9519\u8BEF.html".freeze, "test/fixtures/src/_posts/2019-07-14-last-modified-at.md".freeze, "test/fixtures/src/_posts/2020-04-02-\u9519\u8BEF.html".freeze, "test/fixtures/src/_posts/2020-04-03-\u9519\u8BEF.html".freeze, "test/fixtures/src/_posts/2020-05-11-exclude-this-post.md".freeze, "test/fixtures/src/_posts/2021-03-02-march-the-second.md".freeze, "test/fixtures/src/_posts/2021-03-04-march-the-fourth.md".freeze, "test/fixtures/src/_posts/2021-05-06-may-the-sixth.md".freeze, "test/fixtures/src/_posts/2022-02-18-feb-the-eighteenth.md".freeze, "test/fixtures/src/about.html".freeze, "test/fixtures/src/assets/sample_image.jpg".freeze, "test/fixtures/src/assets/sample_pdf.pdf".freeze, "test/fixtures/src/excluded_files/excluded_pdf.pdf".freeze, "test/fixtures/src/excluded_files/html_file.html".freeze, "test/fixtures/src/feeds/atom.xml".freeze, "test/fixtures/src/index.html".freeze, "test/fixtures/src/some-subfolder/exclude-this-page.html".freeze, "test/fixtures/src/some-subfolder/htm.htm".freeze, "test/fixtures/src/some-subfolder/index.html".freeze, "test/fixtures/src/some-subfolder/test_index.html".freeze, "test/fixtures/src/some-subfolder/test_priority_and_changefreq.html".freeze, "test/fixtures/src/some-subfolder/this-is-a-subfile.html".freeze, "test/fixtures/src/some-subfolder/this-is-a-subpage.html".freeze, "test/fixtures/src/some-subfolder/xhtml.xhtml".freeze, "test/fixtures/src/this-has-non-standard-chars.md".freeze, "test/helper.rb".freeze, "test/test_sitemap.rb".freeze] s.homepage = "https://github.com/ayushn21/bridgetown-sitemap".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Automatically generate a sitemap.xml for your Bridgetown site.".freeze s.test_files = ["test/fixtures/config/initializers.rb".freeze, "test/fixtures/plugins/builders/generated_pages.rb".freeze, "test/fixtures/plugins/site_builder.rb".freeze, "test/fixtures/src/_data/.keep".freeze, "test/fixtures/src/_layouts/default.html".freeze, "test/fixtures/src/_other_things/test2.html".freeze, "test/fixtures/src/_posts/2019-04-01-\u9519\u8BEF.html".freeze, "test/fixtures/src/_posts/2019-07-14-last-modified-at.md".freeze, "test/fixtures/src/_posts/2020-04-02-\u9519\u8BEF.html".freeze, "test/fixtures/src/_posts/2020-04-03-\u9519\u8BEF.html".freeze, "test/fixtures/src/_posts/2020-05-11-exclude-this-post.md".freeze, "test/fixtures/src/_posts/2021-03-02-march-the-second.md".freeze, "test/fixtures/src/_posts/2021-03-04-march-the-fourth.md".freeze, "test/fixtures/src/_posts/2021-05-06-may-the-sixth.md".freeze, "test/fixtures/src/_posts/2022-02-18-feb-the-eighteenth.md".freeze, "test/fixtures/src/about.html".freeze, "test/fixtures/src/assets/sample_image.jpg".freeze, "test/fixtures/src/assets/sample_pdf.pdf".freeze, "test/fixtures/src/excluded_files/excluded_pdf.pdf".freeze, "test/fixtures/src/excluded_files/html_file.html".freeze, "test/fixtures/src/feeds/atom.xml".freeze, "test/fixtures/src/index.html".freeze, "test/fixtures/src/some-subfolder/exclude-this-page.html".freeze, "test/fixtures/src/some-subfolder/htm.htm".freeze, "test/fixtures/src/some-subfolder/index.html".freeze, "test/fixtures/src/some-subfolder/test_index.html".freeze, "test/fixtures/src/some-subfolder/test_priority_and_changefreq.html".freeze, "test/fixtures/src/some-subfolder/this-is-a-subfile.html".freeze, "test/fixtures/src/some-subfolder/this-is-a-subpage.html".freeze, "test/fixtures/src/some-subfolder/xhtml.xhtml".freeze, "test/fixtures/src/this-has-non-standard-chars.md".freeze, "test/helper.rb".freeze, "test/test_sitemap.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.2.0".freeze, "< 2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end