# -*- encoding: utf-8 -*- # stub: html2rss 0.14.0 ruby lib Gem::Specification.new do |s| s.name = "html2rss".freeze s.version = "0.14.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/html2rss/html2rss/releases/tag/v0.14.0", "rubygems_mfa_required" => "true" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Gil Desmarais".freeze] s.bindir = "exe".freeze s.date = "2024-10-08" s.description = "Supports JSON content, custom HTTP headers, and post-processing of extracted content.".freeze s.email = ["html2rss@desmarais.de".freeze] s.executables = ["html2rss".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "exe/html2rss".freeze, "html2rss.gemspec".freeze, "lib/html2rss.rb".freeze, "lib/html2rss/attribute_post_processors.rb".freeze, "lib/html2rss/attribute_post_processors/base.rb".freeze, "lib/html2rss/attribute_post_processors/gsub.rb".freeze, "lib/html2rss/attribute_post_processors/html_to_markdown.rb".freeze, "lib/html2rss/attribute_post_processors/html_transformers/transform_urls_to_absolute_ones.rb".freeze, "lib/html2rss/attribute_post_processors/html_transformers/wrap_img_in_a.rb".freeze, "lib/html2rss/attribute_post_processors/markdown_to_html.rb".freeze, "lib/html2rss/attribute_post_processors/parse_time.rb".freeze, "lib/html2rss/attribute_post_processors/parse_uri.rb".freeze, "lib/html2rss/attribute_post_processors/sanitize_html.rb".freeze, "lib/html2rss/attribute_post_processors/substring.rb".freeze, "lib/html2rss/attribute_post_processors/template.rb".freeze, "lib/html2rss/auto_source.rb".freeze, "lib/html2rss/auto_source/article.rb".freeze, "lib/html2rss/auto_source/channel.rb".freeze, "lib/html2rss/auto_source/cleanup.rb".freeze, "lib/html2rss/auto_source/reducer.rb".freeze, "lib/html2rss/auto_source/rss_builder.rb".freeze, "lib/html2rss/auto_source/scraper.rb".freeze, "lib/html2rss/auto_source/scraper/schema.rb".freeze, "lib/html2rss/auto_source/scraper/schema/base.rb".freeze, "lib/html2rss/auto_source/scraper/semantic_html.rb".freeze, "lib/html2rss/auto_source/scraper/semantic_html/extractor.rb".freeze, "lib/html2rss/auto_source/scraper/semantic_html/image.rb".freeze, "lib/html2rss/cli.rb".freeze, "lib/html2rss/config.rb".freeze, "lib/html2rss/config/channel.rb".freeze, "lib/html2rss/config/selectors.rb".freeze, "lib/html2rss/item.rb".freeze, "lib/html2rss/item_extractors.rb".freeze, "lib/html2rss/item_extractors/attribute.rb".freeze, "lib/html2rss/item_extractors/href.rb".freeze, "lib/html2rss/item_extractors/html.rb".freeze, "lib/html2rss/item_extractors/static.rb".freeze, "lib/html2rss/item_extractors/text.rb".freeze, "lib/html2rss/object_to_xml_converter.rb".freeze, "lib/html2rss/rss_builder.rb".freeze, "lib/html2rss/rss_builder/channel.rb".freeze, "lib/html2rss/rss_builder/item.rb".freeze, "lib/html2rss/rss_builder/stylesheet.rb".freeze, "lib/html2rss/utils.rb".freeze, "lib/html2rss/version.rb".freeze] s.homepage = "https://github.com/html2rss/html2rss".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Generates RSS feeds from websites by scraping a URL and using CSS selectors to extract item.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.7".freeze]) s.add_runtime_dependency(%q.freeze, ["> 2.0.1".freeze, "< 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.10".freeze, "< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 6.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end